Pull request #43142 updated Started by user Sebastiaan van Stijn Rebuilds build #3 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 6e05fa7076670a55d94c57578a3b0097f3ca4b53 rather than 5d96e09628ac93d2f92903d940546dcc95e11cbb Obtained Jenkinsfile from 6e05fa7076670a55d94c57578a3b0097f3ca4b53 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-43142@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-01-20T15:41:40.903Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-01-20T15:41:40.909Z] Trying to pass milestone 3 [Pipeline] milestone [2022-01-20T15:41:40.978Z] Trying to pass milestone 4 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-01-20T15:41:41.146Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0795bf71595152ca3) in /home/ubuntu/workspace/moby_PR-43142 [Pipeline] { [Pipeline] checkout [2022-01-20T15:41:41.173Z] The recommended git tool is: git [2022-01-20T15:41:41.183Z] using credential docker-jenkins-github-credentials [2022-01-20T15:41:41.190Z] Cloning the remote Git repository [2022-01-20T15:41:41.190Z] Cloning with configured refspecs honoured and without tags [2022-01-20T15:41:41.193Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:41:41.193Z] > git init /home/ubuntu/workspace/moby_PR-43142 # timeout=10 [2022-01-20T15:41:41.207Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:41:41.207Z] > git --version # timeout=10 [2022-01-20T15:41:41.221Z] > git --version # 'git version 2.17.1' [2022-01-20T15:41:41.221Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:41:41.222Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:41:56.084Z] Fetching without tags [2022-01-20T15:41:56.344Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:41:56.062Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:41:56.070Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:41:56.072Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:41:56.078Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:41:56.085Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:41:56.086Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:41:56.086Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:41:56.346Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:41:56.349Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:41:56.805Z] > git remote # timeout=10 [2022-01-20T15:41:56.810Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:41:56.815Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:41:56.816Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:41:57.570Z] Merge succeeded, producing ad2656fe76dbac9f8a647ae4de39b2a35ba5ee21 [2022-01-20T15:41:57.570Z] Checking out Revision ad2656fe76dbac9f8a647ae4de39b2a35ba5ee21 (PR-43142) [2022-01-20T15:41:57.696Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [2022-01-20T15:41:57.702Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-20T15:41:58.352Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43142:/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-01-20T15:41:57.566Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-20T15:41:57.572Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:41:57.577Z] > git checkout -f ad2656fe76dbac9f8a647ae4de39b2a35ba5ee21 # timeout=10 [2022-01-20T15:41:57.698Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:42:00.894Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [2022-01-20T15:42:01.115Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0795bf71595152ca3) in /home/ubuntu/workspace/moby_PR-43142 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [2022-01-20T15:42:01.131Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e6fb3a12d4cf53c3) in /home/ubuntu/workspace/moby_PR-43142 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [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 [2022-01-20T15:42:01.140Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-06c324be3dc9aac44) in /home/ubuntu/workspace/moby_PR-43142 [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-01-20T15:42:01.149Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-066d587ef30dab6b3) in /home/ubuntu/workspace/moby_PR-43142 [Pipeline] { [Pipeline] { [Pipeline] checkout [2022-01-20T15:42:01.212Z] The recommended git tool is: git [2022-01-20T15:42:01.222Z] using credential docker-jenkins-github-credentials [2022-01-20T15:42:01.234Z] Fetching changes from the remote Git repository [2022-01-20T15:42:01.240Z] Fetching without tags [Pipeline] checkout [2022-01-20T15:42:01.248Z] The recommended git tool is: git [2022-01-20T15:42:01.258Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] { [2022-01-20T15:42:01.267Z] Cloning the remote Git repository [2022-01-20T15:42:01.267Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-01-20T15:42:01.350Z] The recommended git tool is: git Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-01-20T15:42:01.361Z] using credential docker-jenkins-github-credentials [Pipeline] checkout Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-01-20T15:42:01.370Z] Cloning the remote Git repository [2022-01-20T15:42:01.370Z] Cloning with configured refspecs honoured and without tags [2022-01-20T15:42:01.371Z] The recommended git tool is: git [2022-01-20T15:42:01.380Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-01-20T15:42:01.389Z] Cloning the remote Git repository [2022-01-20T15:42:01.389Z] Cloning with configured refspecs honoured and without tags [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 [2022-01-20T15:42:01.558Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-01-20T15:42:01.981Z] Merge succeeded, producing 6c11c09db714b2d3fa2fb9162fdacc71abc02049 [2022-01-20T15:42:01.981Z] Checking out Revision 6c11c09db714b2d3fa2fb9162fdacc71abc02049 (PR-43142) [2022-01-20T15:42:02.103Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [2022-01-20T15:42:02.108Z] First time build. Skipping changelog. [2022-01-20T15:42:01.230Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43142/.git # timeout=10 [2022-01-20T15:42:01.236Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:42:01.242Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:42:01.242Z] > git --version # timeout=10 [2022-01-20T15:42:01.244Z] > git --version # 'git version 2.17.1' [2022-01-20T15:42:01.244Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:01.244Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:01.561Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:01.563Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:42:01.645Z] > git remote # timeout=10 [2022-01-20T15:42:01.647Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:42:01.649Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:01.650Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:42:01.977Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-20T15:42:01.983Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:01.985Z] > git checkout -f 6c11c09db714b2d3fa2fb9162fdacc71abc02049 # timeout=10 [2022-01-20T15:42:02.105Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:42:01.265Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:42:01.265Z] > git init /home/ubuntu/workspace/moby_PR-43142 # timeout=10 [2022-01-20T15:42:01.288Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:42:01.288Z] > git --version # timeout=10 [2022-01-20T15:42:01.301Z] > git --version # 'git version 2.17.1' [2022-01-20T15:42:01.301Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:01.302Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:01.377Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:42:01.378Z] > git init /home/ubuntu/workspace/moby_PR-43142 # timeout=10 [2022-01-20T15:42:01.393Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:42:01.393Z] > git --version # timeout=10 [2022-01-20T15:42:01.401Z] > git --version # 'git version 2.25.1' [2022-01-20T15:42:01.402Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:01.403Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:01.412Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:42:01.413Z] > git init /home/ubuntu/workspace/moby_PR-43142 # timeout=10 [2022-01-20T15:42:01.424Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:42:01.425Z] > git --version # timeout=10 [2022-01-20T15:42:01.429Z] > git --version # 'git version 2.25.1' [2022-01-20T15:42:01.429Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:01.430Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-20T15:42:03.078Z] + docker version [2022-01-20T15:42:03.078Z] Client: Docker Engine - Community [2022-01-20T15:42:03.078Z] Version: 20.10.12 [2022-01-20T15:42:03.078Z] API version: 1.41 [2022-01-20T15:42:03.078Z] Go version: go1.16.12 [2022-01-20T15:42:03.078Z] Git commit: e91ed57 [2022-01-20T15:42:03.078Z] Built: Mon Dec 13 11:45:27 2021 [2022-01-20T15:42:03.078Z] OS/Arch: linux/amd64 [2022-01-20T15:42:03.078Z] Context: default [2022-01-20T15:42:03.078Z] Experimental: true [2022-01-20T15:42:03.078Z] [2022-01-20T15:42:03.078Z] Server: Docker Engine - Community [2022-01-20T15:42:03.078Z] Engine: [2022-01-20T15:42:03.078Z] Version: 20.10.12 [2022-01-20T15:42:03.078Z] API version: 1.41 (minimum version 1.12) [2022-01-20T15:42:03.078Z] Go version: go1.16.12 [2022-01-20T15:42:03.078Z] Git commit: 459d0df [2022-01-20T15:42:03.078Z] Built: Mon Dec 13 11:43:36 2021 [2022-01-20T15:42:03.078Z] OS/Arch: linux/amd64 [2022-01-20T15:42:03.078Z] Experimental: true [2022-01-20T15:42:03.078Z] containerd: [2022-01-20T15:42:03.078Z] Version: 1.4.12 [2022-01-20T15:42:03.078Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:03.078Z] runc: [2022-01-20T15:42:03.078Z] Version: 1.0.2 [2022-01-20T15:42:03.078Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-20T15:42:03.078Z] docker-init: [2022-01-20T15:42:03.078Z] Version: 0.19.0 [2022-01-20T15:42:03.078Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-20T15:42:03.364Z] + docker info [2022-01-20T15:42:04.303Z] Client: [2022-01-20T15:42:04.303Z] Context: default [2022-01-20T15:42:04.303Z] Debug Mode: false [2022-01-20T15:42:04.303Z] Plugins: [2022-01-20T15:42:04.303Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-20T15:42:04.303Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-20T15:42:04.303Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-20T15:42:04.303Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-20T15:42:04.303Z] [2022-01-20T15:42:04.303Z] Server: [2022-01-20T15:42:04.303Z] Containers: 0 [2022-01-20T15:42:04.303Z] Running: 0 [2022-01-20T15:42:04.303Z] Paused: 0 [2022-01-20T15:42:04.303Z] Stopped: 0 [2022-01-20T15:42:04.303Z] Images: 5 [2022-01-20T15:42:04.303Z] Server Version: 20.10.12 [2022-01-20T15:42:04.303Z] Storage Driver: overlay2 [2022-01-20T15:42:04.303Z] Backing Filesystem: extfs [2022-01-20T15:42:04.303Z] Supports d_type: true [2022-01-20T15:42:04.303Z] Native Overlay Diff: true [2022-01-20T15:42:04.303Z] userxattr: false [2022-01-20T15:42:04.303Z] Logging Driver: json-file [2022-01-20T15:42:04.303Z] Cgroup Driver: cgroupfs [2022-01-20T15:42:04.303Z] Cgroup Version: 1 [2022-01-20T15:42:04.303Z] Plugins: [2022-01-20T15:42:04.303Z] Volume: local [2022-01-20T15:42:04.303Z] Network: bridge host ipvlan macvlan null overlay [2022-01-20T15:42:04.303Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-20T15:42:04.303Z] Swarm: inactive [2022-01-20T15:42:04.303Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-01-20T15:42:04.303Z] Default Runtime: runc [2022-01-20T15:42:04.303Z] Init Binary: docker-init [2022-01-20T15:42:04.303Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:04.303Z] runc version: v1.0.2-0-g52b36a2 [2022-01-20T15:42:04.303Z] init version: de40ad0 [2022-01-20T15:42:04.303Z] Security Options: [2022-01-20T15:42:04.303Z] apparmor [2022-01-20T15:42:04.303Z] seccomp [2022-01-20T15:42:04.303Z] Profile: default [2022-01-20T15:42:04.303Z] Kernel Version: 5.4.0-1061-aws [2022-01-20T15:42:04.303Z] Operating System: Ubuntu 18.04.6 LTS [2022-01-20T15:42:04.303Z] OSType: linux [2022-01-20T15:42:04.303Z] Architecture: x86_64 [2022-01-20T15:42:04.303Z] CPUs: 2 [2022-01-20T15:42:04.303Z] Total Memory: 7.565GiB [2022-01-20T15:42:04.303Z] Name: ip-10-100-44-49 [2022-01-20T15:42:04.303Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-01-20T15:42:04.303Z] Docker Root Dir: /var/lib/docker [2022-01-20T15:42:04.303Z] Debug Mode: false [2022-01-20T15:42:04.303Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:42:04.303Z] Labels: [2022-01-20T15:42:04.303Z] Experimental: true [2022-01-20T15:42:04.303Z] Insecure Registries: [2022-01-20T15:42:04.303Z] 127.0.0.0/8 [2022-01-20T15:42:04.303Z] Live Restore Enabled: true [2022-01-20T15:42:04.303Z] [2022-01-20T15:42:04.303Z] WARNING: No swap limit support [Pipeline] sh [2022-01-20T15:42:04.588Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:42:04.588Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:42:04.588Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43142/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-20T15:42:04.588Z] + bash /home/ubuntu/workspace/moby_PR-43142/check-config.sh [2022-01-20T15:42:04.588Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-20T15:42:04.588Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-01-20T15:42:04.588Z] [2022-01-20T15:42:04.588Z] Generally Necessary: [2022-01-20T15:42:04.588Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-20T15:42:04.588Z] - apparmor: enabled and tools installed [2022-01-20T15:42:04.588Z] - CONFIG_NAMESPACES: enabled [2022-01-20T15:42:04.588Z] - CONFIG_NET_NS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_PID_NS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_IPC_NS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_UTS_NS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUPS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CPUSETS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_MEMCG: enabled [2022-01-20T15:42:04.588Z] - CONFIG_KEYS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_VETH: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-20T15:42:04.588Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_BPF: enabled [2022-01-20T15:42:04.588Z] [2022-01-20T15:42:04.588Z] Optional Features: [2022-01-20T15:42:04.588Z] - CONFIG_USER_NS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_SECCOMP: enabled [2022-01-20T15:42:04.588Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-20T15:42:04.588Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-20T15:42:04.588Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-01-20T15:42:04.588Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-01-20T15:42:04.588Z] - CONFIG_BLK_CGROUP: enabled [2022-01-20T15:42:04.588Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_PERF: enabled [2022-01-20T15:42:04.588Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-20T15:42:04.848Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-20T15:42:04.848Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-20T15:42:04.848Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-20T15:42:04.848Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-20T15:42:04.848Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_IP_VS: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-20T15:42:04.848Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-20T15:42:04.848Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-20T15:42:04.848Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-20T15:42:04.848Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-20T15:42:04.848Z] - CONFIG_EXT4_FS: enabled [2022-01-20T15:42:04.848Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-20T15:42:04.848Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-20T15:42:04.848Z] - Network Drivers: [2022-01-20T15:42:04.848Z] - "overlay": [2022-01-20T15:42:04.848Z] - CONFIG_VXLAN: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-20T15:42:04.848Z] Optional (for encrypted networks): [2022-01-20T15:42:04.848Z] - CONFIG_CRYPTO: enabled [2022-01-20T15:42:04.848Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-20T15:42:04.848Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-20T15:42:04.848Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-20T15:42:04.848Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-20T15:42:04.848Z] - CONFIG_XFRM: enabled [2022-01-20T15:42:04.848Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-20T15:42:04.848Z] - "ipvlan": [2022-01-20T15:42:04.848Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-20T15:42:04.848Z] - "macvlan": [2022-01-20T15:42:04.848Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_DUMMY: enabled (as module) [2022-01-20T15:42:04.848Z] - "ftp,tftp client in container": [2022-01-20T15:42:04.848Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-20T15:42:04.848Z] - Storage Drivers: [2022-01-20T15:42:04.848Z] - "aufs": [2022-01-20T15:42:04.848Z] - CONFIG_AUFS_FS: enabled (as module) [2022-01-20T15:42:04.848Z] - "btrfs": [2022-01-20T15:42:04.848Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-20T15:42:04.848Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-20T15:42:04.848Z] - "devicemapper": [2022-01-20T15:42:04.848Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-20T15:42:04.848Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-20T15:42:04.848Z] - "overlay": [2022-01-20T15:42:04.848Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-20T15:42:04.848Z] - "zfs": [2022-01-20T15:42:04.848Z] - /dev/zfs: present [2022-01-20T15:42:04.848Z] - zfs command: missing [2022-01-20T15:42:04.848Z] - zpool command: missing [2022-01-20T15:42:04.848Z] [2022-01-20T15:42:04.848Z] Limits: [2022-01-20T15:42:04.848Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-20T15:42:04.848Z] [2022-01-20T15:42:04.848Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-20T15:42:05.179Z] + sudo modprobe ip_vs [2022-01-20T15:42:05.179Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:6c11c09db714b2d3fa2fb9162fdacc71abc02049 . [2022-01-20T15:42:05.179Z] #1 [internal] load build definition from Dockerfile [2022-01-20T15:42:05.179Z] #1 sha256:7576f3f0fed2fae40592a03e3440279826fddac31ce8cc83e608eff6e3e57bd6 [2022-01-20T15:42:05.179Z] #1 transferring dockerfile: 16.86kB done [2022-01-20T15:42:05.179Z] #1 DONE 0.0s [2022-01-20T15:42:05.179Z] [2022-01-20T15:42:05.179Z] #2 [internal] load .dockerignore [2022-01-20T15:42:05.179Z] #2 sha256:1d4af333c14051ffb7b520213397729db76b762c3b988249dc1eb22a7b975f2e [2022-01-20T15:42:05.179Z] #2 transferring context: 87B done [2022-01-20T15:42:05.179Z] #2 DONE 0.0s [2022-01-20T15:42:05.179Z] [2022-01-20T15:42:05.179Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-20T15:42:05.179Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-20T15:42:05.438Z] #3 DONE 0.2s [2022-01-20T15:42:05.438Z] [2022-01-20T15:42:05.438Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-20T15:42:05.438Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-20T15:42:05.438Z] #4 CACHED [2022-01-20T15:42:05.699Z] [2022-01-20T15:42:05.699Z] #6 [internal] load build definition from Dockerfile [2022-01-20T15:42:05.699Z] #6 sha256:ec586cdb08c86c37ff444dd3ec92d6b11141e03b08b02aa583f04c61ffafcf27 [2022-01-20T15:42:05.699Z] #6 DONE 0.0s [2022-01-20T15:42:05.699Z] [2022-01-20T15:42:05.699Z] #5 [internal] load .dockerignore [2022-01-20T15:42:05.699Z] #5 sha256:b84c1084b7d47b495c223bad8020cee01fc10a3ccf699d437cf76d12a2ea3b27 [2022-01-20T15:42:05.699Z] #5 DONE 0.0s [2022-01-20T15:42:05.699Z] [2022-01-20T15:42:05.699Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:05.699Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-20T15:42:05.699Z] #9 DONE 0.1s [2022-01-20T15:42:05.699Z] [2022-01-20T15:42:05.699Z] #10 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-20T15:42:05.699Z] #10 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-20T15:42:05.965Z] #10 DONE 0.1s [2022-01-20T15:42:05.965Z] [2022-01-20T15:42:05.965Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-20T15:42:05.965Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-20T15:42:05.965Z] #7 DONE 0.1s [2022-01-20T15:42:05.965Z] [2022-01-20T15:42:05.965Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:05.965Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-20T15:42:05.965Z] #8 DONE 0.1s [2022-01-20T15:42:05.965Z] [2022-01-20T15:42:05.965Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:05.965Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-20T15:42:05.965Z] #69 DONE 0.0s [2022-01-20T15:42:05.965Z] [2022-01-20T15:42:05.965Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:05.965Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-20T15:42:05.965Z] #67 DONE 0.0s [2022-01-20T15:42:05.965Z] [2022-01-20T15:42:05.965Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:42:05.965Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:42:05.965Z] #11 DONE 0.0s [2022-01-20T15:42:05.965Z] [2022-01-20T15:42:05.965Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d [2022-01-20T15:42:05.965Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4 [2022-01-20T15:42:05.965Z] #28 DONE 0.0s [2022-01-20T15:42:05.965Z] [2022-01-20T15:42:05.965Z] #24 [internal] load build context [2022-01-20T15:42:05.965Z] #24 sha256:2fb37f6d5fd00fdea0176c2f8a88d88aae75dd2dfa5cd2f43fb8915d20c1722b [2022-01-20T15:42:06.232Z] #24 ... [2022-01-20T15:42:06.232Z] [2022-01-20T15:42:06.232Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-20T15:42:06.232Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-20T15:42:06.232Z] #45 DONE 0.4s [2022-01-20T15:42:06.232Z] [2022-01-20T15:42:06.232Z] #24 [internal] load build context [2022-01-20T15:42:06.232Z] #24 sha256:2fb37f6d5fd00fdea0176c2f8a88d88aae75dd2dfa5cd2f43fb8915d20c1722b [2022-01-20T15:42:07.202Z] #24 transferring context: 56.54MB 1.4s done [2022-01-20T15:42:07.464Z] #24 DONE 1.5s [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #21 sha256:25b5507dab344cd0e5a3da2e5150a5085c76a60af2ea560649b1de46f5baaf51 [2022-01-20T15:42:07.464Z] #21 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #58 sha256:2863a34a8394af6d04c11f3d9e339f77039fc9082de27c8735be89ab11429dd4 [2022-01-20T15:42:07.464Z] #58 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-20T15:42:07.464Z] #20 sha256:64591cc4e5143c43afe6e0b0ae4c475714e81c8d8a0164bcc8364ef7f5cf0f78 [2022-01-20T15:42:07.464Z] #20 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-20T15:42:07.464Z] #64 sha256:4f1c0fa231a1f5e907012fbaee965b01fdd9783f2b2aeaa0a68b8c7c6e6da334 [2022-01-20T15:42:07.464Z] #64 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #40 sha256:f5e60f1994df1c7ab236948065b5a92f554b41ce971678834735d1791f5a227b [2022-01-20T15:42:07.464Z] #40 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-20T15:42:07.464Z] #37 sha256:1012c372fa5498301d7328da669c6091bb335366da498f5c1ccdcb188bff5fa4 [2022-01-20T15:42:07.464Z] #37 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1 [2022-01-20T15:42:07.464Z] #29 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #22 sha256:8e8a2568d8b42e3431a1de8ca3e5e0a9c966cfcce2f579991af4863412e0c9e0 [2022-01-20T15:42:07.464Z] #22 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #46 sha256:7637d72c282c0da148c4c3fca0d2b40d5aa304f92b36b3602e1d88b10226c023 [2022-01-20T15:42:07.464Z] #46 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #56 sha256:1e3b3c0bc5814aff27a8f0d827de36e4f49f003ccdd660c2c9ad70ac5e3e836c [2022-01-20T15:42:07.464Z] #56 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-20T15:42:07.464Z] #55 sha256:fa503c710f9722d42ed124dd277e88028597735b1f22d99c359fa1f88e443b6b [2022-01-20T15:42:07.464Z] #55 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #47 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:42:07.464Z] #47 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-20T15:42:07.464Z] #62 sha256:84dfe9c35de0208a884ea1078b97279c627e506ff683d02de89ebb12f6c74550 [2022-01-20T15:42:07.464Z] #62 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-20T15:42:07.464Z] #12 sha256:03cbbbe5264556b234ae858dd69330bbf0ae57a83384a975fb14f1ae7c737f06 [2022-01-20T15:42:07.464Z] #12 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #16 sha256:2166b8a9e3cccc2aedf08e9b13b2f5c89aa9241bc84188e03bce10f5aae71242 [2022-01-20T15:42:07.464Z] #16 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #60 sha256:818253785309971af100402e1f9925f437a933ae7fac7754a189fdf059f7c59e [2022-01-20T15:42:07.464Z] #60 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #36 sha256:e3b06d2cc729b500db80a4f8f2b9ef144764be859b05cce2d047165ef878a07d [2022-01-20T15:42:07.464Z] #36 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-20T15:42:07.464Z] #33 sha256:98d5654ceec952420a8b3d953715f6f9a47e2f6532f7388f73e17751e924a797 [2022-01-20T15:42:07.464Z] #33 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #34 sha256:9fe0f3d33a999b153a8e31cd4d91505945385bf49d44e9974bedbe8d707b997f [2022-01-20T15:42:07.464Z] #34 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-20T15:42:07.464Z] #23 sha256:553b68e326ee4cc8bacee9c0f32e9ee3e9d3bd3f2cb5ca6edb8fb5fe1d0106b7 [2022-01-20T15:42:07.464Z] #23 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-20T15:42:07.464Z] #48 sha256:441db6dafa03e4e7fe078e8ac9d71adb5b591fd57c04dd3833880ce4846c8585 [2022-01-20T15:42:07.464Z] #48 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #43 sha256:76944249cecba13870a8649d0eebcf3a28556913abfe2b53480837c4f26c1011 [2022-01-20T15:42:07.464Z] #43 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #63 sha256:76dd819ddee5871ba863fe0146d6857563e5312c15c26ec9d5f2db9193e5de6c [2022-01-20T15:42:07.464Z] #63 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #53 sha256:aa54a61e59505073eec406052f5ff896ab764d94fa0b9ccff610139d7b0cdc04 [2022-01-20T15:42:07.464Z] #53 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #26 sha256:ebe22ac4a844bf468d9e38f31687c547affffda7fb5ec06fb3c8293384753a08 [2022-01-20T15:42:07.464Z] #26 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:42:07.464Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:42:07.464Z] #51 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-20T15:42:07.464Z] #30 sha256:60d13195d721c52beec6cd532e3b9736e29c7f8f05a8b1523066fe390586396c [2022-01-20T15:42:07.464Z] #30 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-20T15:42:07.464Z] #52 sha256:d607447b59014c818eb5b226d32c4363423d20f7dc6271269168bd2122bb32e4 [2022-01-20T15:42:07.464Z] #52 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #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-01-20T15:42:07.464Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:42:07.464Z] #14 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-20T15:42:07.464Z] #42 sha256:6df18a1cbf32ae0dbb54fd86536fa70fef801c693fabf8ca94b397d501658057 [2022-01-20T15:42:07.464Z] #42 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-20T15:42:07.464Z] #66 sha256:a086ce722ee594b1bcd4aa5147599147de142ace3203e7b8104be3dbc97a6cfe [2022-01-20T15:42:07.464Z] #66 CACHED [2022-01-20T15:42:07.464Z] [2022-01-20T15:42:07.464Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #44 sha256:b6ac0f12facc117888e5de689fa978274807b8060733dac957756c860e9a01d5 [2022-01-20T15:42:07.465Z] #44 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-20T15:42:07.465Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-20T15:42:07.465Z] #70 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #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-01-20T15:42:07.465Z] #49 sha256:77cb706d755e16aea54301fa925fe1a91b1df361756934152b11e5eb1aa5503b [2022-01-20T15:42:07.465Z] #49 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #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-01-20T15:42:07.465Z] #38 sha256:286dcb8eb3ea84eeab5a0e876e418fee7ff1abb4d83870130e087389c6a35999 [2022-01-20T15:42:07.465Z] #38 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-20T15:42:07.465Z] #32 sha256:f732c38bf39448030e94044f828e851f4c30adcfdf588370fac8d50efbc12885 [2022-01-20T15:42:07.465Z] #32 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #57 sha256:d106a7e68d2a0161483b717bd70b8a35361bcb07437e4a7eca4ac5cb7f09beae [2022-01-20T15:42:07.465Z] #57 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #35 sha256:0bf5598710c3233cc6a8f8f9dcab051fd03573d179ab06501c74a3f341a7f54f [2022-01-20T15:42:07.465Z] #35 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-20T15:42:07.465Z] #65 sha256:b42f9443b4d38cec090bfe2390e2ed7520dc4c7811e39d400cad02a5afd8ab63 [2022-01-20T15:42:07.465Z] #65 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #41 sha256:ac0521689bc830f9d09aac37f913f38da9fcc1b6929b231a05cce0e80248d865 [2022-01-20T15:42:07.465Z] #41 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-20T15:42:07.465Z] #19 sha256:226076c6e75ec2917465d02033ead7f7c18bd9271ef04371ee3f84fa6965ee6a [2022-01-20T15:42:07.465Z] #19 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-20T15:42:07.465Z] #59 sha256:da75744f4cd09220195da3bc06277a28b5e176ba0e44270635ad65c78b01509f [2022-01-20T15:42:07.465Z] #59 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #61 sha256:cf820106642d0e27d87fa238e01e3791400f4a5e94c34602f534f0050b7d0548 [2022-01-20T15:42:07.465Z] #61 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-20T15:42:07.465Z] #15 sha256:4e589520ad799bfc353249e1dd4287c7128a42444952712e1e83904eb7721cbc [2022-01-20T15:42:07.465Z] #15 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-20T15:42:07.465Z] #39 sha256:3180a0d07cfe05a5988a0f9454edea5d38bd9d9782fde67055fd76a57cac87b9 [2022-01-20T15:42:07.465Z] #39 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-20T15:42:07.465Z] #25 sha256:fd580ab209faef3beeedca40757f800d2b91e0b9a77c7edb979a094d1c37349e [2022-01-20T15:42:07.465Z] #25 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #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-01-20T15:42:07.465Z] #13 sha256:f7735ec6592b88b649d66ab2e69ea6a2b3398928bf58462994f70520fbe88fcc [2022-01-20T15:42:07.465Z] #13 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #50 sha256:edfe26041a8430a65b0cd20eaba1c29d702fdad8518f9565c5d63ba2f09c3eb2 [2022-01-20T15:42:07.465Z] #50 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-20T15:42:07.465Z] #27 sha256:7d90a7b30d3b7c09e7248033eca491848364a9a77d6116c7f52613e90af32ab6 [2022-01-20T15:42:07.465Z] #27 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #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-01-20T15:42:07.465Z] #31 sha256:8b085dc8165a305a1a0cefa30b785425be0a7f59f866111ef77cddc704fc06d0 [2022-01-20T15:42:07.465Z] #31 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-20T15:42:07.465Z] #17 sha256:1d9a10fa1e71232ffd398f54e30861b815ed30ab219704877afd4bc9ccd30468 [2022-01-20T15:42:07.465Z] #17 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #54 sha256:4e57cffc9efd2a46c4e975eed8f637202affb9332f89051f3b7d8a53bf583fe5 [2022-01-20T15:42:07.465Z] #54 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-20T15:42:07.465Z] #71 sha256:76b835e124f7a54c99b99c2409f259fa17dbcabc7cee8c1925d3be64a124f970 [2022-01-20T15:42:07.465Z] #71 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-20T15:42:07.465Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-20T15:42:07.465Z] #68 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-20T15:42:07.465Z] #18 sha256:66cb3ca5958d12fc89abce9ad3ff0546abab2d677c4969b8453243b436f4daee [2022-01-20T15:42:07.465Z] #18 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-20T15:42:07.465Z] #72 sha256:3c3988444206c5ae75078f2f707369d52683da8bfdd96c42ee20084f453427d2 [2022-01-20T15:42:07.465Z] #72 CACHED [2022-01-20T15:42:07.465Z] [2022-01-20T15:42:07.465Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-20T15:42:07.465Z] #73 sha256:dcb1e1a4b51f90f80afb6508c5ab0a2fd13137ca64fd754cf5ed47e71cd91a59 [2022-01-20T15:42:08.407Z] #73 DONE 0.9s [2022-01-20T15:42:08.407Z] [2022-01-20T15:42:08.407Z] #74 exporting to image [2022-01-20T15:42:08.407Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-20T15:42:08.407Z] #74 exporting layers [2022-01-20T15:42:09.352Z] #74 exporting layers 1.0s done [2022-01-20T15:42:09.352Z] #74 writing image sha256:aedc62dca24c267cb82131527810ecfb1a2572c4c593ebf6ea1cac5023e8b047 done [2022-01-20T15:42:09.352Z] #74 naming to docker.io/library/docker:6c11c09db714b2d3fa2fb9162fdacc71abc02049 done [2022-01-20T15:42:09.352Z] #74 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-01-20T15:42:09.716Z] + trap exit INT TERM [2022-01-20T15:42:09.716Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-01-20T15:42:09.716Z] + CONTAINER_NAME=docker-pr4 [2022-01-20T15:42:09.716Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43142/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6c11c09db714b2d3fa2fb9162fdacc71abc02049 -e DOCKER_GRAPHDRIVER docker:6c11c09db714b2d3fa2fb9162fdacc71abc02049 hack/make.sh dynbinary [2022-01-20T15:42:09.976Z] [2022-01-20T15:42:10.236Z] Removing bundles/ [2022-01-20T15:42:10.236Z] [2022-01-20T15:42:10.236Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-20T15:42:10.236Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:42:10.236Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:42:13.192Z] Fetching without tags [2022-01-20T15:42:13.441Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:42:13.185Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:42:13.188Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:42:13.190Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:13.196Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:42:13.203Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:42:13.203Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:13.204Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:13.452Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:13.455Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:42:13.902Z] > git remote # timeout=10 [2022-01-20T15:42:13.905Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:42:13.909Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:13.910Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:42:14.743Z] Merge succeeded, producing cd3f8bbdde1eee645e6de952c12345ab4bad967f [2022-01-20T15:42:14.743Z] Checking out Revision cd3f8bbdde1eee645e6de952c12345ab4bad967f (PR-43142) [2022-01-20T15:42:14.885Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [2022-01-20T15:42:14.894Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-20T15:42:14.748Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-20T15:42:14.754Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:14.758Z] > git checkout -f cd3f8bbdde1eee645e6de952c12345ab4bad967f # timeout=10 [2022-01-20T15:42:14.898Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:42:15.692Z] + docker version [2022-01-20T15:42:15.692Z] Client: Docker Engine - Community [2022-01-20T15:42:15.692Z] Version: 20.10.12 [2022-01-20T15:42:15.692Z] API version: 1.41 [2022-01-20T15:42:15.692Z] Go version: go1.16.12 [2022-01-20T15:42:15.692Z] Git commit: e91ed57 [2022-01-20T15:42:15.692Z] Built: Mon Dec 13 11:44:28 2021 [2022-01-20T15:42:15.692Z] OS/Arch: linux/arm64 [2022-01-20T15:42:15.692Z] Context: default [2022-01-20T15:42:15.692Z] Experimental: true [2022-01-20T15:42:15.692Z] [2022-01-20T15:42:15.692Z] Server: Docker Engine - Community [2022-01-20T15:42:15.692Z] Engine: [2022-01-20T15:42:15.692Z] Version: 20.10.12 [2022-01-20T15:42:15.692Z] API version: 1.41 (minimum version 1.12) [2022-01-20T15:42:15.692Z] Go version: go1.16.12 [2022-01-20T15:42:15.692Z] Git commit: 459d0df [2022-01-20T15:42:15.692Z] Built: Mon Dec 13 11:43:05 2021 [2022-01-20T15:42:15.692Z] OS/Arch: linux/arm64 [2022-01-20T15:42:15.692Z] Experimental: true [2022-01-20T15:42:15.692Z] containerd: [2022-01-20T15:42:15.692Z] Version: 1.4.12 [2022-01-20T15:42:15.692Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:15.692Z] runc: [2022-01-20T15:42:15.692Z] Version: 1.0.2 [2022-01-20T15:42:15.692Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-20T15:42:15.692Z] docker-init: [2022-01-20T15:42:15.692Z] Version: 0.19.0 [2022-01-20T15:42:15.692Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-20T15:42:15.970Z] + docker info [2022-01-20T15:42:16.115Z] Still waiting to schedule task [2022-01-20T15:42:16.115Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-01-20T15:42:16.124Z] Still waiting to schedule task [2022-01-20T15:42:16.125Z] Waiting for next available executor on ‘windows-2019’ [2022-01-20T15:42:16.126Z] Still waiting to schedule task [2022-01-20T15:42:16.126Z] Waiting for next available executor on ‘windows-2022’ [2022-01-20T15:42:16.127Z] Still waiting to schedule task [2022-01-20T15:42:16.128Z] Waiting for next available executor on ‘windows-2022’ [2022-01-20T15:42:16.175Z] Fetching without tags [2022-01-20T15:42:16.227Z] Client: [2022-01-20T15:42:16.227Z] Context: default [2022-01-20T15:42:16.227Z] Debug Mode: false [2022-01-20T15:42:16.227Z] Plugins: [2022-01-20T15:42:16.227Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-20T15:42:16.227Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-20T15:42:16.227Z] [2022-01-20T15:42:16.227Z] Server: [2022-01-20T15:42:16.227Z] Containers: 0 [2022-01-20T15:42:16.227Z] Running: 0 [2022-01-20T15:42:16.227Z] Paused: 0 [2022-01-20T15:42:16.227Z] Stopped: 0 [2022-01-20T15:42:16.227Z] Images: 2 [2022-01-20T15:42:16.227Z] Server Version: 20.10.12 [2022-01-20T15:42:16.227Z] Storage Driver: overlay2 [2022-01-20T15:42:16.227Z] Backing Filesystem: extfs [2022-01-20T15:42:16.227Z] Supports d_type: true [2022-01-20T15:42:16.227Z] Native Overlay Diff: true [2022-01-20T15:42:16.227Z] userxattr: false [2022-01-20T15:42:16.227Z] Logging Driver: json-file [2022-01-20T15:42:16.227Z] Cgroup Driver: cgroupfs [2022-01-20T15:42:16.227Z] Cgroup Version: 1 [2022-01-20T15:42:16.227Z] Plugins: [2022-01-20T15:42:16.227Z] Volume: local [2022-01-20T15:42:16.227Z] Network: bridge host ipvlan macvlan null overlay [2022-01-20T15:42:16.227Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-20T15:42:16.227Z] Swarm: inactive [2022-01-20T15:42:16.227Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-20T15:42:16.227Z] Default Runtime: runc [2022-01-20T15:42:16.227Z] Init Binary: docker-init [2022-01-20T15:42:16.227Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:16.227Z] runc version: v1.0.2-0-g52b36a2 [2022-01-20T15:42:16.227Z] init version: de40ad0 [2022-01-20T15:42:16.227Z] Security Options: [2022-01-20T15:42:16.227Z] apparmor [2022-01-20T15:42:16.227Z] seccomp [2022-01-20T15:42:16.227Z] Profile: default [2022-01-20T15:42:16.227Z] Kernel Version: 5.11.0-1023-aws [2022-01-20T15:42:16.227Z] Operating System: Ubuntu 20.04.3 LTS [2022-01-20T15:42:16.227Z] OSType: linux [2022-01-20T15:42:16.227Z] Architecture: aarch64 [2022-01-20T15:42:16.227Z] CPUs: 2 [2022-01-20T15:42:16.227Z] Total Memory: 7.576GiB [2022-01-20T15:42:16.227Z] Name: ip-10-100-113-25 [2022-01-20T15:42:16.227Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-01-20T15:42:16.227Z] Docker Root Dir: /var/lib/docker [2022-01-20T15:42:16.227Z] Debug Mode: false [2022-01-20T15:42:16.227Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:42:16.227Z] Labels: [2022-01-20T15:42:16.227Z] Experimental: true [2022-01-20T15:42:16.227Z] Insecure Registries: [2022-01-20T15:42:16.227Z] 127.0.0.0/8 [2022-01-20T15:42:16.227Z] Live Restore Enabled: true [2022-01-20T15:42:16.227Z] [Pipeline] sh [2022-01-20T15:42:16.427Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:42:16.507Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:42:16.507Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:42:16.507Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43142/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-20T15:42:16.507Z] + bash /home/ubuntu/workspace/moby_PR-43142/check-config.sh [2022-01-20T15:42:16.507Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-20T15:42:16.507Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-01-20T15:42:16.507Z] [2022-01-20T15:42:16.507Z] Generally Necessary: [2022-01-20T15:42:16.507Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-20T15:42:16.507Z] - apparmor: enabled and tools installed [2022-01-20T15:42:16.507Z] - CONFIG_NAMESPACES: enabled [2022-01-20T15:42:16.507Z] - CONFIG_NET_NS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_PID_NS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_IPC_NS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_UTS_NS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUPS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CPUSETS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_MEMCG: enabled [2022-01-20T15:42:16.507Z] - CONFIG_KEYS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_VETH: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_BPF: enabled [2022-01-20T15:42:16.507Z] [2022-01-20T15:42:16.507Z] Optional Features: [2022-01-20T15:42:16.507Z] - CONFIG_USER_NS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_SECCOMP: enabled [2022-01-20T15:42:16.507Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-20T15:42:16.507Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-20T15:42:16.507Z] (cgroup swap accounting is currently enabled) [2022-01-20T15:42:16.507Z] - CONFIG_BLK_CGROUP: enabled [2022-01-20T15:42:16.507Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_PERF: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-20T15:42:16.507Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-20T15:42:16.507Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-20T15:42:16.507Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-20T15:42:16.507Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-20T15:42:16.507Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-20T15:42:16.507Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-20T15:42:16.703Z] Fetching without tags [2022-01-20T15:42:16.764Z] - CONFIG_IP_VS: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-20T15:42:16.764Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-20T15:42:16.764Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-20T15:42:16.764Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-20T15:42:16.764Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-20T15:42:16.764Z] - CONFIG_EXT4_FS: enabled [2022-01-20T15:42:16.764Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-20T15:42:16.764Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-20T15:42:16.764Z] - Network Drivers: [2022-01-20T15:42:16.764Z] - "overlay": [2022-01-20T15:42:16.764Z] - CONFIG_VXLAN: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-20T15:42:16.764Z] Optional (for encrypted networks): [2022-01-20T15:42:16.764Z] - CONFIG_CRYPTO: enabled [2022-01-20T15:42:16.764Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-20T15:42:16.764Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-20T15:42:16.764Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-20T15:42:16.764Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-20T15:42:16.764Z] - CONFIG_XFRM: enabled [2022-01-20T15:42:16.764Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-20T15:42:16.764Z] - "ipvlan": [2022-01-20T15:42:16.764Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-20T15:42:16.764Z] - "macvlan": [2022-01-20T15:42:16.764Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_DUMMY: enabled (as module) [2022-01-20T15:42:16.764Z] - "ftp,tftp client in container": [2022-01-20T15:42:16.764Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-20T15:42:16.764Z] - Storage Drivers: [2022-01-20T15:42:16.764Z] - "aufs": [2022-01-20T15:42:16.764Z] - CONFIG_AUFS_FS: missing [2022-01-20T15:42:16.764Z] - "btrfs": [2022-01-20T15:42:16.764Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-20T15:42:16.764Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-20T15:42:16.764Z] - "devicemapper": [2022-01-20T15:42:16.764Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-20T15:42:16.764Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-20T15:42:16.764Z] - "overlay": [2022-01-20T15:42:16.764Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-20T15:42:16.764Z] - "zfs": [2022-01-20T15:42:16.764Z] - /dev/zfs: present [2022-01-20T15:42:16.764Z] - zfs command: missing [2022-01-20T15:42:16.764Z] - zpool command: missing [2022-01-20T15:42:16.764Z] [2022-01-20T15:42:16.764Z] Limits: [2022-01-20T15:42:16.765Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-20T15:42:16.765Z] [2022-01-20T15:42:16.765Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-20T15:42:16.947Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:42:17.086Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:cd3f8bbdde1eee645e6de952c12345ab4bad967f . [2022-01-20T15:42:17.086Z] #1 [internal] load build definition from Dockerfile [2022-01-20T15:42:17.086Z] #1 sha256:3cbe15c1b93a214444fa8c7ab59bf09cedde2015f8e767be94027d513d4c7d66 [2022-01-20T15:42:17.086Z] #1 transferring dockerfile: 16.86kB done [2022-01-20T15:42:17.086Z] #1 DONE 0.0s [2022-01-20T15:42:17.086Z] [2022-01-20T15:42:17.086Z] #2 [internal] load .dockerignore [2022-01-20T15:42:17.086Z] #2 sha256:f1ba02cf466be10fdda6a33c12d7249e0bbef78ba950261c2f555d149a69015a [2022-01-20T15:42:17.086Z] #2 transferring context: 87B done [2022-01-20T15:42:17.086Z] #2 DONE 0.0s [2022-01-20T15:42:17.086Z] [2022-01-20T15:42:17.086Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-20T15:42:17.086Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-01-20T15:42:16.143Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:42:16.148Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:42:16.156Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:16.166Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:42:16.174Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:42:16.174Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:16.174Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:16.425Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:16.433Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:42:16.886Z] > git remote # timeout=10 [2022-01-20T15:42:16.892Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:42:16.901Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:16.901Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:42:16.679Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:42:16.684Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:42:16.693Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:16.703Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:42:16.710Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:42:16.710Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:16.711Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:42:16.954Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:16.961Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:42:17.346Z] #3 DONE 0.2s [2022-01-20T15:42:17.346Z] [2022-01-20T15:42:17.346Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-20T15:42:17.346Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-01-20T15:42:17.346Z] #4 CACHED [2022-01-20T15:42:17.604Z] [2022-01-20T15:42:17.604Z] #5 [internal] load .dockerignore [2022-01-20T15:42:17.604Z] #5 sha256:df33735115733e2ab647bd795dd0b730b2156ec2ad3991659dc3c1825ae33942 [2022-01-20T15:42:17.604Z] #5 DONE 0.0s [2022-01-20T15:42:17.604Z] [2022-01-20T15:42:17.604Z] #6 [internal] load build definition from Dockerfile [2022-01-20T15:42:17.604Z] #6 sha256:706d0df188b29b546aa0d063c3e6143678f6e0fd4480cac776fbf81669f5ec0e [2022-01-20T15:42:17.604Z] #6 DONE 0.0s [2022-01-20T15:42:17.604Z] [2022-01-20T15:42:17.604Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:17.604Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-20T15:42:17.604Z] #10 DONE 0.1s [2022-01-20T15:42:17.604Z] [2022-01-20T15:42:17.604Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-20T15:42:17.604Z] #9 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-01-20T15:42:17.604Z] #9 DONE 0.1s [2022-01-20T15:42:17.604Z] [2022-01-20T15:42:17.604Z] #7 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-20T15:42:17.604Z] #7 sha256:db19dae7982f63d12df7e141a5bcb4dbb2db37310d3de3620a415238ef91b690 [2022-01-20T15:42:17.604Z] #7 DONE 0.1s [2022-01-20T15:42:17.604Z] [2022-01-20T15:42:17.604Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:17.604Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-20T15:42:17.604Z] #8 DONE 0.1s [2022-01-20T15:42:17.647Z] Merge succeeded, producing 9363a990ff1718d8e3362c805083627578ea41f1 [2022-01-20T15:42:17.647Z] Checking out Revision 9363a990ff1718d8e3362c805083627578ea41f1 (PR-43142) [2022-01-20T15:42:17.830Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [2022-01-20T15:42:17.850Z] First time build. Skipping changelog. [2022-01-20T15:42:18.172Z] [2022-01-20T15:42:18.172Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:42:18.172Z] #11 sha256:962b3a8218a5a11d7d829c6c48a6d90ba2ad021ef3e63fa974287b65d8fcc9c3 [2022-01-20T15:42:18.172Z] #11 DONE 0.0s [2022-01-20T15:42:18.172Z] [2022-01-20T15:42:18.172Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:18.172Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-20T15:42:18.172Z] #69 DONE 0.0s [2022-01-20T15:42:18.172Z] [2022-01-20T15:42:18.172Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:18.172Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-20T15:42:18.172Z] #67 DONE 0.0s [2022-01-20T15:42:18.172Z] [2022-01-20T15:42:18.172Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d [2022-01-20T15:42:18.172Z] #28 sha256:fb44ae50789b09fc0145b46dda6c04e339b5d6f167ece4162d2be3767a465791 [2022-01-20T15:42:18.172Z] #28 DONE 0.0s [2022-01-20T15:42:18.172Z] [2022-01-20T15:42:18.172Z] #24 [internal] load build context [2022-01-20T15:42:18.172Z] #24 sha256:6b782bc547cbe446bd766f68ad9f052597f7776723d29deb3fdeb83e315c8eb2 [2022-01-20T15:42:18.174Z] Merge succeeded, producing 9363a990ff1718d8e3362c805083627578ea41f1 [2022-01-20T15:42:18.174Z] Checking out Revision 9363a990ff1718d8e3362c805083627578ea41f1 (PR-43142) [2022-01-20T15:42:18.230Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-20T15:42:18.432Z] #24 ... [2022-01-20T15:42:18.432Z] [2022-01-20T15:42:18.432Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-20T15:42:18.432Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-20T15:42:18.432Z] #45 DONE 0.4s [2022-01-20T15:42:18.432Z] [2022-01-20T15:42:18.432Z] #24 [internal] load build context [2022-01-20T15:42:18.432Z] #24 sha256:6b782bc547cbe446bd766f68ad9f052597f7776723d29deb3fdeb83e315c8eb2 [2022-01-20T15:42:18.569Z] + [ PR != PR ] [2022-01-20T15:42:18.569Z] + [ master != master ] [2022-01-20T15:42:18.569Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2022-01-20T15:42:17.636Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-20T15:42:17.646Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:17.650Z] > git checkout -f 9363a990ff1718d8e3362c805083627578ea41f1 # timeout=10 [2022-01-20T15:42:17.837Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:42:18.934Z] + docker version [2022-01-20T15:42:18.934Z] Client: Docker Engine - Community [2022-01-20T15:42:18.934Z] Version: 20.10.12 [2022-01-20T15:42:18.934Z] API version: 1.41 [2022-01-20T15:42:18.934Z] Go version: go1.16.12 [2022-01-20T15:42:18.934Z] Git commit: e91ed57 [2022-01-20T15:42:18.934Z] Built: Mon Dec 13 11:45:27 2021 [2022-01-20T15:42:18.934Z] OS/Arch: linux/amd64 [2022-01-20T15:42:18.934Z] Context: default [2022-01-20T15:42:18.934Z] Experimental: true [2022-01-20T15:42:18.934Z] [2022-01-20T15:42:18.934Z] Server: Docker Engine - Community [2022-01-20T15:42:18.934Z] Engine: [2022-01-20T15:42:18.934Z] Version: 20.10.12 [2022-01-20T15:42:18.934Z] API version: 1.41 (minimum version 1.12) [2022-01-20T15:42:18.934Z] Go version: go1.16.12 [2022-01-20T15:42:18.934Z] Git commit: 459d0df [2022-01-20T15:42:18.934Z] Built: Mon Dec 13 11:43:36 2021 [2022-01-20T15:42:18.934Z] OS/Arch: linux/amd64 [2022-01-20T15:42:18.934Z] Experimental: true [2022-01-20T15:42:18.934Z] containerd: [2022-01-20T15:42:18.934Z] Version: 1.4.12 [2022-01-20T15:42:18.934Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:18.934Z] runc: [2022-01-20T15:42:18.934Z] Version: 1.0.2 [2022-01-20T15:42:18.934Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-20T15:42:18.934Z] docker-init: [2022-01-20T15:42:18.934Z] Version: 0.19.0 [2022-01-20T15:42:18.934Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-20T15:42:18.972Z] + docker version [2022-01-20T15:42:18.972Z] Client: Docker Engine - Community [2022-01-20T15:42:18.972Z] Version: 20.10.12 [2022-01-20T15:42:18.972Z] API version: 1.41 [2022-01-20T15:42:18.972Z] Go version: go1.16.12 [2022-01-20T15:42:18.972Z] Git commit: e91ed57 [2022-01-20T15:42:18.972Z] Built: Mon Dec 13 11:45:33 2021 [2022-01-20T15:42:18.972Z] OS/Arch: linux/amd64 [2022-01-20T15:42:18.972Z] Context: default [2022-01-20T15:42:18.972Z] Experimental: true [2022-01-20T15:42:18.972Z] [2022-01-20T15:42:18.972Z] Server: Docker Engine - Community [2022-01-20T15:42:18.972Z] Engine: [2022-01-20T15:42:18.972Z] Version: 20.10.12 [2022-01-20T15:42:18.972Z] API version: 1.41 (minimum version 1.12) [2022-01-20T15:42:18.972Z] Go version: go1.16.12 [2022-01-20T15:42:18.972Z] Git commit: 459d0df [2022-01-20T15:42:18.972Z] Built: Mon Dec 13 11:43:42 2021 [2022-01-20T15:42:18.972Z] OS/Arch: linux/amd64 [2022-01-20T15:42:18.972Z] Experimental: true [2022-01-20T15:42:18.972Z] containerd: [2022-01-20T15:42:18.972Z] Version: 1.4.12 [2022-01-20T15:42:18.972Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:18.972Z] runc: [2022-01-20T15:42:18.972Z] Version: 1.0.2 [2022-01-20T15:42:18.972Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-20T15:42:18.972Z] docker-init: [2022-01-20T15:42:18.972Z] Version: 0.19.0 [2022-01-20T15:42:18.972Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-20T15:42:18.998Z] #24 transferring context: 56.54MB 1.0s done [2022-01-20T15:42:17.427Z] > git remote # timeout=10 [2022-01-20T15:42:17.434Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:42:17.438Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:42:17.438Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:42:18.173Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-20T15:42:18.181Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:42:18.183Z] > git checkout -f 9363a990ff1718d8e3362c805083627578ea41f1 # timeout=10 [2022-01-20T15:42:19.218Z] + docker info [2022-01-20T15:42:19.257Z] #24 DONE 1.2s [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #63 sha256:277a918e549e8b217762a50381748add4c072c6858608a155fa38d6dd4a7f41a [2022-01-20T15:42:19.257Z] #63 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #52 sha256:f0f158177be7a5f222b5236fe931dedc03ec304bf130b6fd127d542412e0383b [2022-01-20T15:42:19.257Z] #52 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #71 sha256:46ca512215dd1c8a48af51293cfc8d748909b5d90a2c58c533fac9b1d5fba896 [2022-01-20T15:42:19.257Z] #71 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #36 sha256:7d572ad8d8b7aceebfd0d37e3b53c74551a735626ad370a21d72854e2c4c2bdb [2022-01-20T15:42:19.257Z] #36 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-20T15:42:19.257Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-01-20T15:42:19.257Z] #68 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-20T15:42:19.257Z] #32 sha256:4b1cbaf42df583f8d7fdffc48c0e3067e2b828ab21b3daf77bacd5d8fda0ce99 [2022-01-20T15:42:19.257Z] #32 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:42:19.257Z] #51 sha256:77690442dfdf23c8445267d6373f17a101b3ff9debc7dd9ec57c687fb506c277 [2022-01-20T15:42:19.257Z] #51 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-20T15:42:19.257Z] #23 sha256:b0220f8b962fbf2e4722ac43ce5d952beaa151152d66c8a7cfe837ec51c53f30 [2022-01-20T15:42:19.257Z] #23 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #43 sha256:60490933d37a243e52aa00a9c190488e7722b55a856c7871d937ffb9c47ead1a [2022-01-20T15:42:19.257Z] #43 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #58 sha256:49fd9d07567e0bf0207b9ff64a4d5f72987c3d0a009693194fa34b580c3d0272 [2022-01-20T15:42:19.257Z] #58 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #38 sha256:6c74271894bad513dc452aee844e82593aa9f61f3bb66741bbf3ea1d0930b229 [2022-01-20T15:42:19.257Z] #38 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #48 sha256:0d4fd927091d7f63d186fbe2676ee8c36895fb5fed92b78445f242ff3d0dca75 [2022-01-20T15:42:19.257Z] #48 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #50 sha256:a5e56b62910510276cb88b8673a8f9d0f8195304272c26781dc4ed024648f2db [2022-01-20T15:42:19.257Z] #50 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #21 sha256:7f1a0df1d4488c6028835bb1df36c81178912dedf12d3d7ca6feb476993accad [2022-01-20T15:42:19.257Z] #21 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #49 sha256:f276a6026d97d886c474c0a6014913799478ab0a748940aa94018237559d4ac1 [2022-01-20T15:42:19.257Z] #49 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-20T15:42:19.257Z] #65 sha256:70937ef3d5378dc3670968186dbd7986d698fda2e4b79e61b001aec7e9b6f850 [2022-01-20T15:42:19.257Z] #65 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #41 sha256:9028fed6371076035ae331f969331ba735374c0e17dfcf0c4abe355b5e1d0bdf [2022-01-20T15:42:19.257Z] #41 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #37 sha256:14c3ba173732496837c6c5b6051df8edf53ab4441df90657bb06d22f6b2d3809 [2022-01-20T15:42:19.257Z] #37 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #54 sha256:6904bc665acdd94cde1df5eb9faa9080e770d4260207aa7e008868e887457b3f [2022-01-20T15:42:19.257Z] #54 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-20T15:42:19.257Z] #18 sha256:340df9dfd0dcf926a1b7f42fe719732e1c5b407dd99a37e17c83b2b336905710 [2022-01-20T15:42:19.257Z] #18 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-20T15:42:19.257Z] #64 sha256:843e9b55889ede2d1b610e12693f160a19637e435881cba64495711b0e4c545d [2022-01-20T15:42:19.257Z] #64 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-20T15:42:19.257Z] #25 sha256:95dcc2d6c32922cc2a77108901a0078a133881aaf4c21621ea4b44c869f01bb7 [2022-01-20T15:42:19.257Z] #25 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #13 sha256:b2a8b1e017b0665c279d1a34550861dd757bc78e7584a053937a84bb0e2b18a7 [2022-01-20T15:42:19.257Z] #13 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #35 sha256:e4079f491accf572025fb45538efbfbe916d95c92eb1931d590c8a56da768607 [2022-01-20T15:42:19.257Z] #35 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-20T15:42:19.257Z] #17 sha256:c4b1a06d1ce6f9a36778f873ca4fd5dfb2cebb1270622fff487a2273fc5e4d4d [2022-01-20T15:42:19.257Z] #17 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #61 sha256:e0e8e7efc93d035ef5250f5191fac211af59ac647510575edfd818e8963a7508 [2022-01-20T15:42:19.257Z] #61 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #66 sha256:e71163a3987ef3cdd125dcf1a4860859e42f46fbf7c5b135fadde3bcb9904a33 [2022-01-20T15:42:19.257Z] #66 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #26 sha256:774932a74fee8ab7def0a90d610643daebca7d93d6066afc14899bbd484cd091 [2022-01-20T15:42:19.257Z] #26 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #22 sha256:6778c9b2c82675dd5e18d260dbc8a267cd973bfede77b81c9fad3659e73b14d4 [2022-01-20T15:42:19.257Z] #22 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-01-20T15:42:19.257Z] #14 sha256:621bb6d9a5dd219a4cae0794e5aa39e74a4e5379ed13cad64c3847290175b3fc [2022-01-20T15:42:19.257Z] #14 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #46 sha256:614c773f4c72c1c203072d976a5ccd0dd5ca3e13b9a9d34d751c11fcf100a0b9 [2022-01-20T15:42:19.257Z] #46 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #16 sha256:dced6de0a5b44d4a46db6c7d10c84b2fe750e7b6ea8f69ec2704f77b6d55fe9b [2022-01-20T15:42:19.257Z] #16 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-20T15:42:19.257Z] #42 sha256:87e6f23d041c4b750fdf48a7d9b8d4843351058800251e463255df53a0dba834 [2022-01-20T15:42:19.257Z] #42 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #44 sha256:08f30e5b0b4bac2bcb0659e72d83348607880528ba8b1ade97b4c94933d35c39 [2022-01-20T15:42:19.257Z] #44 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-20T15:42:19.257Z] #15 sha256:7811ded252b9a047013d25bb488a377080e2b2af456f36e8ff6c8c625a7d3964 [2022-01-20T15:42:19.257Z] #15 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #56 sha256:2dd2a1d380d01ddf63b93751f307d881e7de2557b8290924f2f39bcc7e34a1bc [2022-01-20T15:42:19.257Z] #56 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #34 sha256:13a85f51faaffa4835438ef51964145f4e928aa9e4a690b1f78e01db2e8512da [2022-01-20T15:42:19.257Z] #34 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #47 sha256:4daad2b70b6a1d5767cf2cafcd3b861362f86726fd5c613b12f38fd654515950 [2022-01-20T15:42:19.257Z] #47 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #53 sha256:477e2efbeb6719d64a45c8639d755c4a56b3ed2c79ef1c5a9e8009d7f6354a1e [2022-01-20T15:42:19.257Z] #53 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-20T15:42:19.257Z] #20 sha256:7670a44878b749b038749c767fa395e82d788aa44e234d1a049731efcab26312 [2022-01-20T15:42:19.257Z] #20 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-20T15:42:19.257Z] #55 sha256:0d24b1b6195ac9bb291739c5276cd428f6ec90dab51e229c8f163bdf8794c22b [2022-01-20T15:42:19.257Z] #55 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-20T15:42:19.257Z] #39 sha256:794431c11dac139c7a48f63989deae18de4882316138a6feedf3f691149b1142 [2022-01-20T15:42:19.257Z] #39 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #40 sha256:c725e323339cb558649981aada5f71c3ae5f197f515372a1cad092bbec844e77 [2022-01-20T15:42:19.257Z] #40 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-20T15:42:19.257Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-01-20T15:42:19.257Z] #70 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #29 sha256:2b601b3cbc9c15664da8f9d986d91fcaaeaab089f69b78c88b08e8a4a1db5c22 [2022-01-20T15:42:19.257Z] #29 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-20T15:42:19.257Z] #30 sha256:86143cffa1c00eac4fa522a5450c1d92112acbfea5dc95d0d996191173803b59 [2022-01-20T15:42:19.257Z] #30 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-20T15:42:19.257Z] #33 sha256:063aa483859b7c7284bc2227d45a54025b2826dcea048c46f0f5cfefb7364997 [2022-01-20T15:42:19.257Z] #33 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #60 sha256:b18b19fd87290c369760347d3937fa0a2410c560eda3d3967707787edaabd45d [2022-01-20T15:42:19.257Z] #60 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-20T15:42:19.257Z] #59 sha256:4189310977dcb24a07b103d9d61b8b62488fdda2123769fcea86fb4ee509b134 [2022-01-20T15:42:19.257Z] #59 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-20T15:42:19.257Z] #57 sha256:b8a4209585d4d9594250e3aaf176557e2327f234df9f2267b8ad880c8c54f99a [2022-01-20T15:42:19.257Z] #57 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #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-01-20T15:42:19.257Z] #31 sha256:170e3e902741b2d0f0d32a53678aaf0af426b258528fa9b5cea2458f2f1489f9 [2022-01-20T15:42:19.257Z] #31 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-20T15:42:19.257Z] #27 sha256:2abdb200505b81315a02c81f395c6e4793bbae97758168b3cbdf58fb1a76095b [2022-01-20T15:42:19.257Z] #27 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-20T15:42:19.257Z] #12 sha256:059305053a1305c609c5d7486a7e82bf23458cb3df663d15bd23930a14a66e79 [2022-01-20T15:42:19.257Z] #12 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-20T15:42:19.257Z] #19 sha256:7ef426e5e906ee21343b761e69693943501666e1423e52991fceee6c588f780d [2022-01-20T15:42:19.257Z] #19 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-20T15:42:19.257Z] #62 sha256:c0467e6aef4d4a8a68b62a33e4601865cce3fc2fff4dc72f4326d0605c50abe0 [2022-01-20T15:42:19.257Z] #62 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-20T15:42:19.257Z] #72 sha256:9886497f6e8e7b0089c87ee4e62304c63652e3c9444132f5b270056249f4ba24 [2022-01-20T15:42:19.257Z] #72 CACHED [2022-01-20T15:42:19.257Z] [2022-01-20T15:42:19.257Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-20T15:42:19.257Z] #73 sha256:235e09ca1dd8ef0ea8b4e64e8cf1e8edf3a1757b74ac123285ad001e11dd1a71 [2022-01-20T15:42:19.275Z] + docker info [2022-01-20T15:42:19.844Z] Client: [2022-01-20T15:42:19.844Z] Context: default [2022-01-20T15:42:19.844Z] Debug Mode: false [2022-01-20T15:42:19.844Z] Plugins: [2022-01-20T15:42:19.844Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-20T15:42:19.844Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-20T15:42:19.844Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-20T15:42:19.844Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-20T15:42:19.844Z] [2022-01-20T15:42:19.844Z] Server: [2022-01-20T15:42:19.844Z] Containers: 0 [2022-01-20T15:42:19.844Z] Running: 0 [2022-01-20T15:42:19.844Z] Paused: 0 [2022-01-20T15:42:19.844Z] Stopped: 0 [2022-01-20T15:42:19.844Z] Images: 2 [2022-01-20T15:42:19.844Z] Server Version: 20.10.12 [2022-01-20T15:42:19.844Z] Storage Driver: overlay2 [2022-01-20T15:42:19.844Z] Backing Filesystem: extfs [2022-01-20T15:42:19.844Z] Supports d_type: true [2022-01-20T15:42:19.844Z] Native Overlay Diff: true [2022-01-20T15:42:19.844Z] userxattr: false [2022-01-20T15:42:19.844Z] Logging Driver: json-file [2022-01-20T15:42:19.844Z] Cgroup Driver: systemd [2022-01-20T15:42:19.844Z] Cgroup Version: 2 [2022-01-20T15:42:19.844Z] Plugins: [2022-01-20T15:42:19.844Z] Volume: local [2022-01-20T15:42:19.844Z] Network: bridge host ipvlan macvlan null overlay [2022-01-20T15:42:19.844Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-20T15:42:19.844Z] Swarm: inactive [2022-01-20T15:42:19.844Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2022-01-20T15:42:19.844Z] Default Runtime: runc [2022-01-20T15:42:19.844Z] Init Binary: docker-init [2022-01-20T15:42:19.844Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:19.844Z] runc version: v1.0.2-0-g52b36a2 [2022-01-20T15:42:19.844Z] init version: de40ad0 [2022-01-20T15:42:19.844Z] Security Options: [2022-01-20T15:42:19.844Z] apparmor [2022-01-20T15:42:19.844Z] seccomp [2022-01-20T15:42:19.844Z] Profile: default [2022-01-20T15:42:19.844Z] cgroupns [2022-01-20T15:42:19.844Z] Kernel Version: 5.11.0-1023-aws [2022-01-20T15:42:19.844Z] Operating System: Ubuntu 20.04.3 LTS [2022-01-20T15:42:19.844Z] OSType: linux [2022-01-20T15:42:19.844Z] Architecture: x86_64 [2022-01-20T15:42:19.844Z] CPUs: 2 [2022-01-20T15:42:19.844Z] Total Memory: 7.559GiB [2022-01-20T15:42:19.844Z] Name: ip-10-100-51-82 [2022-01-20T15:42:19.844Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-01-20T15:42:19.844Z] Docker Root Dir: /var/lib/docker [2022-01-20T15:42:19.844Z] Debug Mode: false [2022-01-20T15:42:19.844Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:42:19.844Z] Labels: [2022-01-20T15:42:19.844Z] Experimental: true [2022-01-20T15:42:19.844Z] Insecure Registries: [2022-01-20T15:42:19.844Z] 127.0.0.0/8 [2022-01-20T15:42:19.844Z] Live Restore Enabled: true [2022-01-20T15:42:19.844Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-20T15:42:20.157Z] Client: [2022-01-20T15:42:20.157Z] Context: default [2022-01-20T15:42:20.157Z] Debug Mode: false [2022-01-20T15:42:20.157Z] Plugins: [2022-01-20T15:42:20.157Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-20T15:42:20.157Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-20T15:42:20.157Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-20T15:42:20.157Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-20T15:42:20.157Z] [2022-01-20T15:42:20.157Z] Server: [2022-01-20T15:42:20.157Z] Containers: 0 [2022-01-20T15:42:20.157Z] Running: 0 [2022-01-20T15:42:20.157Z] Paused: 0 [2022-01-20T15:42:20.157Z] Stopped: 0 [2022-01-20T15:42:20.157Z] Images: 3 [2022-01-20T15:42:20.157Z] Server Version: 20.10.12 [2022-01-20T15:42:20.157Z] Storage Driver: overlay2 [2022-01-20T15:42:20.157Z] Backing Filesystem: extfs [2022-01-20T15:42:20.157Z] Supports d_type: true [2022-01-20T15:42:20.157Z] Native Overlay Diff: true [2022-01-20T15:42:20.157Z] userxattr: false [2022-01-20T15:42:20.157Z] Logging Driver: json-file [2022-01-20T15:42:20.157Z] Cgroup Driver: cgroupfs [2022-01-20T15:42:20.157Z] Cgroup Version: 1 [2022-01-20T15:42:20.157Z] Plugins: [2022-01-20T15:42:20.157Z] Volume: local [2022-01-20T15:42:20.157Z] Network: bridge host ipvlan macvlan null overlay [2022-01-20T15:42:20.157Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-20T15:42:20.157Z] Swarm: inactive [2022-01-20T15:42:20.157Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-20T15:42:20.157Z] Default Runtime: runc [2022-01-20T15:42:20.157Z] Init Binary: docker-init [2022-01-20T15:42:20.157Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:42:20.157Z] runc version: v1.0.2-0-g52b36a2 [2022-01-20T15:42:20.157Z] init version: de40ad0 [2022-01-20T15:42:20.157Z] Security Options: [2022-01-20T15:42:20.157Z] apparmor [2022-01-20T15:42:20.157Z] seccomp [2022-01-20T15:42:20.157Z] Profile: default [2022-01-20T15:42:20.157Z] Kernel Version: 5.4.0-1061-aws [2022-01-20T15:42:20.157Z] Operating System: Ubuntu 18.04.6 LTS [2022-01-20T15:42:20.157Z] OSType: linux [2022-01-20T15:42:20.157Z] Architecture: x86_64 [2022-01-20T15:42:20.157Z] CPUs: 2 [2022-01-20T15:42:20.157Z] Total Memory: 7.483GiB [2022-01-20T15:42:20.157Z] Name: ip-10-100-39-47 [2022-01-20T15:42:20.157Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-01-20T15:42:20.157Z] Docker Root Dir: /var/lib/docker [2022-01-20T15:42:20.157Z] Debug Mode: false [2022-01-20T15:42:20.157Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:42:20.157Z] Labels: [2022-01-20T15:42:20.157Z] Experimental: true [2022-01-20T15:42:20.157Z] Insecure Registries: [2022-01-20T15:42:20.157Z] 127.0.0.0/8 [2022-01-20T15:42:20.157Z] Live Restore Enabled: true [2022-01-20T15:42:20.157Z] [2022-01-20T15:42:20.157Z] WARNING: No swap limit support [Pipeline] sh [2022-01-20T15:42:20.174Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:9363a990ff1718d8e3362c805083627578ea41f1 . [2022-01-20T15:42:20.174Z] #1 [internal] load build definition from Dockerfile [2022-01-20T15:42:20.174Z] #1 sha256:8c8bb74a045fa0040ba74bb2f5b8d3c347edbfac46d0750e32866cb4f927b198 [2022-01-20T15:42:20.174Z] #1 transferring dockerfile: 16.86kB done [2022-01-20T15:42:20.174Z] #1 DONE 0.0s [2022-01-20T15:42:20.174Z] [2022-01-20T15:42:20.174Z] #2 [internal] load .dockerignore [2022-01-20T15:42:20.174Z] #2 sha256:afb1fbdc2a6cb9d9d5345dd09006725d6540689a2433ce1eb08045a3cee340b1 [2022-01-20T15:42:20.174Z] #2 transferring context: 87B done [2022-01-20T15:42:20.174Z] #2 DONE 0.0s [2022-01-20T15:42:20.174Z] [2022-01-20T15:42:20.174Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-20T15:42:20.174Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-20T15:42:20.435Z] #3 DONE 0.1s [2022-01-20T15:42:20.435Z] [2022-01-20T15:42:20.435Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-20T15:42:20.435Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-20T15:42:20.435Z] #4 CACHED [2022-01-20T15:42:20.442Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:42:20.442Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:42:20.442Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43142/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-20T15:42:20.442Z] + bash /home/ubuntu/workspace/moby_PR-43142/check-config.sh [2022-01-20T15:42:20.442Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-20T15:42:20.442Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-01-20T15:42:20.442Z] [2022-01-20T15:42:20.442Z] Generally Necessary: [2022-01-20T15:42:20.442Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-20T15:42:20.442Z] - apparmor: enabled and tools installed [2022-01-20T15:42:20.442Z] - CONFIG_NAMESPACES: enabled [2022-01-20T15:42:20.442Z] - CONFIG_NET_NS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_PID_NS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_IPC_NS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_UTS_NS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUPS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CPUSETS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_MEMCG: enabled [2022-01-20T15:42:20.442Z] - CONFIG_KEYS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_VETH: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-20T15:42:20.442Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_BPF: enabled [2022-01-20T15:42:20.442Z] [2022-01-20T15:42:20.442Z] Optional Features: [2022-01-20T15:42:20.442Z] - CONFIG_USER_NS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_SECCOMP: enabled [2022-01-20T15:42:20.442Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-20T15:42:20.442Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-20T15:42:20.442Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-01-20T15:42:20.442Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-01-20T15:42:20.442Z] - CONFIG_BLK_CGROUP: enabled [2022-01-20T15:42:20.442Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_PERF: enabled [2022-01-20T15:42:20.442Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-20T15:42:20.629Z] #73 DONE 1.2s [2022-01-20T15:42:20.629Z] [2022-01-20T15:42:20.629Z] #74 exporting to image [2022-01-20T15:42:20.629Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-20T15:42:20.629Z] #74 exporting layers [2022-01-20T15:42:20.695Z] [2022-01-20T15:42:20.695Z] #5 [internal] load .dockerignore [2022-01-20T15:42:20.695Z] #5 sha256:b05b316f109255dac6becb2f58dd21c39539a63cbcb9ea208de63266bef0ac3f [2022-01-20T15:42:20.695Z] #5 DONE 0.0s [2022-01-20T15:42:20.695Z] [2022-01-20T15:42:20.695Z] #6 [internal] load build definition from Dockerfile [2022-01-20T15:42:20.695Z] #6 sha256:0609afe8bb47e067bc7f2f83d54dd864e798d8366939e248e149024dbbd1042f [2022-01-20T15:42:20.695Z] #6 DONE 0.0s [2022-01-20T15:42:20.695Z] [2022-01-20T15:42:20.695Z] #9 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-20T15:42:20.695Z] #9 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-20T15:42:20.695Z] #9 DONE 0.1s [2022-01-20T15:42:20.695Z] [2022-01-20T15:42:20.695Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:20.695Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-20T15:42:20.702Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-20T15:42:20.702Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-20T15:42:20.702Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-20T15:42:20.702Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-20T15:42:20.702Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_IP_VS: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-20T15:42:20.702Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-20T15:42:20.702Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-20T15:42:20.702Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-20T15:42:20.702Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-20T15:42:20.702Z] - CONFIG_EXT4_FS: enabled [2022-01-20T15:42:20.702Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-20T15:42:20.702Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-20T15:42:20.702Z] - Network Drivers: [2022-01-20T15:42:20.702Z] - "overlay": [2022-01-20T15:42:20.702Z] - CONFIG_VXLAN: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-20T15:42:20.702Z] Optional (for encrypted networks): [2022-01-20T15:42:20.702Z] - CONFIG_CRYPTO: enabled [2022-01-20T15:42:20.702Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-20T15:42:20.702Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-20T15:42:20.702Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-20T15:42:20.702Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-20T15:42:20.702Z] - CONFIG_XFRM: enabled [2022-01-20T15:42:20.702Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-20T15:42:20.702Z] - "ipvlan": [2022-01-20T15:42:20.702Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-20T15:42:20.702Z] - "macvlan": [2022-01-20T15:42:20.702Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_DUMMY: enabled (as module) [2022-01-20T15:42:20.702Z] - "ftp,tftp client in container": [2022-01-20T15:42:20.702Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-20T15:42:20.702Z] - Storage Drivers: [2022-01-20T15:42:20.702Z] - "aufs": [2022-01-20T15:42:20.702Z] - CONFIG_AUFS_FS: enabled (as module) [2022-01-20T15:42:20.702Z] - "btrfs": [2022-01-20T15:42:20.702Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-20T15:42:20.702Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-20T15:42:20.702Z] - "devicemapper": [2022-01-20T15:42:20.702Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-20T15:42:20.702Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-20T15:42:20.702Z] - "overlay": [2022-01-20T15:42:20.702Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-20T15:42:20.702Z] - "zfs": [2022-01-20T15:42:20.702Z] - /dev/zfs: present [2022-01-20T15:42:20.702Z] - zfs command: missing [2022-01-20T15:42:20.702Z] - zpool command: missing [2022-01-20T15:42:20.702Z] [2022-01-20T15:42:20.702Z] Limits: [2022-01-20T15:42:20.702Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-20T15:42:20.702Z] [2022-01-20T15:42:20.702Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-20T15:42:20.956Z] #10 DONE 0.1s [2022-01-20T15:42:20.956Z] [2022-01-20T15:42:20.956Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:20.956Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-20T15:42:20.956Z] #8 DONE 0.1s [2022-01-20T15:42:20.956Z] [2022-01-20T15:42:20.956Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-20T15:42:20.956Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-20T15:42:20.956Z] #7 DONE 0.1s [2022-01-20T15:42:20.956Z] [2022-01-20T15:42:20.956Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:20.956Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-20T15:42:20.956Z] #69 DONE 0.0s [2022-01-20T15:42:20.956Z] [2022-01-20T15:42:20.956Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:20.956Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-20T15:42:20.956Z] #67 DONE 0.0s [2022-01-20T15:42:20.956Z] [2022-01-20T15:42:20.956Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:42:20.956Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:42:20.956Z] #11 DONE 0.0s [2022-01-20T15:42:20.956Z] [2022-01-20T15:42:20.956Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d [2022-01-20T15:42:20.956Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4 [2022-01-20T15:42:20.956Z] #28 DONE 0.0s [2022-01-20T15:42:20.956Z] [2022-01-20T15:42:20.956Z] #24 [internal] load build context [2022-01-20T15:42:20.956Z] #24 sha256:f4eaa121019ace25f3ec19922c396632bf9385031e73c2ef2fd8c04f76a1989b [2022-01-20T15:42:21.032Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:9363a990ff1718d8e3362c805083627578ea41f1 . [2022-01-20T15:42:21.032Z] #1 [internal] load build definition from Dockerfile [2022-01-20T15:42:21.032Z] #1 sha256:0cb41887f3b7ca72166bbb60c5a764d59578f457cd3f0ee04dc2e71a14824116 [2022-01-20T15:42:21.032Z] #1 transferring dockerfile: 16.86kB done [2022-01-20T15:42:21.032Z] #1 DONE 0.0s [2022-01-20T15:42:21.032Z] [2022-01-20T15:42:21.032Z] #2 [internal] load .dockerignore [2022-01-20T15:42:21.032Z] #2 sha256:457cb867d031b0647ee089048abd9bf96edd7cfc8030e757cc9ba34733781ab2 [2022-01-20T15:42:21.032Z] #2 transferring context: 87B done [2022-01-20T15:42:21.032Z] #2 DONE 0.0s [2022-01-20T15:42:21.032Z] [2022-01-20T15:42:21.032Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-20T15:42:21.032Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-20T15:42:21.194Z] #74 exporting layers 0.8s done [2022-01-20T15:42:21.194Z] #74 writing image sha256:8c17bb7bd2040b2a578604b9a05e7ec4120ad6673b851b03ef3d0b547a87fb42 [2022-01-20T15:42:21.194Z] #74 writing image sha256:8c17bb7bd2040b2a578604b9a05e7ec4120ad6673b851b03ef3d0b547a87fb42 done [2022-01-20T15:42:21.194Z] #74 naming to docker.io/library/docker:cd3f8bbdde1eee645e6de952c12345ab4bad967f done [2022-01-20T15:42:21.194Z] #74 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-01-20T15:42:21.296Z] #3 DONE 0.1s [2022-01-20T15:42:21.296Z] [2022-01-20T15:42:21.296Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-20T15:42:21.296Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-20T15:42:21.296Z] #4 CACHED [2022-01-20T15:42:21.521Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-01-20T15:42:21.547Z] #24 ... [2022-01-20T15:42:21.547Z] [2022-01-20T15:42:21.547Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-20T15:42:21.547Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-20T15:42:21.547Z] #45 DONE 0.5s [2022-01-20T15:42:21.547Z] [2022-01-20T15:42:21.547Z] #24 [internal] load build context [2022-01-20T15:42:21.547Z] #24 sha256:f4eaa121019ace25f3ec19922c396632bf9385031e73c2ef2fd8c04f76a1989b [2022-01-20T15:42:21.556Z] [2022-01-20T15:42:21.556Z] #6 [internal] load .dockerignore [2022-01-20T15:42:21.556Z] #6 sha256:df2f697aabfa5b05c4536daf249c3b7ff22041a6bc53bb0e5453f795a360471d [2022-01-20T15:42:21.556Z] #6 DONE 0.0s [2022-01-20T15:42:21.556Z] [2022-01-20T15:42:21.556Z] #5 [internal] load build definition from Dockerfile [2022-01-20T15:42:21.556Z] #5 sha256:8992fcd088ed0d37b6af6249891774376152ffcbfe515dc4e29e31befa8c6ec8 [2022-01-20T15:42:21.556Z] #5 DONE 0.0s [2022-01-20T15:42:21.556Z] [2022-01-20T15:42:21.556Z] #8 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-20T15:42:21.556Z] #8 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-20T15:42:21.556Z] #8 DONE 0.1s [2022-01-20T15:42:21.556Z] [2022-01-20T15:42:21.556Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:21.556Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-20T15:42:21.556Z] #10 DONE 0.1s [2022-01-20T15:42:21.556Z] [2022-01-20T15:42:21.556Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:42:21.556Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-20T15:42:21.556Z] #9 DONE 0.1s [2022-01-20T15:42:21.556Z] [2022-01-20T15:42:21.556Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-20T15:42:21.556Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-20T15:42:21.556Z] #7 DONE 0.1s [2022-01-20T15:42:21.802Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cd3f8bbdde1eee645e6de952c12345ab4bad967f -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cd3f8bbdde1eee645e6de952c12345ab4bad967f hack/test/unit [2022-01-20T15:42:22.060Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-01-20T15:42:22.060Z] + TESTFLAGS+=' -test.timeout=5m' [2022-01-20T15:42:22.060Z] + TESTDIRS=./... [2022-01-20T15:42:22.060Z] + exclude_paths='/vendor/|/integration' [2022-01-20T15:42:22.060Z] ++ grep -vE '(/vendor/|/integration)' [2022-01-20T15:42:22.060Z] ++ go list ./... [2022-01-20T15:42:22.126Z] [2022-01-20T15:42:22.126Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:22.126Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-20T15:42:22.126Z] #76 DONE 0.0s [2022-01-20T15:42:22.126Z] [2022-01-20T15:42:22.126Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:42:22.126Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-20T15:42:22.126Z] #74 DONE 0.0s [2022-01-20T15:42:22.126Z] [2022-01-20T15:42:22.126Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:42:22.126Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:42:22.126Z] #11 DONE 0.0s [2022-01-20T15:42:22.126Z] [2022-01-20T15:42:22.126Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d [2022-01-20T15:42:22.126Z] #35 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4 [2022-01-20T15:42:22.126Z] #35 DONE 0.0s [2022-01-20T15:42:22.126Z] [2022-01-20T15:42:22.126Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-20T15:42:22.126Z] #12 sha256:03cbbbe5264556b234ae858dd69330bbf0ae57a83384a975fb14f1ae7c737f06 [2022-01-20T15:42:22.126Z] #12 CACHED [2022-01-20T15:42:22.126Z] [2022-01-20T15:42:22.126Z] #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-01-20T15:42:22.126Z] #13 sha256:f7735ec6592b88b649d66ab2e69ea6a2b3398928bf58462994f70520fbe88fcc [2022-01-20T15:42:22.126Z] #13 CACHED [2022-01-20T15:42:22.126Z] [2022-01-20T15:42:22.126Z] #31 [internal] load build context [2022-01-20T15:42:22.126Z] #31 sha256:f8edb58212788fe7d7328b33131c18ef386fbfc7cfdbbcbfde770b52d1ee275e [2022-01-20T15:42:22.393Z] #31 ... [2022-01-20T15:42:22.393Z] [2022-01-20T15:42:22.393Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-20T15:42:22.393Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-20T15:42:22.393Z] #52 DONE 0.4s [2022-01-20T15:42:22.393Z] [2022-01-20T15:42:22.393Z] #31 [internal] load build context [2022-01-20T15:42:22.393Z] #31 sha256:f8edb58212788fe7d7328b33131c18ef386fbfc7cfdbbcbfde770b52d1ee275e [2022-01-20T15:42:22.496Z] #24 transferring context: 56.53MB 1.6s done [2022-01-20T15:42:22.757Z] #24 DONE 1.7s [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-20T15:42:22.757Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-20T15:42:22.757Z] #70 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #21 sha256:25b5507dab344cd0e5a3da2e5150a5085c76a60af2ea560649b1de46f5baaf51 [2022-01-20T15:42:22.757Z] #21 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #53 sha256:aa54a61e59505073eec406052f5ff896ab764d94fa0b9ccff610139d7b0cdc04 [2022-01-20T15:42:22.757Z] #53 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-20T15:42:22.757Z] #30 sha256:581902b2047a3c7a39168c25ebdd418bfc22565be4462185cd09d3c86441f9f2 [2022-01-20T15:42:22.757Z] #30 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #26 sha256:a6a8df6d60e8f78fc14a7a029ee69521835c3b12410fd818075b8a760085e9b0 [2022-01-20T15:42:22.757Z] #26 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-20T15:42:22.757Z] #54 sha256:04a4c3b7415296586481830172b43fba9986fe601e6da0928b4a05ccc7c34b9d [2022-01-20T15:42:22.757Z] #54 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-20T15:42:22.757Z] #65 sha256:b87b6aec7b3ca5d12d6fb90aed72c26a9cfca751f3e9c71ccec3ecc672444f63 [2022-01-20T15:42:22.757Z] #65 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-20T15:42:22.757Z] #27 sha256:29440ba6c98425e685d6554b024c93727d3dffc64bda1840347e69715db7c290 [2022-01-20T15:42:22.757Z] #27 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-20T15:42:22.757Z] #20 sha256:64591cc4e5143c43afe6e0b0ae4c475714e81c8d8a0164bcc8364ef7f5cf0f78 [2022-01-20T15:42:22.757Z] #20 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-20T15:42:22.757Z] #50 sha256:29ac3266dba565c9cbe3949384ba4d8a621a76cbcd6ae7666f3d1edf0ff58cea [2022-01-20T15:42:22.757Z] #50 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-20T15:42:22.757Z] #59 sha256:03dc2db851eece29d7dc2622ccb83687c4beb46bafd5782901c879ffa9fd8ff8 [2022-01-20T15:42:22.757Z] #59 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #56 sha256:f15c82f9881cb19be251fb8b544922a691ae762ce706562f252c27742c8dc6b1 [2022-01-20T15:42:22.757Z] #56 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-20T15:42:22.757Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-20T15:42:22.757Z] #68 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-20T15:42:22.757Z] #44 sha256:7ce2540145f52f87c21cdc04b5abc6cd9f7a648685d51d8b896e2c22499781bb [2022-01-20T15:42:22.757Z] #44 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-20T15:42:22.757Z] #33 sha256:98d5654ceec952420a8b3d953715f6f9a47e2f6532f7388f73e17751e924a797 [2022-01-20T15:42:22.757Z] #33 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-20T15:42:22.757Z] #35 sha256:e151096a5a4b9ab547dc768a3ce518d7d697123c5f92b907aa0903ec8b14d766 [2022-01-20T15:42:22.757Z] #35 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #38 sha256:286dcb8eb3ea84eeab5a0e876e418fee7ff1abb4d83870130e087389c6a35999 [2022-01-20T15:42:22.757Z] #38 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #22 sha256:8e8a2568d8b42e3431a1de8ca3e5e0a9c966cfcce2f579991af4863412e0c9e0 [2022-01-20T15:42:22.757Z] #22 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-20T15:42:22.757Z] #25 sha256:d3f9c45b906d8dc6c3afddea5c9fc21b031816e5ca9056218f9925d7d2becc5a [2022-01-20T15:42:22.757Z] #25 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #49 sha256:77cb706d755e16aea54301fa925fe1a91b1df361756934152b11e5eb1aa5503b [2022-01-20T15:42:22.757Z] #49 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #73 sha256:6c62b1474c05ee3f8fc0e35430da71b26917c6306cca48876186b3bab51de616 [2022-01-20T15:42:22.757Z] #73 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #47 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:42:22.757Z] #47 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #31 sha256:698c44550e18520cceba7dd981852f5bed79fc3e241666c0745b5f20f0428245 [2022-01-20T15:42:22.757Z] #31 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #36 sha256:e3b06d2cc729b500db80a4f8f2b9ef144764be859b05cce2d047165ef878a07d [2022-01-20T15:42:22.757Z] #36 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.757Z] #58 sha256:2863a34a8394af6d04c11f3d9e339f77039fc9082de27c8735be89ab11429dd4 [2022-01-20T15:42:22.757Z] #58 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-20T15:42:22.757Z] #19 sha256:226076c6e75ec2917465d02033ead7f7c18bd9271ef04371ee3f84fa6965ee6a [2022-01-20T15:42:22.757Z] #19 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-20T15:42:22.757Z] #37 sha256:88d44eb754cdf4747e3c8031ba3d3878f9710120523e00cb85c742e8f3352991 [2022-01-20T15:42:22.757Z] #37 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-20T15:42:22.757Z] #62 sha256:f54c491e80b6c101947e1aa1cab9a4d6aa4c6020781ad6e1250101eb75ca2de0 [2022-01-20T15:42:22.757Z] #62 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-20T15:42:22.757Z] #48 sha256:aaec23e4755d8c272fd4b173c8ec6cb4d83febe90b049acf923eb09813b536b5 [2022-01-20T15:42:22.757Z] #48 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-20T15:42:22.757Z] #39 sha256:dc047f07659099cf487a91a075dcadee99877e7a83f78c1f3909fd7fe8b2a375 [2022-01-20T15:42:22.757Z] #39 CACHED [2022-01-20T15:42:22.757Z] [2022-01-20T15:42:22.757Z] #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-01-20T15:42:22.758Z] #63 sha256:58f7b26cbceb5bba9bf0162e8c66b32328e66911a1ac9a10a98924b755c095b8 [2022-01-20T15:42:22.758Z] #63 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-20T15:42:22.758Z] #41 sha256:dc0f6d29f68bf9bb68a72f0d1d226c33b439fd654841963164930a1a0453ee0c [2022-01-20T15:42:22.758Z] #41 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #46 sha256:7637d72c282c0da148c4c3fca0d2b40d5aa304f92b36b3602e1d88b10226c023 [2022-01-20T15:42:22.758Z] #46 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-20T15:42:22.758Z] #32 sha256:9e59b60c3639434f04eb3a0959be9cc82fae092b588a6c14960b87188bd5be70 [2022-01-20T15:42:22.758Z] #32 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #40 sha256:66faa2b1391b7df4ca09ad6386c22e33b4c7a0243e754adf07fc5f9a3c46f3c7 [2022-01-20T15:42:22.758Z] #40 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:42:22.758Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:42:22.758Z] #51 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-20T15:42:22.758Z] #23 sha256:553b68e326ee4cc8bacee9c0f32e9ee3e9d3bd3f2cb5ca6edb8fb5fe1d0106b7 [2022-01-20T15:42:22.758Z] #23 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:42:22.758Z] #14 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-20T15:42:22.758Z] #66 sha256:d11f0254b26409130f030a020f1e64b0d4a55b238ab26837f272d3ce60dae700 [2022-01-20T15:42:22.758Z] #66 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #43 sha256:76944249cecba13870a8649d0eebcf3a28556913abfe2b53480837c4f26c1011 [2022-01-20T15:42:22.758Z] #43 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-20T15:42:22.758Z] #55 sha256:435ea3df01b855adfc8bb0cf939d08b1722572579f0c3e107a2293fc558a2168 [2022-01-20T15:42:22.758Z] #55 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-20T15:42:22.758Z] #52 sha256:adb246927eda6e17f1ee37134a24955ce83887c6c2c4463ed3c58e1b0609c08a [2022-01-20T15:42:22.758Z] #52 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1 [2022-01-20T15:42:22.758Z] #29 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #13 sha256:f7735ec6592b88b649d66ab2e69ea6a2b3398928bf58462994f70520fbe88fcc [2022-01-20T15:42:22.758Z] #13 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-20T15:42:22.758Z] #42 sha256:6df18a1cbf32ae0dbb54fd86536fa70fef801c693fabf8ca94b397d501658057 [2022-01-20T15:42:22.758Z] #42 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-20T15:42:22.758Z] #12 sha256:03cbbbe5264556b234ae858dd69330bbf0ae57a83384a975fb14f1ae7c737f06 [2022-01-20T15:42:22.758Z] #12 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-20T15:42:22.758Z] #15 sha256:4e589520ad799bfc353249e1dd4287c7128a42444952712e1e83904eb7721cbc [2022-01-20T15:42:22.758Z] #15 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #16 sha256:2166b8a9e3cccc2aedf08e9b13b2f5c89aa9241bc84188e03bce10f5aae71242 [2022-01-20T15:42:22.758Z] #16 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-20T15:42:22.758Z] #61 sha256:684f9ab871d7a84ec3f14c779b29f0aea99ba1ebcfa0891d10b7545019433ea3 [2022-01-20T15:42:22.758Z] #61 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-20T15:42:22.758Z] #71 sha256:f3ba6277f30aaa0322cdf6f0e210149d8ed53a6a5ffdae28dcf5da9c1e57ef95 [2022-01-20T15:42:22.758Z] #71 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-20T15:42:22.758Z] #17 sha256:1d9a10fa1e71232ffd398f54e30861b815ed30ab219704877afd4bc9ccd30468 [2022-01-20T15:42:22.758Z] #17 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #34 sha256:9fe0f3d33a999b153a8e31cd4d91505945385bf49d44e9974bedbe8d707b997f [2022-01-20T15:42:22.758Z] #34 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-20T15:42:22.758Z] #64 sha256:e346534948853a02b1d87341525161018f3baed65f3128c7e46fe2f903d0cd3b [2022-01-20T15:42:22.758Z] #64 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-20T15:42:22.758Z] #72 sha256:600e524601fbf161f1dd8d54b2394d479ba6d6741c83d137c449bd769fd9ff92 [2022-01-20T15:42:22.758Z] #72 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-20T15:42:22.758Z] #18 sha256:66cb3ca5958d12fc89abce9ad3ff0546abab2d677c4969b8453243b436f4daee [2022-01-20T15:42:22.758Z] #18 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #60 sha256:1dad9e6fc9d6ac152b379ef47111c059fd886b314367c0ddb7defeb6fe7ba991 [2022-01-20T15:42:22.758Z] #60 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-20T15:42:22.758Z] #57 sha256:86e7cd6085e6e03e06efd9060095d2161243cb8e51b4394f1c78f0f8ba79e6de [2022-01-20T15:42:22.758Z] #57 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #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-01-20T15:42:22.758Z] #74 sha256:9f9b07a20d2698ad5f483cfbbe7499e0c90176c2bfc95d626690edbdcb49907b [2022-01-20T15:42:22.758Z] #74 CACHED [2022-01-20T15:42:22.758Z] [2022-01-20T15:42:22.758Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-20T15:42:22.758Z] #75 sha256:3ebe565e161945833c57475b9d2e46aca84ba245f2d9b6c1a55211797e56513c [2022-01-20T15:42:22.993Z] + pkg_list='github.com/docker/docker/api [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/backend/build [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/httputils [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/middleware [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/build [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/container [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/debug [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/image [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/network [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/session [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/system [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/volume [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/backend [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/container [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/events [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/filters [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/image [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/mount [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/network [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/registry [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/strslice [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/swarm [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/time [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/versions [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/volume [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/dockerfile [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/dockerignore [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/remotecontext [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T15:42:22.994Z] github.com/docker/docker/cli [2022-01-20T15:42:22.994Z] github.com/docker/docker/cli/config [2022-01-20T15:42:22.994Z] github.com/docker/docker/cli/debug [2022-01-20T15:42:22.994Z] github.com/docker/docker/client [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/dockerd [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T15:42:22.994Z] github.com/docker/docker/container [2022-01-20T15:42:22.994Z] github.com/docker/docker/container/stream [2022-01-20T15:42:22.994Z] github.com/docker/docker/contrib/apparmor [2022-01-20T15:42:22.994Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T15:42:22.994Z] github.com/docker/docker/contrib/httpserver [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/config [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/events [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/exec [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/images [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/initlayer [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/links [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/listeners [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/local [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/names [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/network [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/stats [2022-01-20T15:42:22.994Z] github.com/docker/docker/distribution [2022-01-20T15:42:22.994Z] github.com/docker/docker/distribution/metadata [2022-01-20T15:42:22.994Z] github.com/docker/docker/distribution/utils [2022-01-20T15:42:22.994Z] github.com/docker/docker/distribution/xfer [2022-01-20T15:42:22.994Z] github.com/docker/docker/dockerversion [2022-01-20T15:42:22.994Z] github.com/docker/docker/errdefs [2022-01-20T15:42:22.994Z] github.com/docker/docker/image [2022-01-20T15:42:22.994Z] github.com/docker/docker/image/cache [2022-01-20T15:42:22.994Z] github.com/docker/docker/image/tarexport [2022-01-20T15:42:22.994Z] github.com/docker/docker/image/v1 [2022-01-20T15:42:22.994Z] github.com/docker/docker/internal/test/suite [2022-01-20T15:42:22.994Z] github.com/docker/docker/layer [2022-01-20T15:42:22.994Z] github.com/docker/docker/libcontainerd [2022-01-20T15:42:22.994Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T15:42:22.994Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T15:42:22.994Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T15:42:22.994Z] github.com/docker/docker/libcontainerd/types [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/config [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/idm [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/ns [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/options [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/osl [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/libnetwork/types [2022-01-20T15:42:22.994Z] github.com/docker/docker/oci [2022-01-20T15:42:22.994Z] github.com/docker/docker/oci/caps [2022-01-20T15:42:22.994Z] github.com/docker/docker/opts [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/aaparser [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/archive [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/authorization [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/capabilities [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/containerfs [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/directory [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/dmesg [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/filenotify [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/fileutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/fsutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/homedir [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/idtools [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/ioutils [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/locker [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/longpath [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/loopback [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/mount [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/parsers [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/pidfile [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/platform [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/plugins [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/pools [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/progress [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/pubsub [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/reexec [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/signal [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/stack [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/stringid [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/symlink [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/system [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/tailfile [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/tarsum [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/term [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/term/windows [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/truncindex [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/urlutil [2022-01-20T15:42:22.994Z] github.com/docker/docker/pkg/useragent [2022-01-20T15:42:22.994Z] github.com/docker/docker/plugin [2022-01-20T15:42:22.994Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T15:42:22.994Z] github.com/docker/docker/plugin/v2 [2022-01-20T15:42:22.994Z] github.com/docker/docker/profiles/apparmor [2022-01-20T15:42:22.994Z] github.com/docker/docker/profiles/seccomp [2022-01-20T15:42:22.994Z] github.com/docker/docker/quota [2022-01-20T15:42:22.994Z] github.com/docker/docker/reference [2022-01-20T15:42:22.994Z] github.com/docker/docker/registry [2022-01-20T15:42:22.994Z] github.com/docker/docker/registry/resumable [2022-01-20T15:42:22.994Z] github.com/docker/docker/restartmanager [2022-01-20T15:42:22.994Z] github.com/docker/docker/rootless [2022-01-20T15:42:22.994Z] github.com/docker/docker/rootless/specconv [2022-01-20T15:42:22.994Z] github.com/docker/docker/runconfig [2022-01-20T15:42:22.994Z] github.com/docker/docker/runconfig/opts [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/daemon [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/environment [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/fakegit [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/registry [2022-01-20T15:42:22.994Z] github.com/docker/docker/testutil/request [2022-01-20T15:42:22.994Z] github.com/docker/docker/volume [2022-01-20T15:42:22.994Z] github.com/docker/docker/volume/drivers [2022-01-20T15:42:22.994Z] github.com/docker/docker/volume/local [2022-01-20T15:42:22.994Z] github.com/docker/docker/volume/mounts [2022-01-20T15:42:22.994Z] github.com/docker/docker/volume/service [2022-01-20T15:42:22.994Z] github.com/docker/docker/volume/service/opts [2022-01-20T15:42:22.994Z] github.com/docker/docker/volume/testutils' [2022-01-20T15:42:22.994Z] ++ grep --fixed-strings -v /libnetwork [2022-01-20T15:42:22.994Z] ++ echo 'github.com/docker/docker/api [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/backend/build [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/httputils [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/middleware [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/build [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/container [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/debug [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/image [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/network [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/session [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/system [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/server/router/volume [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/backend [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/container [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/events [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/filters [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/image [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/mount [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/network [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/registry [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/strslice [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/swarm [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/time [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/versions [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T15:42:22.994Z] github.com/docker/docker/api/types/volume [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/dockerfile [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/dockerignore [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/remotecontext [2022-01-20T15:42:22.994Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T15:42:22.994Z] github.com/docker/docker/cli [2022-01-20T15:42:22.994Z] github.com/docker/docker/cli/config [2022-01-20T15:42:22.994Z] github.com/docker/docker/cli/debug [2022-01-20T15:42:22.994Z] github.com/docker/docker/client [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/dockerd [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T15:42:22.994Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T15:42:22.994Z] github.com/docker/docker/container [2022-01-20T15:42:22.994Z] github.com/docker/docker/container/stream [2022-01-20T15:42:22.994Z] github.com/docker/docker/contrib/apparmor [2022-01-20T15:42:22.994Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T15:42:22.994Z] github.com/docker/docker/contrib/httpserver [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T15:42:22.994Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/config [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/events [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/exec [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/images [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/initlayer [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/links [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/listeners [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/local [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/names [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/network [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/stats [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution/metadata [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution/utils [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution/xfer [2022-01-20T15:42:22.995Z] github.com/docker/docker/dockerversion [2022-01-20T15:42:22.995Z] github.com/docker/docker/errdefs [2022-01-20T15:42:22.995Z] github.com/docker/docker/image [2022-01-20T15:42:22.995Z] github.com/docker/docker/image/cache [2022-01-20T15:42:22.995Z] github.com/docker/docker/image/tarexport [2022-01-20T15:42:22.995Z] github.com/docker/docker/image/v1 [2022-01-20T15:42:22.995Z] github.com/docker/docker/internal/test/suite [2022-01-20T15:42:22.995Z] github.com/docker/docker/layer [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/types [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/config [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/idm [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/ns [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/options [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/osl [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/libnetwork/types [2022-01-20T15:42:22.995Z] github.com/docker/docker/oci [2022-01-20T15:42:22.995Z] github.com/docker/docker/oci/caps [2022-01-20T15:42:22.995Z] github.com/docker/docker/opts [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/aaparser [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/archive [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/authorization [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/capabilities [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/containerfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/directory [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/dmesg [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/filenotify [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/fileutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/fsutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/homedir [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/idtools [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/ioutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/locker [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/longpath [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/loopback [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/mount [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/parsers [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/pidfile [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/platform [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/plugins [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/pools [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/progress [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/pubsub [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/reexec [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/signal [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/stack [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/stringid [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/symlink [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/system [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/tailfile [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/tarsum [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/term [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/term/windows [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/truncindex [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/urlutil [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/useragent [2022-01-20T15:42:22.995Z] github.com/docker/docker/plugin [2022-01-20T15:42:22.995Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T15:42:22.995Z] github.com/docker/docker/plugin/v2 [2022-01-20T15:42:22.995Z] github.com/docker/docker/profiles/apparmor [2022-01-20T15:42:22.995Z] github.com/docker/docker/profiles/seccomp [2022-01-20T15:42:22.995Z] github.com/docker/docker/quota [2022-01-20T15:42:22.995Z] github.com/docker/docker/reference [2022-01-20T15:42:22.995Z] github.com/docker/docker/registry [2022-01-20T15:42:22.995Z] github.com/docker/docker/registry/resumable [2022-01-20T15:42:22.995Z] github.com/docker/docker/restartmanager [2022-01-20T15:42:22.995Z] github.com/docker/docker/rootless [2022-01-20T15:42:22.995Z] github.com/docker/docker/rootless/specconv [2022-01-20T15:42:22.995Z] github.com/docker/docker/runconfig [2022-01-20T15:42:22.995Z] github.com/docker/docker/runconfig/opts [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/daemon [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/environment [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/fakegit [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/registry [2022-01-20T15:42:22.995Z] github.com/docker/docker/testutil/request [2022-01-20T15:42:22.995Z] github.com/docker/docker/volume [2022-01-20T15:42:22.995Z] github.com/docker/docker/volume/drivers [2022-01-20T15:42:22.995Z] github.com/docker/docker/volume/local [2022-01-20T15:42:22.995Z] github.com/docker/docker/volume/mounts [2022-01-20T15:42:22.995Z] github.com/docker/docker/volume/service [2022-01-20T15:42:22.995Z] github.com/docker/docker/volume/service/opts [2022-01-20T15:42:22.995Z] github.com/docker/docker/volume/testutils' [2022-01-20T15:42:22.995Z] + base_pkg_list='github.com/docker/docker/api [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/backend/build [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/httputils [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/middleware [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/build [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/container [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/debug [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/image [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/network [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/session [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/system [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/server/router/volume [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/backend [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/container [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/events [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/filters [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/image [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/mount [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/network [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/registry [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/strslice [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/swarm [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/time [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/versions [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T15:42:22.995Z] github.com/docker/docker/api/types/volume [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/builder-next [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/dockerfile [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/dockerignore [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/remotecontext [2022-01-20T15:42:22.995Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T15:42:22.995Z] github.com/docker/docker/cli [2022-01-20T15:42:22.995Z] github.com/docker/docker/cli/config [2022-01-20T15:42:22.995Z] github.com/docker/docker/cli/debug [2022-01-20T15:42:22.995Z] github.com/docker/docker/client [2022-01-20T15:42:22.995Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T15:42:22.995Z] github.com/docker/docker/cmd/dockerd [2022-01-20T15:42:22.995Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T15:42:22.995Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T15:42:22.995Z] github.com/docker/docker/container [2022-01-20T15:42:22.995Z] github.com/docker/docker/container/stream [2022-01-20T15:42:22.995Z] github.com/docker/docker/contrib/apparmor [2022-01-20T15:42:22.995Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T15:42:22.995Z] github.com/docker/docker/contrib/httpserver [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/config [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/events [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/exec [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/images [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/initlayer [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/links [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/listeners [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/local [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/names [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/network [2022-01-20T15:42:22.995Z] github.com/docker/docker/daemon/stats [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution/metadata [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution/utils [2022-01-20T15:42:22.995Z] github.com/docker/docker/distribution/xfer [2022-01-20T15:42:22.995Z] github.com/docker/docker/dockerversion [2022-01-20T15:42:22.995Z] github.com/docker/docker/errdefs [2022-01-20T15:42:22.995Z] github.com/docker/docker/image [2022-01-20T15:42:22.995Z] github.com/docker/docker/image/cache [2022-01-20T15:42:22.995Z] github.com/docker/docker/image/tarexport [2022-01-20T15:42:22.995Z] github.com/docker/docker/image/v1 [2022-01-20T15:42:22.995Z] github.com/docker/docker/internal/test/suite [2022-01-20T15:42:22.995Z] github.com/docker/docker/layer [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T15:42:22.995Z] github.com/docker/docker/libcontainerd/types [2022-01-20T15:42:22.995Z] github.com/docker/docker/oci [2022-01-20T15:42:22.995Z] github.com/docker/docker/oci/caps [2022-01-20T15:42:22.995Z] github.com/docker/docker/opts [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/aaparser [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/archive [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/authorization [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/capabilities [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/containerfs [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/directory [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/dmesg [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/filenotify [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/fileutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/fsutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/homedir [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/idtools [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/ioutils [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/locker [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/longpath [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/loopback [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/mount [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T15:42:22.995Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/parsers [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/pidfile [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/platform [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/pools [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/progress [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/pubsub [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/reexec [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/signal [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/stack [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/stringid [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/symlink [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/system [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/tailfile [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/tarsum [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/term [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/term/windows [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/truncindex [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/urlutil [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/useragent [2022-01-20T15:42:22.996Z] github.com/docker/docker/plugin [2022-01-20T15:42:22.996Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T15:42:22.996Z] github.com/docker/docker/plugin/v2 [2022-01-20T15:42:22.996Z] github.com/docker/docker/profiles/apparmor [2022-01-20T15:42:22.996Z] github.com/docker/docker/profiles/seccomp [2022-01-20T15:42:22.996Z] github.com/docker/docker/quota [2022-01-20T15:42:22.996Z] github.com/docker/docker/reference [2022-01-20T15:42:22.996Z] github.com/docker/docker/registry [2022-01-20T15:42:22.996Z] github.com/docker/docker/registry/resumable [2022-01-20T15:42:22.996Z] github.com/docker/docker/restartmanager [2022-01-20T15:42:22.996Z] github.com/docker/docker/rootless [2022-01-20T15:42:22.996Z] github.com/docker/docker/rootless/specconv [2022-01-20T15:42:22.996Z] github.com/docker/docker/runconfig [2022-01-20T15:42:22.996Z] github.com/docker/docker/runconfig/opts [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/daemon [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/environment [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fakegit [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/registry [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/request [2022-01-20T15:42:22.996Z] github.com/docker/docker/volume [2022-01-20T15:42:22.996Z] github.com/docker/docker/volume/drivers [2022-01-20T15:42:22.996Z] github.com/docker/docker/volume/local [2022-01-20T15:42:22.996Z] github.com/docker/docker/volume/mounts [2022-01-20T15:42:22.996Z] github.com/docker/docker/volume/service [2022-01-20T15:42:22.996Z] github.com/docker/docker/volume/service/opts [2022-01-20T15:42:22.996Z] github.com/docker/docker/volume/testutils' [2022-01-20T15:42:22.996Z] ++ grep --fixed-strings /libnetwork [2022-01-20T15:42:22.996Z] ++ echo 'github.com/docker/docker/api [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/backend/build [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/httputils [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/middleware [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/build [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/container [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/debug [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/image [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/network [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/session [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/system [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/server/router/volume [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/backend [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/container [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/events [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/filters [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/image [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/mount [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/network [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/registry [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/strslice [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/swarm [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/time [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/versions [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T15:42:22.996Z] github.com/docker/docker/api/types/volume [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/builder-next [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/dockerfile [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/dockerignore [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/remotecontext [2022-01-20T15:42:22.996Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T15:42:22.996Z] github.com/docker/docker/cli [2022-01-20T15:42:22.996Z] github.com/docker/docker/cli/config [2022-01-20T15:42:22.996Z] github.com/docker/docker/cli/debug [2022-01-20T15:42:22.996Z] github.com/docker/docker/client [2022-01-20T15:42:22.996Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T15:42:22.996Z] github.com/docker/docker/cmd/dockerd [2022-01-20T15:42:22.996Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T15:42:22.996Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T15:42:22.996Z] github.com/docker/docker/container [2022-01-20T15:42:22.996Z] github.com/docker/docker/container/stream [2022-01-20T15:42:22.996Z] github.com/docker/docker/contrib/apparmor [2022-01-20T15:42:22.996Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T15:42:22.996Z] github.com/docker/docker/contrib/httpserver [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/cluster [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/config [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/events [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/exec [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/images [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/initlayer [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/links [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/listeners [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/local [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/names [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/network [2022-01-20T15:42:22.996Z] github.com/docker/docker/daemon/stats [2022-01-20T15:42:22.996Z] github.com/docker/docker/distribution [2022-01-20T15:42:22.996Z] github.com/docker/docker/distribution/metadata [2022-01-20T15:42:22.996Z] github.com/docker/docker/distribution/utils [2022-01-20T15:42:22.996Z] github.com/docker/docker/distribution/xfer [2022-01-20T15:42:22.996Z] github.com/docker/docker/dockerversion [2022-01-20T15:42:22.996Z] github.com/docker/docker/errdefs [2022-01-20T15:42:22.996Z] github.com/docker/docker/image [2022-01-20T15:42:22.996Z] github.com/docker/docker/image/cache [2022-01-20T15:42:22.996Z] github.com/docker/docker/image/tarexport [2022-01-20T15:42:22.996Z] github.com/docker/docker/image/v1 [2022-01-20T15:42:22.996Z] github.com/docker/docker/internal/test/suite [2022-01-20T15:42:22.996Z] github.com/docker/docker/layer [2022-01-20T15:42:22.996Z] github.com/docker/docker/libcontainerd [2022-01-20T15:42:22.996Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T15:42:22.996Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T15:42:22.996Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T15:42:22.996Z] github.com/docker/docker/libcontainerd/types [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/config [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/idm [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/ns [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/options [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/osl [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/libnetwork/types [2022-01-20T15:42:22.996Z] github.com/docker/docker/oci [2022-01-20T15:42:22.996Z] github.com/docker/docker/oci/caps [2022-01-20T15:42:22.996Z] github.com/docker/docker/opts [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/aaparser [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/archive [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/authorization [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/capabilities [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/containerfs [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/directory [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/dmesg [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/filenotify [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/fileutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/fsutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/homedir [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/idtools [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/ioutils [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/locker [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/longpath [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/loopback [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/mount [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/parsers [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/pidfile [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/platform [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/pools [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/progress [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/pubsub [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/reexec [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/signal [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/stack [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/stringid [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/symlink [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/system [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/tailfile [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/tarsum [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/term [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/term/windows [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/truncindex [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/urlutil [2022-01-20T15:42:22.996Z] github.com/docker/docker/pkg/useragent [2022-01-20T15:42:22.996Z] github.com/docker/docker/plugin [2022-01-20T15:42:22.996Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T15:42:22.996Z] github.com/docker/docker/plugin/v2 [2022-01-20T15:42:22.996Z] github.com/docker/docker/profiles/apparmor [2022-01-20T15:42:22.996Z] github.com/docker/docker/profiles/seccomp [2022-01-20T15:42:22.996Z] github.com/docker/docker/quota [2022-01-20T15:42:22.996Z] github.com/docker/docker/reference [2022-01-20T15:42:22.996Z] github.com/docker/docker/registry [2022-01-20T15:42:22.996Z] github.com/docker/docker/registry/resumable [2022-01-20T15:42:22.996Z] github.com/docker/docker/restartmanager [2022-01-20T15:42:22.996Z] github.com/docker/docker/rootless [2022-01-20T15:42:22.996Z] github.com/docker/docker/rootless/specconv [2022-01-20T15:42:22.996Z] github.com/docker/docker/runconfig [2022-01-20T15:42:22.996Z] github.com/docker/docker/runconfig/opts [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/daemon [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/environment [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fakegit [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/registry [2022-01-20T15:42:22.996Z] github.com/docker/docker/testutil/request [2022-01-20T15:42:22.997Z] github.com/docker/docker/volume [2022-01-20T15:42:22.997Z] github.com/docker/docker/volume/drivers [2022-01-20T15:42:22.997Z] github.com/docker/docker/volume/local [2022-01-20T15:42:22.997Z] github.com/docker/docker/volume/mounts [2022-01-20T15:42:22.997Z] github.com/docker/docker/volume/service [2022-01-20T15:42:22.997Z] github.com/docker/docker/volume/service/opts [2022-01-20T15:42:22.997Z] github.com/docker/docker/volume/testutils' [2022-01-20T15:42:22.997Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/config [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/idm [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ns [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/options [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/osl [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/types' [2022-01-20T15:42:22.997Z] + echo 'github.com/docker/docker/libnetwork [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/config [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/idm [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/ns [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/options [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/osl [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/types' [2022-01-20T15:42:22.997Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T15:42:22.997Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T15:42:22.997Z] + type docker-proxy [2022-01-20T15:42:22.997Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-01-20T15:42:22.997Z] + hack/make.sh binary-proxy install-proxy [2022-01-20T15:42:22.997Z] [2022-01-20T15:42:22.997Z] Removing bundles/ [2022-01-20T15:42:22.997Z] [2022-01-20T15:42:22.997Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-01-20T15:42:22.997Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-01-20T15:42:22.997Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:42:23.332Z] #75 DONE 0.8s [2022-01-20T15:42:23.332Z] [2022-01-20T15:42:23.332Z] #76 exporting to image [2022-01-20T15:42:23.332Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-20T15:42:23.332Z] #76 exporting layers [2022-01-20T15:42:23.337Z] #31 ... [2022-01-20T15:42:23.337Z] [2022-01-20T15:42:23.337Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-01-20T15:42:23.337Z] #14 sha256:b528e53a51127fb91cd6a2362619b287efa2edfb37640e7846f5678c367160bd [2022-01-20T15:42:23.337Z] #14 DONE 1.1s [2022-01-20T15:42:23.337Z] [2022-01-20T15:42:23.337Z] #31 [internal] load build context [2022-01-20T15:42:23.337Z] #31 sha256:f8edb58212788fe7d7328b33131c18ef386fbfc7cfdbbcbfde770b52d1ee275e [2022-01-20T15:42:24.273Z] #76 exporting layers 1.0s done [2022-01-20T15:42:24.273Z] #76 writing image sha256:9041c537325de83743cc61e8f5dbfdda865f097ceaf9f9c07f5d8ae062bf9e27 done [2022-01-20T15:42:24.273Z] #76 naming to docker.io/library/docker:9363a990ff1718d8e3362c805083627578ea41f1 done [2022-01-20T15:42:24.273Z] #76 DONE 1.0s [Pipeline] } [2022-01-20T15:42:24.293Z] #31 ... [2022-01-20T15:42:24.293Z] [2022-01-20T15:42:24.293Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-01-20T15:42:24.293Z] #15 sha256:ff3d419980735e128d69b3fd90aaa6db3dcb8c3120b1847281e7b800bef9e60e [2022-01-20T15:42:24.293Z] #15 DONE 1.2s [2022-01-20T15:42:24.293Z] [2022-01-20T15:42:24.293Z] #31 [internal] load build context [2022-01-20T15:42:24.293Z] #31 sha256:f8edb58212788fe7d7328b33131c18ef386fbfc7cfdbbcbfde770b52d1ee275e [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-20T15:42:24.557Z] #31 transferring context: 56.54MB 2.7s done [2022-01-20T15:42:24.620Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 -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:9363a990ff1718d8e3362c805083627578ea41f1 hack/make.sh dynbinary test-integration [2022-01-20T15:42:24.817Z] #31 DONE 2.8s [2022-01-20T15:42:24.817Z] [2022-01-20T15:42:24.817Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-01-20T15:42:24.817Z] #16 sha256:c31bd055c8582b07783506ebd1a7e53b0f93c5b4c1eb459e688f7d5954e9b794 [2022-01-20T15:42:24.881Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-01-20T15:42:24.881Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-01-20T15:42:24.881Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-01-20T15:42:24.881Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-01-20T15:42:24.881Z] 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-01-20T15:42:24.881Z] Detected virtualization docker. [2022-01-20T15:42:24.881Z] Detected architecture x86-64. [2022-01-20T15:42:24.881Z] Set hostname to <59bda2109ff0>. [2022-01-20T15:42:25.077Z] #16 DONE 0.8s [2022-01-20T15:42:25.077Z] [2022-01-20T15:42:25.077Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-01-20T15:42:25.077Z] #17 sha256:0d08915663b214379070a90f84a63d609faf3b2071ffb0eab3c3d491ac33ff05 [2022-01-20T15:42:25.141Z] modprobe@configfs.service: Succeeded. [2022-01-20T15:42:25.141Z] modprobe@drm.service: Succeeded. [2022-01-20T15:42:25.141Z] modprobe@fuse.service: Succeeded. [2022-01-20T15:42:25.401Z] + source /etc/docker-entrypoint-cmd [2022-01-20T15:42:25.401Z] ++ hack/make.sh dynbinary test-integration [2022-01-20T15:42:25.401Z] [2022-01-20T15:42:25.648Z] #17 DONE 0.5s [2022-01-20T15:42:25.648Z] [2022-01-20T15:42:25.648Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-01-20T15:42:25.648Z] #18 sha256:a285b8b291826085114f2a4a523b8c3aaaa84fc746c526403f40dab4c630a691 [2022-01-20T15:42:25.661Z] Removing bundles/ [2022-01-20T15:42:25.661Z] [2022-01-20T15:42:25.661Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-20T15:42:25.661Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:42:25.661Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:42:26.219Z] #18 DONE 0.5s [2022-01-20T15:42:26.219Z] [2022-01-20T15:42:26.219Z] #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-01-20T15:42:26.219Z] #19 sha256:334519f39f574109a1954a12942d48905a375bde8be81dea12ff713ec2b1e0cc [2022-01-20T15:42:27.158Z] #19 0.951 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-20T15:42:27.158Z] #19 0.962 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:42:27.158Z] #19 1.152 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-20T15:42:27.419Z] #19 1.156 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-20T15:42:27.419Z] #19 1.244 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-20T15:42:27.419Z] #19 1.334 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-20T15:42:27.419Z] #19 1.422 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-20T15:42:27.679Z] #19 1.527 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-20T15:42:27.679Z] #19 1.614 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-20T15:42:27.939Z] #19 1.818 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [103 kB] [2022-01-20T15:42:28.199Z] #19 2.092 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [103 kB] [2022-01-20T15:42:28.460Z] #19 2.375 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [109 kB] [2022-01-20T15:42:28.720Z] #19 2.672 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [105 kB] [2022-01-20T15:42:28.980Z] #19 2.951 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [110 kB] [2022-01-20T15:42:29.242Z] #19 3.043 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:42:29.242Z] #19 3.045 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-01-20T15:42:29.242Z] #19 3.046 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-01-20T15:42:29.242Z] #19 3.046 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2022-01-20T15:42:29.242Z] #19 3.048 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-20T15:42:29.242Z] #19 3.049 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-01-20T15:42:29.242Z] #19 3.050 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-20T15:42:29.550Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-01-20T15:42:29.550Z] [2022-01-20T15:42:29.550Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-01-20T15:42:29.550Z] Installing docker-proxy to /usr/local/bin/ [2022-01-20T15:42:29.550Z] [2022-01-20T15:42:29.550Z] + mkdir -p bundles [2022-01-20T15:42:29.550Z] + '[' -n 'github.com/docker/docker/api [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/backend/build [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/httputils [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/middleware [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/build [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/container [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/debug [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/image [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/network [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/session [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/system [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/server/router/volume [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/backend [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/container [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/events [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/filters [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/image [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/mount [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/network [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/registry [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/strslice [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/swarm [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/time [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/versions [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T15:42:29.551Z] github.com/docker/docker/api/types/volume [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/builder-next [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/dockerfile [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/dockerignore [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/remotecontext [2022-01-20T15:42:29.551Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T15:42:29.551Z] github.com/docker/docker/cli [2022-01-20T15:42:29.551Z] github.com/docker/docker/cli/config [2022-01-20T15:42:29.551Z] github.com/docker/docker/cli/debug [2022-01-20T15:42:29.551Z] github.com/docker/docker/client [2022-01-20T15:42:29.551Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T15:42:29.551Z] github.com/docker/docker/cmd/dockerd [2022-01-20T15:42:29.551Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T15:42:29.551Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T15:42:29.551Z] github.com/docker/docker/container [2022-01-20T15:42:29.551Z] github.com/docker/docker/container/stream [2022-01-20T15:42:29.551Z] github.com/docker/docker/contrib/apparmor [2022-01-20T15:42:29.551Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T15:42:29.551Z] github.com/docker/docker/contrib/httpserver [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/cluster [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/config [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/events [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/exec [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/images [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/initlayer [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/links [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/listeners [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/local [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/names [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/network [2022-01-20T15:42:29.551Z] github.com/docker/docker/daemon/stats [2022-01-20T15:42:29.551Z] github.com/docker/docker/distribution [2022-01-20T15:42:29.551Z] github.com/docker/docker/distribution/metadata [2022-01-20T15:42:29.551Z] github.com/docker/docker/distribution/utils [2022-01-20T15:42:29.551Z] github.com/docker/docker/distribution/xfer [2022-01-20T15:42:29.551Z] github.com/docker/docker/dockerversion [2022-01-20T15:42:29.551Z] github.com/docker/docker/errdefs [2022-01-20T15:42:29.551Z] github.com/docker/docker/image [2022-01-20T15:42:29.551Z] github.com/docker/docker/image/cache [2022-01-20T15:42:29.551Z] github.com/docker/docker/image/tarexport [2022-01-20T15:42:29.551Z] github.com/docker/docker/image/v1 [2022-01-20T15:42:29.551Z] github.com/docker/docker/internal/test/suite [2022-01-20T15:42:29.551Z] github.com/docker/docker/layer [2022-01-20T15:42:29.551Z] github.com/docker/docker/libcontainerd [2022-01-20T15:42:29.551Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T15:42:29.551Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T15:42:29.551Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T15:42:29.551Z] github.com/docker/docker/libcontainerd/types [2022-01-20T15:42:29.551Z] github.com/docker/docker/oci [2022-01-20T15:42:29.551Z] github.com/docker/docker/oci/caps [2022-01-20T15:42:29.551Z] github.com/docker/docker/opts [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/aaparser [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/archive [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/authorization [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/capabilities [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/containerfs [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/directory [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/dmesg [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/filenotify [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/fileutils [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/fsutils [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/homedir [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/idtools [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/ioutils [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/locker [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/longpath [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/loopback [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/mount [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/parsers [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/pidfile [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/platform [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/plugins [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/pools [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/progress [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/pubsub [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/reexec [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/signal [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/stack [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/stringid [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/symlink [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/system [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/tailfile [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/tarsum [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/term [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/term/windows [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/truncindex [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/urlutil [2022-01-20T15:42:29.551Z] github.com/docker/docker/pkg/useragent [2022-01-20T15:42:29.551Z] github.com/docker/docker/plugin [2022-01-20T15:42:29.551Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T15:42:29.551Z] github.com/docker/docker/plugin/v2 [2022-01-20T15:42:29.551Z] github.com/docker/docker/profiles/apparmor [2022-01-20T15:42:29.551Z] github.com/docker/docker/profiles/seccomp [2022-01-20T15:42:29.551Z] github.com/docker/docker/quota [2022-01-20T15:42:29.551Z] github.com/docker/docker/reference [2022-01-20T15:42:29.551Z] github.com/docker/docker/registry [2022-01-20T15:42:29.551Z] github.com/docker/docker/registry/resumable [2022-01-20T15:42:29.551Z] github.com/docker/docker/restartmanager [2022-01-20T15:42:29.551Z] github.com/docker/docker/rootless [2022-01-20T15:42:29.551Z] github.com/docker/docker/rootless/specconv [2022-01-20T15:42:29.551Z] github.com/docker/docker/runconfig [2022-01-20T15:42:29.551Z] github.com/docker/docker/runconfig/opts [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/daemon [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/environment [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/fakegit [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/registry [2022-01-20T15:42:29.551Z] github.com/docker/docker/testutil/request [2022-01-20T15:42:29.551Z] github.com/docker/docker/volume [2022-01-20T15:42:29.551Z] github.com/docker/docker/volume/drivers [2022-01-20T15:42:29.551Z] github.com/docker/docker/volume/local [2022-01-20T15:42:29.551Z] github.com/docker/docker/volume/mounts [2022-01-20T15:42:29.551Z] github.com/docker/docker/volume/service [2022-01-20T15:42:29.551Z] github.com/docker/docker/volume/service/opts [2022-01-20T15:42:29.551Z] github.com/docker/docker/volume/testutils' ']' [2022-01-20T15:42:29.551Z] + 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/namesgenerator/cmd/names-generator 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-01-20T15:42:29.809Z] ? github.com/docker/docker/api [no test files] [2022-01-20T15:42:33.655Z] #19 7.263 Fetched 48.8 MB in 7s (7219 kB/s) [2022-01-20T15:42:36.200Z] #19 7.263 Reading package lists... [2022-01-20T15:42:39.496Z] #19 10.26 Reading package lists... [2022-01-20T15:42:40.066Z] #19 13.19 Building dependency tree... [2022-01-20T15:42:40.638Z] #19 14.35 The following additional packages will be installed: [2022-01-20T15:42:40.638Z] #19 14.35 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-01-20T15:42:40.638Z] #19 14.35 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-01-20T15:42:40.638Z] #19 14.35 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2022-01-20T15:42:40.638Z] #19 14.35 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2022-01-20T15:42:40.638Z] #19 14.35 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-01-20T15:42:40.638Z] #19 14.35 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-01-20T15:42:40.638Z] #19 14.35 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-01-20T15:42:40.638Z] #19 14.35 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-01-20T15:42:40.638Z] #19 14.35 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.35 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-01-20T15:42:40.638Z] #19 14.35 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-01-20T15:42:40.638Z] #19 14.35 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-01-20T15:42:40.638Z] #19 14.35 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-01-20T15:42:40.638Z] #19 14.35 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-01-20T15:42:40.638Z] #19 14.35 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-01-20T15:42:40.638Z] #19 14.35 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-01-20T15:42:40.638Z] #19 14.35 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-01-20T15:42:40.638Z] #19 14.35 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-01-20T15:42:40.638Z] #19 14.35 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-01-20T15:42:40.638Z] #19 14.35 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-01-20T15:42:40.638Z] #19 14.35 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-01-20T15:42:40.638Z] #19 14.35 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-01-20T15:42:40.638Z] #19 14.35 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-01-20T15:42:40.638Z] #19 14.35 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-01-20T15:42:40.638Z] #19 14.35 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-01-20T15:42:40.638Z] #19 14.35 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-01-20T15:42:40.638Z] #19 14.35 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-01-20T15:42:40.638Z] #19 14.35 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-01-20T15:42:40.638Z] #19 14.35 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-01-20T15:42:40.638Z] #19 14.35 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-01-20T15:42:40.638Z] #19 14.35 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-01-20T15:42:40.638Z] #19 14.35 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-01-20T15:42:40.638Z] #19 14.35 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-01-20T15:42:40.638Z] #19 14.35 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-01-20T15:42:40.638Z] #19 14.35 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-01-20T15:42:40.638Z] #19 14.35 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-01-20T15:42:40.638Z] #19 14.35 linux-libc-dev-s390x-cross patch xz-utils [2022-01-20T15:42:40.638Z] #19 14.36 Suggested packages: [2022-01-20T15:42:40.638Z] #19 14.36 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2022-01-20T15:42:40.638Z] #19 14.36 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.36 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2022-01-20T15:42:40.638Z] #19 14.36 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2022-01-20T15:42:40.638Z] #19 14.36 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2022-01-20T15:42:40.638Z] #19 14.36 libyaml-shell-perl ed diffutils-doc [2022-01-20T15:42:40.638Z] #19 14.36 Recommended packages: [2022-01-20T15:42:40.638Z] #19 14.36 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2022-01-20T15:42:40.638Z] #19 14.36 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2022-01-20T15:42:42.021Z] #19 15.54 The following NEW packages will be installed: [2022-01-20T15:42:42.021Z] #19 15.54 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2022-01-20T15:42:42.021Z] #19 15.54 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2022-01-20T15:42:42.021Z] #19 15.54 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2022-01-20T15:42:42.021Z] #19 15.54 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2022-01-20T15:42:42.021Z] #19 15.54 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2022-01-20T15:42:42.021Z] #19 15.54 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2022-01-20T15:42:42.022Z] #19 15.54 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2022-01-20T15:42:42.022Z] #19 15.54 crossbuild-essential-armel crossbuild-essential-armhf [2022-01-20T15:42:42.022Z] #19 15.54 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2022-01-20T15:42:42.022Z] #19 15.54 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2022-01-20T15:42:42.022Z] #19 15.54 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2022-01-20T15:42:42.022Z] #19 15.54 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2022-01-20T15:42:42.022Z] #19 15.54 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2022-01-20T15:42:42.022Z] #19 15.54 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2022-01-20T15:42:42.022Z] #19 15.54 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2022-01-20T15:42:42.022Z] #19 15.54 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2022-01-20T15:42:42.022Z] #19 15.54 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2022-01-20T15:42:42.022Z] #19 15.54 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2022-01-20T15:42:42.022Z] #19 15.54 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2022-01-20T15:42:42.022Z] #19 15.54 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2022-01-20T15:42:42.022Z] #19 15.54 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2022-01-20T15:42:42.022Z] #19 15.54 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2022-01-20T15:42:42.022Z] #19 15.54 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2022-01-20T15:42:42.022Z] #19 15.54 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2022-01-20T15:42:42.022Z] #19 15.54 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2022-01-20T15:42:42.022Z] #19 15.54 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2022-01-20T15:42:42.022Z] #19 15.54 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2022-01-20T15:42:42.022Z] #19 15.55 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2022-01-20T15:42:42.022Z] #19 15.55 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2022-01-20T15:42:42.022Z] #19 15.55 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2022-01-20T15:42:42.022Z] #19 15.55 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2022-01-20T15:42:42.022Z] #19 15.55 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2022-01-20T15:42:42.022Z] #19 15.55 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2022-01-20T15:42:42.022Z] #19 15.55 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2022-01-20T15:42:42.022Z] #19 15.55 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2022-01-20T15:42:42.022Z] #19 15.55 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2022-01-20T15:42:42.022Z] #19 15.55 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2022-01-20T15:42:42.022Z] #19 15.55 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2022-01-20T15:42:42.022Z] #19 15.55 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2022-01-20T15:42:42.022Z] #19 15.55 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2022-01-20T15:42:42.022Z] #19 15.55 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2022-01-20T15:42:42.022Z] #19 15.55 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2022-01-20T15:42:42.022Z] #19 15.55 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2022-01-20T15:42:42.022Z] #19 15.55 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2022-01-20T15:42:42.022Z] #19 15.55 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2022-01-20T15:42:42.022Z] #19 15.55 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2022-01-20T15:42:42.022Z] #19 15.55 linux-libc-dev-s390x-cross patch xz-utils [2022-01-20T15:42:42.022Z] #19 15.89 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:42:42.022Z] #19 15.89 Need to get 787 MB of archives. [2022-01-20T15:42:42.022Z] #19 15.89 After this operation, 3385 MB of additional disk space will be used. [2022-01-20T15:42:42.022Z] #19 15.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2022-01-20T15:42:42.022Z] #19 15.89 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-01-20T15:42:42.022Z] #19 15.90 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2022-01-20T15:42:42.022Z] #19 15.90 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2022-01-20T15:42:42.022Z] #19 15.90 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2022-01-20T15:42:42.022Z] #19 15.90 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-01-20T15:42:42.022Z] #19 15.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2022-01-20T15:42:42.022Z] #19 15.93 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2022-01-20T15:42:42.022Z] #19 15.95 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2022-01-20T15:42:42.022Z] #19 15.97 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2022-01-20T15:42:42.022Z] #19 15.98 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2022-01-20T15:42:42.022Z] #19 16.00 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-01-20T15:42:42.022Z] #19 16.00 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-01-20T15:42:42.088Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2022-01-20T15:42:42.283Z] #19 16.34 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-01-20T15:42:42.544Z] #19 16.34 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-01-20T15:42:42.806Z] #19 16.67 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-01-20T15:42:42.806Z] #19 16.67 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-01-20T15:42:43.068Z] #19 17.00 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-01-20T15:42:43.068Z] #19 17.00 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-01-20T15:42:43.330Z] #19 17.30 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-01-20T15:42:43.330Z] #19 17.30 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-01-20T15:42:43.591Z] #19 17.59 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-01-20T15:42:43.591Z] #19 17.59 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-01-20T15:42:43.591Z] #19 17.59 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-01-20T15:42:43.591Z] #19 17.60 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-01-20T15:42:43.591Z] #19 17.60 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-01-20T15:42:43.591Z] #19 17.60 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2022-01-20T15:42:43.591Z] #19 17.60 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2022-01-20T15:42:43.591Z] #19 17.60 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2022-01-20T15:42:43.591Z] #19 17.61 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-01-20T15:42:43.591Z] #19 17.61 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2022-01-20T15:42:43.591Z] #19 17.61 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2022-01-20T15:42:43.591Z] #19 17.61 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2022-01-20T15:42:43.591Z] #19 17.61 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2022-01-20T15:42:43.591Z] #19 17.62 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2022-01-20T15:42:43.591Z] #19 17.63 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2022-01-20T15:42:43.591Z] #19 17.64 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2022-01-20T15:42:43.863Z] #19 17.65 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2022-01-20T15:42:43.863Z] #19 17.65 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-01-20T15:42:43.863Z] #19 17.66 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-01-20T15:42:44.435Z] #19 18.10 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-01-20T15:42:44.435Z] #19 18.11 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-01-20T15:42:44.435Z] #19 18.12 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2022-01-20T15:42:44.435Z] #19 18.13 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-01-20T15:42:44.435Z] #19 18.14 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-01-20T15:42:44.697Z] #19 18.52 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-01-20T15:42:44.697Z] #19 18.52 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-01-20T15:42:44.697Z] #19 18.52 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2022-01-20T15:42:44.697Z] #19 18.54 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2022-01-20T15:42:44.697Z] #19 18.54 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2022-01-20T15:42:44.697Z] #19 18.54 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-20T15:42:44.697Z] #19 18.60 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-01-20T15:42:44.697Z] #19 18.61 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2022-01-20T15:42:44.697Z] #19 18.61 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-01-20T15:42:44.697Z] #19 18.61 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2022-01-20T15:42:44.697Z] #19 18.61 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2022-01-20T15:42:44.697Z] #19 18.61 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2022-01-20T15:42:44.697Z] #19 18.61 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2022-01-20T15:42:44.697Z] #19 18.61 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2022-01-20T15:42:44.697Z] #19 18.61 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2022-01-20T15:42:44.697Z] #19 18.61 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2022-01-20T15:42:44.697Z] #19 18.62 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2022-01-20T15:42:44.697Z] #19 18.62 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2022-01-20T15:42:44.697Z] #19 18.62 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2022-01-20T15:42:44.697Z] #19 18.62 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2022-01-20T15:42:44.697Z] #19 18.63 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-01-20T15:42:44.697Z] #19 18.63 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2022-01-20T15:42:44.697Z] #19 18.63 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2022-01-20T15:42:44.697Z] #19 18.63 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2022-01-20T15:42:44.697Z] #19 18.64 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2022-01-20T15:42:44.697Z] #19 18.65 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2022-01-20T15:42:44.697Z] #19 18.65 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-01-20T15:42:44.697Z] #19 18.66 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-01-20T15:42:44.957Z] #19 19.04 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-01-20T15:42:45.218Z] #19 19.04 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-01-20T15:42:45.218Z] #19 19.05 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2022-01-20T15:42:45.218Z] #19 19.06 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-01-20T15:42:45.218Z] #19 19.08 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-01-20T15:42:45.480Z] #19 19.42 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-01-20T15:42:45.480Z] #19 19.43 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2022-01-20T15:42:45.480Z] #19 19.43 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2022-01-20T15:42:45.480Z] #19 19.43 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-01-20T15:42:45.480Z] #19 19.43 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2022-01-20T15:42:45.480Z] #19 19.43 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2022-01-20T15:42:45.480Z] #19 19.44 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2022-01-20T15:42:45.480Z] #19 19.45 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2022-01-20T15:42:45.744Z] #19 19.45 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2022-01-20T15:42:45.744Z] #19 19.46 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-01-20T15:42:45.744Z] #19 19.46 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-01-20T15:42:46.009Z] #19 19.82 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-01-20T15:42:46.009Z] #19 19.82 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-01-20T15:42:46.009Z] #19 19.83 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2022-01-20T15:42:46.009Z] #19 19.84 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-01-20T15:42:46.009Z] #19 19.85 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-01-20T15:42:46.271Z] #19 20.29 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-01-20T15:42:46.271Z] #19 20.29 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2022-01-20T15:42:46.533Z] #19 20.29 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2022-01-20T15:42:46.533Z] #19 20.30 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-01-20T15:42:46.533Z] #19 20.30 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2022-01-20T15:42:46.533Z] #19 20.31 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2022-01-20T15:42:46.533Z] #19 20.31 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2022-01-20T15:42:46.533Z] #19 20.31 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2022-01-20T15:42:46.533Z] #19 20.32 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2022-01-20T15:42:46.533Z] #19 20.32 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2022-01-20T15:42:46.533Z] #19 20.34 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2022-01-20T15:42:46.533Z] #19 20.34 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2022-01-20T15:42:46.533Z] #19 20.35 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2022-01-20T15:42:46.533Z] #19 20.35 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-01-20T15:42:46.533Z] #19 20.36 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-01-20T15:42:46.796Z] #19 20.70 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-01-20T15:42:46.796Z] #19 20.70 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-01-20T15:42:46.796Z] #19 20.71 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2022-01-20T15:42:46.796Z] #19 20.72 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-01-20T15:42:46.796Z] #19 20.73 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-01-20T15:42:47.369Z] #19 21.06 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-01-20T15:42:47.369Z] #19 21.06 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2022-01-20T15:42:47.369Z] #19 21.06 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2022-01-20T15:42:47.369Z] #19 21.07 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-01-20T15:42:47.369Z] #19 21.07 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2022-01-20T15:42:47.369Z] #19 21.07 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2022-01-20T15:42:47.369Z] #19 21.07 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2022-01-20T15:42:47.369Z] #19 21.07 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2022-01-20T15:42:47.369Z] #19 21.08 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2022-01-20T15:42:47.369Z] #19 21.09 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2022-01-20T15:42:47.369Z] #19 21.09 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-01-20T15:42:47.369Z] #19 21.09 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-01-20T15:42:47.369Z] #19 21.41 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-01-20T15:42:47.629Z] #19 21.41 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-01-20T15:42:47.629Z] #19 21.42 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2022-01-20T15:42:47.629Z] #19 21.43 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-01-20T15:42:47.629Z] #19 21.45 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-01-20T15:42:47.889Z] #19 21.79 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-01-20T15:42:47.889Z] #19 21.79 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2022-01-20T15:42:48.149Z] #19 22.09 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:42:48.409Z] #19 22.20 Fetched 787 MB in 6s (127 MB/s) [2022-01-20T15:42:48.409Z] #19 22.23 Selecting previously unselected package liblocale-gettext-perl. [2022-01-20T15:42:48.409Z] #19 22.23 (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-01-20T15:42:48.409Z] #19 22.32 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2022-01-20T15:42:48.409Z] #19 22.32 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2022-01-20T15:42:48.409Z] #19 22.36 Selecting previously unselected package bzip2. [2022-01-20T15:42:48.409Z] #19 22.36 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2022-01-20T15:42:48.409Z] #19 22.36 Unpacking bzip2 (1.0.8-4) ... [2022-01-20T15:42:48.409Z] #19 22.39 Selecting previously unselected package libmagic-mgc. [2022-01-20T15:42:48.669Z] #19 22.39 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2022-01-20T15:42:48.669Z] #19 22.40 Unpacking libmagic-mgc (1:5.39-3) ... [2022-01-20T15:42:48.669Z] #19 22.48 Selecting previously unselected package libmagic1:amd64. [2022-01-20T15:42:48.669Z] #19 22.48 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2022-01-20T15:42:48.669Z] #19 22.49 Unpacking libmagic1:amd64 (1:5.39-3) ... [2022-01-20T15:42:48.669Z] #19 22.52 Selecting previously unselected package file. [2022-01-20T15:42:48.669Z] #19 22.53 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2022-01-20T15:42:48.669Z] #19 22.53 Unpacking file (1:5.39-3) ... [2022-01-20T15:42:48.669Z] #19 22.56 Selecting previously unselected package xz-utils. [2022-01-20T15:42:48.669Z] #19 22.56 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2022-01-20T15:42:48.669Z] #19 22.57 Unpacking xz-utils (5.2.5-2) ... [2022-01-20T15:42:48.669Z] #19 22.65 Selecting previously unselected package binutils-aarch64-linux-gnu. [2022-01-20T15:42:48.929Z] #19 22.66 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2022-01-20T15:42:48.929Z] #19 22.66 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-01-20T15:42:49.189Z] #19 22.99 Selecting previously unselected package binutils-arm-linux-gnueabi. [2022-01-20T15:42:49.189Z] #19 22.99 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2022-01-20T15:42:49.189Z] #19 22.99 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-01-20T15:42:49.449Z] #19 23.29 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2022-01-20T15:42:49.449Z] #19 23.29 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2022-01-20T15:42:49.449Z] #19 23.30 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-01-20T15:42:49.710Z] #19 23.59 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2022-01-20T15:42:49.710Z] #19 23.59 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2022-01-20T15:42:49.710Z] #19 23.60 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-01-20T15:42:49.971Z] #19 23.87 Selecting previously unselected package binutils-s390x-linux-gnu. [2022-01-20T15:42:49.971Z] #19 23.87 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2022-01-20T15:42:49.971Z] #19 23.87 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2022-01-20T15:42:50.232Z] #19 24.09 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2022-01-20T15:42:50.232Z] #19 24.09 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:42:50.232Z] #19 24.10 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:42:50.232Z] #19 24.13 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2022-01-20T15:42:50.232Z] #19 24.14 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:42:50.232Z] #19 24.14 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:42:55.519Z] #19 28.59 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2022-01-20T15:42:55.520Z] #19 28.59 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:42:55.520Z] #19 28.60 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:42:55.520Z] #19 28.63 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2022-01-20T15:42:55.520Z] #19 28.64 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:42:55.520Z] #19 28.64 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-20T15:42:58.820Z] #19 32.79 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2022-01-20T15:42:59.080Z] #19 32.79 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:42:59.080Z] #19 32.79 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:42:59.080Z] #19 32.83 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2022-01-20T15:42:59.080Z] #19 32.83 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:42:59.080Z] #19 32.83 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-20T15:43:03.282Z] #19 37.30 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2022-01-20T15:43:03.542Z] #19 37.30 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:03.542Z] #19 37.36 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:43:04.113Z] #19 37.78 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2022-01-20T15:43:04.113Z] #19 37.78 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:04.113Z] #19 37.84 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:43:08.318Z] #19 41.88 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2022-01-20T15:43:08.318Z] #19 41.88 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:08.318Z] #19 41.89 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:43:08.318Z] #19 41.92 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2022-01-20T15:43:08.318Z] #19 41.92 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:08.318Z] #19 41.93 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:43:12.521Z] #19 45.79 Selecting previously unselected package cpp-aarch64-linux-gnu. [2022-01-20T15:43:12.521Z] #19 45.79 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:12.521Z] #19 45.79 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:43:12.521Z] #19 45.81 Selecting previously unselected package cpp-arm-linux-gnueabi. [2022-01-20T15:43:12.521Z] #19 45.82 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:12.521Z] #19 45.82 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-20T15:43:12.521Z] #19 45.85 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2022-01-20T15:43:12.521Z] #19 45.85 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:12.521Z] #19 45.85 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-20T15:43:12.521Z] #19 45.88 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2022-01-20T15:43:12.521Z] #19 45.88 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:12.521Z] #19 45.88 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:43:12.521Z] #19 45.91 Selecting previously unselected package cpp-s390x-linux-gnu. [2022-01-20T15:43:12.521Z] #19 45.91 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:12.521Z] #19 45.91 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:43:12.521Z] #19 45.94 Selecting previously unselected package cross-config. [2022-01-20T15:43:12.521Z] #19 45.94 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2022-01-20T15:43:12.521Z] #19 45.94 Unpacking cross-config (2.6.18+nmu1) ... [2022-01-20T15:43:12.521Z] #19 45.97 Selecting previously unselected package gcc-10-cross-base. [2022-01-20T15:43:12.521Z] #19 45.97 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.521Z] #19 45.98 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2022-01-20T15:43:12.521Z] #19 46.01 Selecting previously unselected package libc6-arm64-cross. [2022-01-20T15:43:12.521Z] #19 46.01 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:12.521Z] #19 46.02 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2022-01-20T15:43:12.521Z] #19 46.15 Selecting previously unselected package libgcc-s1-arm64-cross. [2022-01-20T15:43:12.521Z] #19 46.15 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.521Z] #19 46.15 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:12.521Z] #19 46.18 Selecting previously unselected package libgomp1-arm64-cross. [2022-01-20T15:43:12.521Z] #19 46.18 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.521Z] #19 46.19 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:12.521Z] #19 46.22 Selecting previously unselected package libitm1-arm64-cross. [2022-01-20T15:43:12.521Z] #19 46.22 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.521Z] #19 46.22 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:12.521Z] #19 46.25 Selecting previously unselected package libatomic1-arm64-cross. [2022-01-20T15:43:12.521Z] #19 46.25 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.521Z] #19 46.26 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:12.521Z] #19 46.28 Selecting previously unselected package libasan6-arm64-cross. [2022-01-20T15:43:12.521Z] #19 46.28 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.521Z] #19 46.29 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:12.521Z] #19 46.52 Selecting previously unselected package liblsan0-arm64-cross. [2022-01-20T15:43:12.781Z] #19 46.52 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.781Z] #19 46.52 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:12.781Z] #19 46.63 Selecting previously unselected package libtsan0-arm64-cross. [2022-01-20T15:43:12.781Z] #19 46.63 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:12.781Z] #19 46.63 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:13.041Z] #19 46.86 Selecting previously unselected package libstdc++6-arm64-cross. [2022-01-20T15:43:13.041Z] #19 46.86 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:13.041Z] #19 46.86 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:13.041Z] #19 46.94 Selecting previously unselected package libubsan1-arm64-cross. [2022-01-20T15:43:13.041Z] #19 46.94 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:13.041Z] #19 46.95 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:13.041Z] #19 47.04 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2022-01-20T15:43:13.302Z] #19 47.04 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:13.302Z] #19 47.05 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:13.302Z] #19 47.18 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2022-01-20T15:43:13.302Z] #19 47.18 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:13.302Z] #19 47.19 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:43:18.640Z] #19 52.27 Selecting previously unselected package gcc-aarch64-linux-gnu. [2022-01-20T15:43:18.640Z] #19 52.27 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:18.640Z] #19 52.28 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:43:18.640Z] #19 52.31 Selecting previously unselected package linux-libc-dev-arm64-cross. [2022-01-20T15:43:18.640Z] #19 52.31 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2022-01-20T15:43:18.640Z] #19 52.32 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-01-20T15:43:18.640Z] #19 52.48 Selecting previously unselected package libc6-dev-arm64-cross. [2022-01-20T15:43:18.640Z] #19 52.48 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:18.640Z] #19 52.49 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2022-01-20T15:43:18.902Z] #19 52.74 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2022-01-20T15:43:18.902Z] #19 52.74 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:18.902Z] #19 52.74 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:43:19.162Z] #19 53.00 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2022-01-20T15:43:19.162Z] #19 53.00 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:19.162Z] #19 53.01 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:43:24.197Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0111d755e7ba46273) in /home/ubuntu/workspace/moby_PR-43142 [Pipeline] { [Pipeline] checkout [2022-01-20T15:43:24.284Z] The recommended git tool is: git [2022-01-20T15:43:24.449Z] #19 57.78 Selecting previously unselected package g++-aarch64-linux-gnu. [2022-01-20T15:43:24.449Z] #19 57.78 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:24.449Z] #19 57.78 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:43:24.449Z] #19 57.81 Selecting previously unselected package patch. [2022-01-20T15:43:24.449Z] #19 57.81 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2022-01-20T15:43:24.449Z] #19 57.81 Unpacking patch (2.7.6-7) ... [2022-01-20T15:43:24.449Z] #19 57.85 Selecting previously unselected package dpkg-dev. [2022-01-20T15:43:24.449Z] #19 57.86 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2022-01-20T15:43:24.449Z] #19 57.86 Unpacking dpkg-dev (1.20.9) ... [2022-01-20T15:43:24.449Z] #19 57.99 Selecting previously unselected package libconfig-inifiles-perl. [2022-01-20T15:43:24.449Z] #19 57.99 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2022-01-20T15:43:24.449Z] #19 58.00 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2022-01-20T15:43:24.449Z] #19 58.03 Selecting previously unselected package libio-string-perl. [2022-01-20T15:43:24.449Z] #19 58.03 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2022-01-20T15:43:24.449Z] #19 58.03 Unpacking libio-string-perl (1.08-3.1) ... [2022-01-20T15:43:24.449Z] #19 58.07 Selecting previously unselected package libicu67:amd64. [2022-01-20T15:43:24.449Z] #19 58.07 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2022-01-20T15:43:24.449Z] #19 58.08 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-20T15:43:25.020Z] #19 58.89 Selecting previously unselected package libxml2:amd64. [2022-01-20T15:43:25.020Z] #19 58.90 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-01-20T15:43:25.020Z] #19 58.90 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-20T15:43:25.020Z] #19 58.98 Selecting previously unselected package libxml-namespacesupport-perl. [2022-01-20T15:43:25.020Z] #19 58.98 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2022-01-20T15:43:25.020Z] #19 58.98 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2022-01-20T15:43:25.020Z] #19 59.01 Selecting previously unselected package libxml-sax-base-perl. [2022-01-20T15:43:25.280Z] #19 59.01 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2022-01-20T15:43:25.280Z] #19 59.02 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2022-01-20T15:43:25.280Z] #19 59.05 Selecting previously unselected package libxml-sax-perl. [2022-01-20T15:43:25.280Z] #19 59.05 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2022-01-20T15:43:25.280Z] #19 59.06 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2022-01-20T15:43:25.280Z] #19 59.10 Selecting previously unselected package libxml-libxml-perl. [2022-01-20T15:43:25.280Z] #19 59.10 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2022-01-20T15:43:25.280Z] #19 59.10 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-01-20T15:43:25.280Z] #19 59.18 Selecting previously unselected package libxml-simple-perl. [2022-01-20T15:43:25.280Z] #19 59.18 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2022-01-20T15:43:25.280Z] #19 59.18 Unpacking libxml-simple-perl (2.25-1) ... [2022-01-20T15:43:25.280Z] #19 59.21 Selecting previously unselected package libyaml-perl. [2022-01-20T15:43:25.280Z] #19 59.22 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2022-01-20T15:43:25.280Z] #19 59.22 Unpacking libyaml-perl (1.30-1) ... [2022-01-20T15:43:25.280Z] #19 59.26 Selecting previously unselected package libconfig-auto-perl. [2022-01-20T15:43:25.280Z] #19 59.26 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2022-01-20T15:43:25.280Z] #19 59.26 Unpacking libconfig-auto-perl (0.44-1.1) ... [2022-01-20T15:43:25.540Z] #19 59.29 Selecting previously unselected package libfile-which-perl. [2022-01-20T15:43:25.540Z] #19 59.29 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2022-01-20T15:43:25.540Z] #19 59.30 Unpacking libfile-which-perl (1.23-1) ... [2022-01-20T15:43:25.540Z] #19 59.32 Selecting previously unselected package libfile-homedir-perl. [2022-01-20T15:43:25.540Z] #19 59.33 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2022-01-20T15:43:25.540Z] #19 59.33 Unpacking libfile-homedir-perl (1.006-1) ... [2022-01-20T15:43:25.540Z] #19 59.37 Selecting previously unselected package libdebian-dpkgcross-perl. [2022-01-20T15:43:25.540Z] #19 59.37 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2022-01-20T15:43:25.540Z] #19 59.37 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-01-20T15:43:25.540Z] #19 59.42 Selecting previously unselected package dpkg-cross. [2022-01-20T15:43:25.540Z] #19 59.43 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2022-01-20T15:43:25.540Z] #19 59.43 Unpacking dpkg-cross (2.6.18+nmu1) ... [2022-01-20T15:43:25.540Z] #19 59.47 Selecting previously unselected package crossbuild-essential-arm64. [2022-01-20T15:43:25.540Z] #19 59.47 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2022-01-20T15:43:25.540Z] #19 59.48 Unpacking crossbuild-essential-arm64 (12.9) ... [2022-01-20T15:43:25.540Z] #19 59.51 Selecting previously unselected package libc6-armel-cross. [2022-01-20T15:43:25.540Z] #19 59.51 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:25.540Z] #19 59.51 Unpacking libc6-armel-cross (2.31-9cross4) ... [2022-01-20T15:43:25.801Z] #19 59.63 Selecting previously unselected package libgcc-s1-armel-cross. [2022-01-20T15:43:25.801Z] #19 59.63 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:25.801Z] #19 59.64 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:25.801Z] #19 59.68 Selecting previously unselected package libgomp1-armel-cross. [2022-01-20T15:43:25.801Z] #19 59.68 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:25.801Z] #19 59.69 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:25.801Z] #19 59.73 Selecting previously unselected package libatomic1-armel-cross. [2022-01-20T15:43:25.801Z] #19 59.73 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:25.801Z] #19 59.73 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:25.801Z] #19 59.77 Selecting previously unselected package libasan6-armel-cross. [2022-01-20T15:43:25.801Z] #19 59.77 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:25.801Z] #19 59.78 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:26.062Z] #19 60.00 Selecting previously unselected package libstdc++6-armel-cross. [2022-01-20T15:43:26.323Z] #19 60.00 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:26.323Z] #19 60.01 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:26.323Z] #19 60.09 Selecting previously unselected package libubsan1-armel-cross. [2022-01-20T15:43:26.323Z] #19 60.09 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:26.323Z] #19 60.09 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:26.323Z] #19 60.19 Selecting previously unselected package libgcc-10-dev-armel-cross. [2022-01-20T15:43:26.323Z] #19 60.20 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:26.323Z] #19 60.20 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:26.584Z] #19 60.31 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2022-01-20T15:43:26.584Z] #19 60.31 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:26.584Z] #19 60.31 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-20T15:43:26.732Z] using credential docker-jenkins-github-credentials [2022-01-20T15:43:26.739Z] Cloning the remote Git repository [2022-01-20T15:43:26.739Z] Cloning with configured refspecs honoured and without tags [2022-01-20T15:43:26.656Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:43:26.708Z] > git init /home/ubuntu/workspace/moby_PR-43142 # timeout=10 [2022-01-20T15:43:26.941Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:43:26.942Z] > git --version # timeout=10 [2022-01-20T15:43:26.963Z] > git --version # 'git version 2.17.1' [2022-01-20T15:43:26.964Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:43:26.965Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:43:31.870Z] #19 65.01 Selecting previously unselected package gcc-arm-linux-gnueabi. [2022-01-20T15:43:31.871Z] #19 65.01 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:31.871Z] #19 65.01 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-20T15:43:31.871Z] #19 65.04 Selecting previously unselected package linux-libc-dev-armel-cross. [2022-01-20T15:43:31.871Z] #19 65.04 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2022-01-20T15:43:31.871Z] #19 65.05 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-01-20T15:43:31.871Z] #19 65.21 Selecting previously unselected package libc6-dev-armel-cross. [2022-01-20T15:43:31.871Z] #19 65.22 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:31.871Z] #19 65.22 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2022-01-20T15:43:31.871Z] #19 65.43 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2022-01-20T15:43:31.871Z] #19 65.43 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:31.871Z] #19 65.44 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:43:31.871Z] #19 65.69 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2022-01-20T15:43:31.871Z] #19 65.69 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:31.871Z] #19 65.70 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 70.19 Selecting previously unselected package g++-arm-linux-gnueabi. [2022-01-20T15:43:37.157Z] #19 70.19 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:37.157Z] #19 70.20 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-20T15:43:37.157Z] #19 70.23 Selecting previously unselected package crossbuild-essential-armel. [2022-01-20T15:43:37.157Z] #19 70.23 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.23 Unpacking crossbuild-essential-armel (12.9) ... [2022-01-20T15:43:37.157Z] #19 70.27 Selecting previously unselected package libc6-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.27 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.28 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2022-01-20T15:43:37.157Z] #19 70.40 Selecting previously unselected package libgcc-s1-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.40 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.40 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 70.44 Selecting previously unselected package libgomp1-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.44 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.45 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 70.48 Selecting previously unselected package libatomic1-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.49 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.51 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 70.54 Selecting previously unselected package libasan6-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.54 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.54 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 70.76 Selecting previously unselected package libstdc++6-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.77 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.77 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 70.83 Selecting previously unselected package libubsan1-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.84 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.84 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 70.96 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2022-01-20T15:43:37.157Z] #19 70.96 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:37.157Z] #19 70.97 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:37.157Z] #19 71.08 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2022-01-20T15:43:37.157Z] #19 71.08 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:37.157Z] #19 71.09 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-20T15:43:42.441Z] #19 75.83 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2022-01-20T15:43:42.441Z] #19 75.84 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:42.441Z] #19 75.84 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-20T15:43:42.441Z] #19 75.87 Selecting previously unselected package linux-libc-dev-armhf-cross. [2022-01-20T15:43:42.441Z] #19 75.87 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2022-01-20T15:43:42.441Z] #19 75.88 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-01-20T15:43:42.441Z] #19 76.05 Selecting previously unselected package libc6-dev-armhf-cross. [2022-01-20T15:43:42.441Z] #19 76.06 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:42.441Z] #19 76.06 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2022-01-20T15:43:42.441Z] #19 76.27 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2022-01-20T15:43:42.441Z] #19 76.28 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:42.441Z] #19 76.28 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:43:42.701Z] #19 76.53 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2022-01-20T15:43:42.701Z] #19 76.53 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:42.701Z] #19 76.54 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-20T15:43:46.733Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:43:46.733Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:43:46.733Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:43:46.733Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:43:46.733Z] [2022-01-20T15:43:46.733Z] + TEST_INTEGRATION_DEST=2 [2022-01-20T15:43:46.733Z] + CONTAINER_NAME=docker-pr4-2 [2022-01-20T15:43:46.733Z] + TEST_SKIP_INTEGRATION=1 [2022-01-20T15:43:46.733Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-01-20T15:43:46.733Z] + run_tests [2022-01-20T15:43:46.733Z] + c=0 [2022-01-20T15:43:46.733Z] + '[' -n 0 ']' [2022-01-20T15:43:46.733Z] + rm= [2022-01-20T15:43:46.733Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43142/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43142/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6c11c09db714b2d3fa2fb9162fdacc71abc02049 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6c11c09db714b2d3fa2fb9162fdacc71abc02049 hack/make.sh '' test-integration [2022-01-20T15:43:46.733Z] ++ jobs -p [2022-01-20T15:43:46.733Z] + TEST_INTEGRATION_DEST=3 [2022-01-20T15:43:46.733Z] + CONTAINER_NAME=docker-pr4-3 [2022-01-20T15:43:46.733Z] + TEST_SKIP_INTEGRATION=1 [2022-01-20T15:43:46.733Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-01-20T15:43:46.733Z] + run_tests [2022-01-20T15:43:46.733Z] + for job in $(jobs -p) [2022-01-20T15:43:46.733Z] + wait 20535 [2022-01-20T15:43:46.733Z] + '[' -n 0 ']' [2022-01-20T15:43:46.733Z] + rm= [2022-01-20T15:43:46.733Z] + TEST_INTEGRATION_DEST=1 [2022-01-20T15:43:46.733Z] + CONTAINER_NAME=docker-pr4-1 [2022-01-20T15:43:46.733Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-01-20T15:43:46.733Z] + run_tests test-integration-flaky [2022-01-20T15:43:46.733Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43142/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43142/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6c11c09db714b2d3fa2fb9162fdacc71abc02049 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6c11c09db714b2d3fa2fb9162fdacc71abc02049 hack/make.sh '' test-integration [2022-01-20T15:43:46.733Z] + '[' -n 0 ']' [2022-01-20T15:43:46.733Z] + rm= [2022-01-20T15:43:46.733Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43142/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43142/.git:/go/src/github.com/docker/docker/.git --name docker-pr4-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=6c11c09db714b2d3fa2fb9162fdacc71abc02049 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:6c11c09db714b2d3fa2fb9162fdacc71abc02049 hack/make.sh test-integration-flaky test-integration [2022-01-20T15:43:46.733Z] [2022-01-20T15:43:46.733Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-01-20T15:43:46.733Z] [2022-01-20T15:43:46.733Z] No new tests added to integration. [2022-01-20T15:43:46.733Z] [2022-01-20T15:43:46.733Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-20T15:43:46.733Z] [2022-01-20T15:43:46.733Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-20T15:43:46.733Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-20T15:43:46.733Z] HOSTNAME=689aea761d82 [2022-01-20T15:43:46.733Z] TEST_SKIP_INTEGRATION=1 [2022-01-20T15:43:46.733Z] TESTDEBUG=0 [2022-01-20T15:43:46.733Z] DEST=bundles/test-integration [2022-01-20T15:43:46.733Z] PWD=/go/src/github.com/docker/docker [2022-01-20T15:43:46.733Z] KEEPBUNDLE=1 [2022-01-20T15:43:46.733Z] DOCKER_GITCOMMIT=6c11c09db714b2d3fa2fb9162fdacc71abc02049 [2022-01-20T15:43:46.733Z] container=docker [2022-01-20T15:43:46.733Z] HOME=/root [2022-01-20T15:43:46.733Z] GOLANG_VERSION=1.17.6 [2022-01-20T15:43:46.733Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-20T15:43:46.733Z] VALIDATE_BRANCH=master [2022-01-20T15:43:46.733Z] TERM=xterm [2022-01-20T15:43:46.733Z] DOCKER_PKG=github.com/docker/docker [2022-01-20T15:43:46.733Z] SHLVL=1 [2022-01-20T15:43:46.733Z] TIMEOUT=120m [2022-01-20T15:43:46.733Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-20T15:43:46.733Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-20T15:43:46.733Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-01-20T15:43:46.733Z] GO111MODULE=off [2022-01-20T15:43:46.733Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-20T15:43:46.733Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-20T15:43:46.733Z] GOPATH=/go [2022-01-20T15:43:46.733Z] PKG_CONFIG=pkg-config [2022-01-20T15:43:46.733Z] _=/usr/bin/env [2022-01-20T15:43:46.733Z] Building test suite binary ./integration-cli/test.main [2022-01-20T15:43:46.733Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-20T15:43:46.733Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-20T15:43:46.733Z] HOSTNAME=e05d721a38a3 [2022-01-20T15:43:46.733Z] TEST_SKIP_INTEGRATION=1 [2022-01-20T15:43:46.733Z] TESTDEBUG=0 [2022-01-20T15:43:46.733Z] DEST=bundles/test-integration [2022-01-20T15:43:46.733Z] PWD=/go/src/github.com/docker/docker [2022-01-20T15:43:46.733Z] KEEPBUNDLE=1 [2022-01-20T15:43:46.733Z] DOCKER_GITCOMMIT=6c11c09db714b2d3fa2fb9162fdacc71abc02049 [2022-01-20T15:43:46.733Z] container=docker [2022-01-20T15:43:46.733Z] HOME=/root [2022-01-20T15:43:46.733Z] GOLANG_VERSION=1.17.6 [2022-01-20T15:43:46.733Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-20T15:43:46.733Z] VALIDATE_BRANCH=master [2022-01-20T15:43:46.733Z] TERM=xterm [2022-01-20T15:43:46.733Z] DOCKER_PKG=github.com/docker/docker [2022-01-20T15:43:46.733Z] SHLVL=1 [2022-01-20T15:43:46.733Z] TIMEOUT=120m [2022-01-20T15:43:46.733Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-20T15:43:46.733Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-20T15:43:46.733Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-01-20T15:43:46.733Z] GO111MODULE=off [2022-01-20T15:43:46.733Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-20T15:43:46.733Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-20T15:43:46.733Z] GOPATH=/go [2022-01-20T15:43:46.733Z] PKG_CONFIG=pkg-config [2022-01-20T15:43:46.733Z] _=/usr/bin/env [2022-01-20T15:43:46.733Z] Building test suite binary ./integration-cli/test.main [2022-01-20T15:43:46.733Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-20T15:43:46.733Z] HOSTNAME=7ef5ada6fb3d [2022-01-20T15:43:46.733Z] TESTDEBUG=0 [2022-01-20T15:43:46.733Z] DEST=bundles/test-integration [2022-01-20T15:43:46.733Z] PWD=/go/src/github.com/docker/docker [2022-01-20T15:43:46.733Z] KEEPBUNDLE=1 [2022-01-20T15:43:46.733Z] DOCKER_GITCOMMIT=6c11c09db714b2d3fa2fb9162fdacc71abc02049 [2022-01-20T15:43:46.733Z] container=docker [2022-01-20T15:43:46.733Z] HOME=/root [2022-01-20T15:43:46.733Z] GOLANG_VERSION=1.17.6 [2022-01-20T15:43:46.733Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-20T15:43:46.733Z] VALIDATE_BRANCH=master [2022-01-20T15:43:46.733Z] TERM=xterm [2022-01-20T15:43:46.733Z] DOCKER_PKG=github.com/docker/docker [2022-01-20T15:43:46.733Z] SHLVL=1 [2022-01-20T15:43:46.733Z] TIMEOUT=120m [2022-01-20T15:43:46.733Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-20T15:43:46.733Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-20T15:43:46.733Z] GO111MODULE=off [2022-01-20T15:43:46.733Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-20T15:43:46.733Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-20T15:43:46.733Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-20T15:43:46.733Z] GOPATH=/go [2022-01-20T15:43:46.733Z] PKG_CONFIG=pkg-config [2022-01-20T15:43:46.733Z] _=/usr/bin/env [2022-01-20T15:43:46.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-20T15:43:47.987Z] #19 80.99 Selecting previously unselected package g++-arm-linux-gnueabihf. [2022-01-20T15:43:47.987Z] #19 81.00 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:47.987Z] #19 81.00 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-20T15:43:47.987Z] #19 81.04 Selecting previously unselected package crossbuild-essential-armhf. [2022-01-20T15:43:47.987Z] #19 81.04 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.05 Unpacking crossbuild-essential-armhf (12.9) ... [2022-01-20T15:43:47.987Z] #19 81.07 Selecting previously unselected package libc6-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.08 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.08 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2022-01-20T15:43:47.987Z] #19 81.25 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.25 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.26 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:47.987Z] #19 81.30 Selecting previously unselected package libgomp1-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.30 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.30 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:47.987Z] #19 81.35 Selecting previously unselected package libitm1-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.35 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.36 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:47.987Z] #19 81.39 Selecting previously unselected package libatomic1-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.39 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.40 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:47.987Z] #19 81.43 Selecting previously unselected package libasan6-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.43 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.43 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:47.987Z] #19 81.68 Selecting previously unselected package liblsan0-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.69 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.69 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:47.987Z] #19 81.82 Selecting previously unselected package libtsan0-ppc64el-cross. [2022-01-20T15:43:47.987Z] #19 81.82 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:47.987Z] #19 81.82 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:47.987Z] #19 82.06 Selecting previously unselected package libstdc++6-ppc64el-cross. [2022-01-20T15:43:48.247Z] #19 82.06 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:48.247Z] #19 82.07 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:48.247Z] #19 82.16 Selecting previously unselected package libubsan1-ppc64el-cross. [2022-01-20T15:43:48.247Z] #19 82.17 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:48.247Z] #19 82.17 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:48.247Z] #19 82.27 Selecting previously unselected package libquadmath0-ppc64el-cross. [2022-01-20T15:43:48.507Z] #19 82.27 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:48.507Z] #19 82.28 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:48.507Z] #19 82.32 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2022-01-20T15:43:48.507Z] #19 82.32 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:48.507Z] #19 82.32 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:48.507Z] #19 82.54 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2022-01-20T15:43:48.768Z] #19 82.54 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:48.768Z] #19 82.55 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/builder/dockerfile 0.142s coverage: 49.0% of statements [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/builder/remotecontext 0.078s coverage: 13.7% of statements [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/builder/remotecontext/git 0.965s coverage: 86.3% of statements [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/cli [no test files] [2022-01-20T15:43:49.752Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-20T15:43:49.752Z] ok github.com/docker/docker/cmd/docker-proxy 0.032s coverage: 67.6% of statements [2022-01-20T15:43:51.652Z] ok github.com/docker/docker/client 0.097s coverage: 75.6% of statements [2022-01-20T15:43:53.516Z] Fetching without tags [2022-01-20T15:43:53.766Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:43:54.061Z] #19 87.09 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2022-01-20T15:43:54.061Z] #19 87.10 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:54.061Z] #19 87.10 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:43:54.061Z] #19 87.13 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2022-01-20T15:43:54.061Z] #19 87.13 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2022-01-20T15:43:54.061Z] #19 87.14 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-01-20T15:43:54.061Z] #19 87.31 Selecting previously unselected package libc6-dev-ppc64el-cross. [2022-01-20T15:43:54.061Z] #19 87.32 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:54.061Z] #19 87.32 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-01-20T15:43:54.061Z] #19 87.59 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2022-01-20T15:43:54.061Z] #19 87.59 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:54.061Z] #19 87.59 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:43:54.061Z] #19 87.91 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2022-01-20T15:43:54.061Z] #19 87.91 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:54.061Z] #19 87.91 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:43:53.406Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:43:53.433Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:43:53.448Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:43:53.478Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:43:53.498Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:43:53.498Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:43:53.510Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:43:53.752Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:43:53.773Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:43:54.392Z] > git remote # timeout=10 [2022-01-20T15:43:54.403Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:43:54.425Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:43:54.426Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:43:55.372Z] Merge succeeded, producing 4a1f69339542368a205b085d2c563eeeab807c58 [2022-01-20T15:43:55.372Z] Checking out Revision 4a1f69339542368a205b085d2c563eeeab807c58 (PR-43142) [2022-01-20T15:43:55.331Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-20T15:43:55.356Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:43:55.385Z] > git checkout -f 4a1f69339542368a205b085d2c563eeeab807c58 # timeout=10 [2022-01-20T15:43:59.100Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [2022-01-20T15:43:59.121Z] First time build. Skipping changelog. [2022-01-20T15:43:59.348Z] #19 92.25 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2022-01-20T15:43:59.348Z] #19 92.25 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:43:59.348Z] #19 92.26 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:43:59.348Z] #19 92.28 Selecting previously unselected package crossbuild-essential-ppc64el. [2022-01-20T15:43:59.348Z] #19 92.28 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.29 Unpacking crossbuild-essential-ppc64el (12.9) ... [2022-01-20T15:43:59.348Z] #19 92.32 Selecting previously unselected package libc6-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.32 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.32 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2022-01-20T15:43:59.348Z] #19 92.46 Selecting previously unselected package libgcc-s1-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.46 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.47 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 92.50 Selecting previously unselected package libgomp1-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.50 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.51 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 92.56 Selecting previously unselected package libitm1-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.56 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.56 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 92.59 Selecting previously unselected package libatomic1-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.60 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.60 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 92.63 Selecting previously unselected package libasan6-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.63 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.64 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 92.87 Selecting previously unselected package libstdc++6-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.88 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.88 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 92.95 Selecting previously unselected package libubsan1-s390x-cross. [2022-01-20T15:43:59.348Z] #19 92.96 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 92.96 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 93.06 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2022-01-20T15:43:59.348Z] #19 93.06 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:43:59.348Z] #19 93.07 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:43:59.348Z] #19 93.17 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2022-01-20T15:43:59.348Z] #19 93.17 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:43:59.348Z] #19 93.18 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-20T15:43:59.087Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:44:00.491Z] + docker version [2022-01-20T15:44:02.160Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:44:02.160Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:44:02.160Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:44:02.160Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:44:02.160Z] [2022-01-20T15:44:02.160Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-20T15:44:02.160Z] DOCKER_SYSTEMD=1 [2022-01-20T15:44:02.160Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-20T15:44:02.160Z] HOSTNAME=59bda2109ff0 [2022-01-20T15:44:02.160Z] DEST=bundles/test-integration [2022-01-20T15:44:02.160Z] PWD=/go/src/github.com/docker/docker [2022-01-20T15:44:02.160Z] DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 [2022-01-20T15:44:02.160Z] container=docker [2022-01-20T15:44:02.160Z] HOME=/root [2022-01-20T15:44:02.160Z] LANG=C.UTF-8 [2022-01-20T15:44:02.160Z] INVOCATION_ID=b74ee933e1794725bf86aa9da4adee68 [2022-01-20T15:44:02.160Z] GOLANG_VERSION=1.17.6 [2022-01-20T15:44:02.160Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-20T15:44:02.160Z] VALIDATE_BRANCH=master [2022-01-20T15:44:02.160Z] TERM=xterm [2022-01-20T15:44:02.160Z] DOCKER_PKG=github.com/docker/docker [2022-01-20T15:44:02.160Z] SHLVL=3 [2022-01-20T15:44:02.160Z] TIMEOUT=120m [2022-01-20T15:44:02.160Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-20T15:44:02.160Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-20T15:44:02.160Z] GO111MODULE=off [2022-01-20T15:44:02.160Z] DOCKER_EXPERIMENTAL=1 [2022-01-20T15:44:02.160Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-20T15:44:02.160Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-20T15:44:02.160Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-20T15:44:02.160Z] GOPATH=/go [2022-01-20T15:44:02.160Z] PKG_CONFIG=pkg-config [2022-01-20T15:44:02.160Z] _=/usr/bin/env [2022-01-20T15:44:02.160Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-20T15:44:03.551Z] #19 97.45 Selecting previously unselected package gcc-s390x-linux-gnu. [2022-01-20T15:44:03.551Z] #19 97.46 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:44:03.551Z] #19 97.46 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:03.551Z] #19 97.49 Selecting previously unselected package linux-libc-dev-s390x-cross. [2022-01-20T15:44:03.811Z] #19 97.49 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2022-01-20T15:44:03.811Z] #19 97.50 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-01-20T15:44:03.811Z] #19 97.67 Selecting previously unselected package libc6-dev-s390x-cross. [2022-01-20T15:44:03.811Z] #19 97.67 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2022-01-20T15:44:03.811Z] #19 97.67 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2022-01-20T15:44:04.071Z] #19 97.90 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2022-01-20T15:44:04.071Z] #19 97.91 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2022-01-20T15:44:04.071Z] #19 97.91 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:04.332Z] #19 98.16 Selecting previously unselected package g++-10-s390x-linux-gnu. [2022-01-20T15:44:04.332Z] #19 98.16 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2022-01-20T15:44:04.332Z] #19 98.16 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:08.540Z] #19 102.4 Selecting previously unselected package g++-s390x-linux-gnu. [2022-01-20T15:44:08.540Z] #19 102.4 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2022-01-20T15:44:08.540Z] #19 102.4 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:08.540Z] #19 102.5 Selecting previously unselected package crossbuild-essential-s390x. [2022-01-20T15:44:08.540Z] #19 102.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2022-01-20T15:44:08.540Z] #19 102.5 Unpacking crossbuild-essential-s390x (12.9) ... [2022-01-20T15:44:08.806Z] #19 102.6 Setting up libconfig-inifiles-perl (3.000003-1) ... [2022-01-20T15:44:08.806Z] #19 102.8 Setting up libfile-which-perl (1.23-1) ... [2022-01-20T15:44:09.068Z] #19 103.0 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2022-01-20T15:44:09.328Z] #19 103.2 Setting up libc6-armhf-cross (2.31-9cross4) ... [2022-01-20T15:44:09.328Z] #19 103.4 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2022-01-20T15:44:09.588Z] #19 103.6 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:44:09.588Z] #19 103.6 Setting up libicu67:amd64 (67.1-7) ... [2022-01-20T15:44:09.847Z] #19 103.6 Setting up libmagic-mgc (1:5.39-3) ... [2022-01-20T15:44:09.847Z] #19 103.6 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up libc6-s390x-cross (2.31-9cross4) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up libmagic1:amd64 (1:5.39-3) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up file (1:5.39-3) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up bzip2 (1.0.8-4) ... [2022-01-20T15:44:09.847Z] #19 103.7 Setting up libyaml-perl (1.30-1) ... [2022-01-20T15:44:09.847Z] #19 103.8 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2022-01-20T15:44:09.847Z] #19 103.8 Setting up libxml-sax-base-perl (1.09-1.1) ... [2022-01-20T15:44:09.847Z] #19 103.8 Setting up libio-string-perl (1.08-3.1) ... [2022-01-20T15:44:09.847Z] #19 103.8 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2022-01-20T15:44:09.847Z] #19 103.8 Setting up cross-config (2.6.18+nmu1) ... [2022-01-20T15:44:10.107Z] #19 103.9 Setting up xz-utils (5.2.5-2) ... [2022-01-20T15:44:10.107Z] #19 103.9 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-01-20T15:44:10.107Z] #19 103.9 Setting up libc6-arm64-cross (2.31-9cross4) ... [2022-01-20T15:44:10.107Z] #19 103.9 Setting up patch (2.7.6-7) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up libc6-armel-cross (2.31-9cross4) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.107Z] #19 104.0 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2022-01-20T15:44:10.107Z] #19 104.1 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2022-01-20T15:44:10.107Z] #19 104.1 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.107Z] #19 104.1 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:10.107Z] #19 104.1 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2022-01-20T15:44:10.368Z] #19 104.1 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2022-01-20T15:44:10.368Z] #19 104.1 Setting up libfile-homedir-perl (1.006-1) ... [2022-01-20T15:44:10.368Z] #19 104.1 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2022-01-20T15:44:10.368Z] #19 104.1 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.1 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.2 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.3 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.4 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2022-01-20T15:44:10.368Z] #19 104.4 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.4 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.4 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.368Z] #19 104.4 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2022-01-20T15:44:10.629Z] #19 104.4 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.629Z] #19 104.4 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.629Z] #19 104.4 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.629Z] #19 104.4 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2022-01-20T15:44:10.629Z] #19 104.5 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2022-01-20T15:44:10.629Z] #19 104.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-01-20T15:44:10.696Z] Client: Docker Engine - Community [2022-01-20T15:44:10.696Z] Version: 20.10.12 [2022-01-20T15:44:10.696Z] API version: 1.41 [2022-01-20T15:44:10.696Z] Go version: go1.16.12 [2022-01-20T15:44:10.696Z] Git commit: e91ed57 [2022-01-20T15:44:10.696Z] Built: Mon Dec 13 11:45:27 2021 [2022-01-20T15:44:10.696Z] OS/Arch: linux/amd64 [2022-01-20T15:44:10.696Z] Context: default [2022-01-20T15:44:10.696Z] Experimental: true [2022-01-20T15:44:10.696Z] [2022-01-20T15:44:10.696Z] Server: Docker Engine - Community [2022-01-20T15:44:10.696Z] Engine: [2022-01-20T15:44:10.696Z] Version: 20.10.12 [2022-01-20T15:44:10.696Z] API version: 1.41 (minimum version 1.12) [2022-01-20T15:44:10.696Z] Go version: go1.16.12 [2022-01-20T15:44:10.696Z] Git commit: 459d0df [2022-01-20T15:44:10.696Z] Built: Mon Dec 13 11:43:36 2021 [2022-01-20T15:44:10.696Z] OS/Arch: linux/amd64 [2022-01-20T15:44:10.696Z] Experimental: true [2022-01-20T15:44:10.696Z] containerd: [2022-01-20T15:44:10.696Z] Version: 1.4.12 [2022-01-20T15:44:10.696Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:44:10.696Z] runc: [2022-01-20T15:44:10.696Z] Version: 1.0.2 [2022-01-20T15:44:10.696Z] GitCommit: v1.0.2-0-g52b36a2 [2022-01-20T15:44:10.696Z] docker-init: [2022-01-20T15:44:10.696Z] Version: 0.19.0 [2022-01-20T15:44:10.696Z] GitCommit: de40ad0 [Pipeline] sh [2022-01-20T15:44:10.891Z] #19 104.7 [2022-01-20T15:44:10.891Z] #19 104.7 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-01-20T15:44:10.891Z] #19 104.7 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.891Z] #19 104.8 Setting up dpkg-dev (1.20.9) ... [2022-01-20T15:44:10.891Z] #19 104.8 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.891Z] #19 104.8 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-20T15:44:10.891Z] #19 104.8 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.891Z] #19 104.8 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.891Z] #19 104.8 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.891Z] #19 104.8 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:10.891Z] #19 104.9 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-20T15:44:10.891Z] #19 104.9 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.008Z] + docker info [2022-01-20T15:44:11.151Z] #19 104.9 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.151Z] #19 104.9 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.151Z] #19 104.9 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.151Z] #19 104.9 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2022-01-20T15:44:11.151Z] #19 105.0 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2022-01-20T15:44:11.151Z] #19 105.1 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2022-01-20T15:44:11.151Z] #19 105.1 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2022-01-20T15:44:11.411Z] #19 105.2 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2022-01-20T15:44:11.411Z] #19 105.3 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.3 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.4 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.4 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.4 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.4 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.411Z] #19 105.4 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.4 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.4 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.4 Setting up libxml-simple-perl (2.25-1) ... [2022-01-20T15:44:11.672Z] #19 105.4 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up libconfig-auto-perl (0.44-1.1) ... [2022-01-20T15:44:11.672Z] #19 105.5 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.6 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.7 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.7 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.7 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.7 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.672Z] #19 105.7 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2022-01-20T15:44:11.672Z] #19 105.7 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.932Z] #19 105.7 Setting up dpkg-cross (2.6.18+nmu1) ... [2022-01-20T15:44:11.932Z] #19 105.8 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.932Z] #19 105.8 Setting up crossbuild-essential-armel (12.9) ... [2022-01-20T15:44:11.932Z] #19 105.8 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2022-01-20T15:44:11.932Z] #19 105.8 Setting up crossbuild-essential-armhf (12.9) ... [2022-01-20T15:44:11.932Z] #19 105.8 Setting up crossbuild-essential-arm64 (12.9) ... [2022-01-20T15:44:11.932Z] #19 105.8 Setting up crossbuild-essential-s390x (12.9) ... [2022-01-20T15:44:11.932Z] #19 105.8 Setting up crossbuild-essential-ppc64el (12.9) ... [2022-01-20T15:44:11.932Z] #19 105.8 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:44:12.193Z] #19 DONE 106.2s [2022-01-20T15:44:12.193Z] [2022-01-20T15:44:12.193Z] #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-01-20T15:44:12.193Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:44:12.453Z] #20 ... [2022-01-20T15:44:12.453Z] [2022-01-20T15:44:12.453Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-20T15:44:12.453Z] #69 sha256:a614d0e3ed3677727b3aacb616403f5098424703cfd7c4a2cc474475000c5028 [2022-01-20T15:44:12.453Z] #69 DONE 0.1s [2022-01-20T15:44:12.453Z] [2022-01-20T15:44:12.453Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-20T15:44:12.453Z] #32 sha256:53529dce23828c0af9ae3cd8319727ddc569c864a9756a095f9d4ab82ed5eec9 [2022-01-20T15:44:12.453Z] #32 DONE 0.1s [2022-01-20T15:44:12.713Z] [2022-01-20T15:44:12.713Z] #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-01-20T15:44:12.713Z] #33 sha256:e8894d32558a39932e426030a5af62428ba2581082331cc821d2c55c6ba996cf [2022-01-20T15:44:14.096Z] #33 1.310 + RM_GOPATH=0 [2022-01-20T15:44:14.096Z] #33 1.310 + TMP_GOPATH= [2022-01-20T15:44:14.096Z] #33 1.310 + : /build [2022-01-20T15:44:14.096Z] #33 1.310 + '[' -z '' ']' [2022-01-20T15:44:14.096Z] #33 1.310 ++ mktemp -d [2022-01-20T15:44:14.096Z] #33 1.311 + export GOPATH=/tmp/tmp.tqfl57BJQV [2022-01-20T15:44:14.096Z] #33 1.311 + GOPATH=/tmp/tmp.tqfl57BJQV [2022-01-20T15:44:14.096Z] #33 1.311 + RM_GOPATH=1 [2022-01-20T15:44:14.096Z] #33 1.312 + case "$(go env GOARCH)" in [2022-01-20T15:44:14.096Z] #33 1.312 ++ go env GOARCH [2022-01-20T15:44:14.096Z] #33 1.317 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:14.096Z] #33 1.317 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:14.096Z] #33 1.317 ++ dirname /install.sh [2022-01-20T15:44:14.096Z] #33 1.318 + dir=/ [2022-01-20T15:44:14.096Z] #33 1.318 + bin=dockercli [2022-01-20T15:44:14.096Z] #33 1.318 + shift [2022-01-20T15:44:14.096Z] #33 1.318 + '[' '!' -f //dockercli.installer ']' [2022-01-20T15:44:14.096Z] #33 1.318 + . //dockercli.installer [2022-01-20T15:44:14.096Z] #33 1.318 ++ : stable [2022-01-20T15:44:14.096Z] #33 1.318 ++ : 17.06.2-ce [2022-01-20T15:44:14.096Z] #33 1.319 + install_dockercli [2022-01-20T15:44:14.096Z] #33 1.319 Install docker/cli version 17.06.2-ce from stable [2022-01-20T15:44:14.096Z] #33 1.319 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-01-20T15:44:14.096Z] #33 1.319 ++ uname -m [2022-01-20T15:44:14.096Z] #33 1.320 + arch=x86_64 [2022-01-20T15:44:14.096Z] #33 1.320 + '[' x86_64 '!=' x86_64 ']' [2022-01-20T15:44:14.096Z] #33 1.320 + url=https://download.docker.com/linux/static [2022-01-20T15:44:14.096Z] #33 1.320 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-01-20T15:44:14.096Z] #33 1.322 + tar -xz docker/docker [2022-01-20T15:44:17.399Z] #33 4.467 + mkdir -p /build [2022-01-20T15:44:17.400Z] #33 4.469 + mv docker/docker /build/ [2022-01-20T15:44:17.400Z] #33 4.471 + rmdir docker [2022-01-20T15:44:17.400Z] #33 DONE 4.6s [2022-01-20T15:44:17.400Z] [2022-01-20T15:44:17.400Z] #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-01-20T15:44:17.400Z] #70 sha256:f1863ba88b415a3b27594f289e9cb1bcc0030e3ea536c8ec654d04c86aa0d998 [2022-01-20T15:44:17.400Z] #70 1.287 + RM_GOPATH=0 [2022-01-20T15:44:17.400Z] #70 1.287 + TMP_GOPATH= [2022-01-20T15:44:17.400Z] #70 1.287 + : /build [2022-01-20T15:44:17.400Z] #70 1.287 + '[' -z '' ']' [2022-01-20T15:44:17.400Z] #70 1.288 ++ mktemp -d [2022-01-20T15:44:17.400Z] #70 1.292 + export GOPATH=/tmp/tmp.rRhUU8Fmx4 [2022-01-20T15:44:17.400Z] #70 1.292 + GOPATH=/tmp/tmp.rRhUU8Fmx4 [2022-01-20T15:44:17.400Z] #70 1.292 + RM_GOPATH=1 [2022-01-20T15:44:17.400Z] #70 1.292 + case "$(go env GOARCH)" in [2022-01-20T15:44:17.400Z] #70 1.292 ++ go env GOARCH [2022-01-20T15:44:17.400Z] #70 1.295 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:17.400Z] #70 1.295 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:17.400Z] #70 1.296 ++ dirname /install.sh [2022-01-20T15:44:17.400Z] #70 1.300 + dir=/ [2022-01-20T15:44:17.400Z] #70 1.300 + bin=rootlesskit [2022-01-20T15:44:17.400Z] #70 1.300 + shift [2022-01-20T15:44:17.400Z] #70 1.301 + '[' '!' -f //rootlesskit.installer ']' [2022-01-20T15:44:17.400Z] #70 1.301 + . //rootlesskit.installer [2022-01-20T15:44:17.400Z] #70 1.301 ++ : v0.14.6 [2022-01-20T15:44:17.400Z] #70 1.301 + install_rootlesskit [2022-01-20T15:44:17.400Z] #70 1.301 + case "$1" in [2022-01-20T15:44:17.400Z] #70 1.302 + export CGO_ENABLED=0 [2022-01-20T15:44:17.400Z] #70 1.302 + CGO_ENABLED=0 [2022-01-20T15:44:17.400Z] #70 1.302 + _install_rootlesskit [2022-01-20T15:44:17.400Z] #70 1.302 + echo 'Install rootlesskit version v0.14.6' [2022-01-20T15:44:17.400Z] #70 1.303 Install rootlesskit version v0.14.6 [2022-01-20T15:44:17.400Z] #70 1.303 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-20T15:44:17.400Z] #70 1.303 + GOBIN=/build [2022-01-20T15:44:17.400Z] #70 1.303 + GO111MODULE=on [2022-01-20T15:44:17.400Z] #70 1.303 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-01-20T15:44:17.400Z] #70 1.737 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-01-20T15:44:17.400Z] #70 3.065 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-20T15:44:17.400Z] #70 3.069 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-01-20T15:44:17.400Z] #70 3.384 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-01-20T15:44:17.400Z] #70 4.528 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-01-20T15:44:17.400Z] #70 4.925 go: downloading github.com/google/uuid v1.3.0 [2022-01-20T15:44:17.400Z] #70 4.936 go: downloading github.com/moby/vpnkit v0.5.0 [2022-01-20T15:44:17.400Z] #70 5.011 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-01-20T15:44:17.661Z] #70 5.065 go: downloading github.com/gofrs/flock v0.8.1 [2022-01-20T15:44:17.661Z] #70 5.110 go: downloading github.com/gorilla/mux v1.8.0 [2022-01-20T15:44:17.661Z] #70 5.212 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-20T15:44:17.921Z] #70 5.401 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-01-20T15:44:17.921Z] #70 5.495 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-01-20T15:44:18.863Z] #70 6.366 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-01-20T15:44:18.863Z] #70 6.450 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-01-20T15:44:19.806Z] #70 ... [2022-01-20T15:44:19.806Z] [2022-01-20T15:44:19.806Z] #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-01-20T15:44:19.806Z] #36 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1 [2022-01-20T15:44:19.806Z] #36 CACHED [2022-01-20T15:44:19.806Z] [2022-01-20T15:44:19.806Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-20T15:44:19.806Z] #37 sha256:cbde826f664025520f26b04ada9b1ffd07fdb84672ee7af245396f12ac83fe61 [2022-01-20T15:44:19.806Z] #37 CACHED [2022-01-20T15:44:19.806Z] [2022-01-20T15:44:19.806Z] #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-01-20T15:44:19.806Z] #38 sha256:318a07fcec3b2ea97f5e220460c2975c5790130c2ea385e07130867ab96848c5 [2022-01-20T15:44:19.806Z] #38 CACHED [2022-01-20T15:44:19.806Z] [2022-01-20T15:44:19.806Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-20T15:44:19.806Z] #40 sha256:98d5654ceec952420a8b3d953715f6f9a47e2f6532f7388f73e17751e924a797 [2022-01-20T15:44:19.806Z] #40 CACHED [2022-01-20T15:44:19.806Z] [2022-01-20T15:44:19.806Z] #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-01-20T15:44:19.807Z] #41 sha256:9fe0f3d33a999b153a8e31cd4d91505945385bf49d44e9974bedbe8d707b997f [2022-01-20T15:44:19.807Z] #41 CACHED [2022-01-20T15:44:19.807Z] [2022-01-20T15:44:19.807Z] #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-01-20T15:44:19.807Z] #43 sha256:e3b06d2cc729b500db80a4f8f2b9ef144764be859b05cce2d047165ef878a07d [2022-01-20T15:44:19.807Z] #43 CACHED [2022-01-20T15:44:19.807Z] [2022-01-20T15:44:19.807Z] #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-01-20T15:44:19.807Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:44:19.807Z] #20 1.654 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-20T15:44:19.807Z] #20 1.733 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:44:19.807Z] #20 1.737 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-20T15:44:19.807Z] #20 1.979 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-20T15:44:19.807Z] #20 2.458 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-20T15:44:19.807Z] #20 3.050 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-20T15:44:19.807Z] #20 3.634 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-20T15:44:19.807Z] #20 4.208 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-20T15:44:19.807Z] #20 4.574 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [109 kB] [2022-01-20T15:44:19.807Z] #20 4.575 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [103 kB] [2022-01-20T15:44:19.807Z] #20 4.577 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [105 kB] [2022-01-20T15:44:19.807Z] #20 4.586 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:44:19.807Z] #20 4.592 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [110 kB] [2022-01-20T15:44:19.807Z] #20 4.593 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [103 kB] [2022-01-20T15:44:19.807Z] #20 4.604 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2022-01-20T15:44:19.807Z] #20 4.605 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-20T15:44:19.807Z] #20 4.607 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-20T15:44:19.807Z] #20 4.607 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-01-20T15:44:19.807Z] #20 4.608 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-01-20T15:44:22.349Z] #20 ... [2022-01-20T15:44:22.349Z] [2022-01-20T15:44:22.349Z] #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-01-20T15:44:22.349Z] #65 sha256:93360e637b3f7527445a322b003e3b364d10992b4cff9c01d91032db88f2a1b2 [2022-01-20T15:44:22.349Z] #65 1.560 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-20T15:44:22.349Z] #65 1.724 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:44:22.349Z] #65 1.726 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-20T15:44:22.349Z] #65 1.756 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-20T15:44:22.349Z] #65 2.297 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-20T15:44:22.349Z] #65 2.702 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-20T15:44:22.349Z] #65 3.278 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-20T15:44:22.349Z] #65 3.700 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-20T15:44:22.349Z] #65 4.182 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [105 kB] [2022-01-20T15:44:22.349Z] #65 4.186 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [103 kB] [2022-01-20T15:44:22.349Z] #65 4.220 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [103 kB] [2022-01-20T15:44:22.349Z] #65 4.221 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:44:22.349Z] #65 4.221 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [109 kB] [2022-01-20T15:44:22.349Z] #65 4.221 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [110 kB] [2022-01-20T15:44:22.349Z] #65 4.221 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2022-01-20T15:44:22.349Z] #65 4.222 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-01-20T15:44:22.349Z] #65 4.222 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-01-20T15:44:22.349Z] #65 4.222 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-20T15:44:22.349Z] #65 4.222 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-20T15:44:22.609Z] #65 ... [2022-01-20T15:44:22.609Z] [2022-01-20T15:44:22.609Z] #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-01-20T15:44:22.609Z] #45 sha256:90c89df8883ca88f0e32888d4d00daaaad77178036ad28515f473b11bcfb8f61 [2022-01-20T15:44:22.609Z] #45 1.588 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-20T15:44:22.609Z] #45 1.727 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:44:22.609Z] #45 1.731 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-20T15:44:22.609Z] #45 1.795 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-20T15:44:22.609Z] #45 2.362 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-20T15:44:22.609Z] #45 2.815 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-20T15:44:22.609Z] #45 3.151 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-20T15:44:22.609Z] #45 3.603 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-20T15:44:22.609Z] #45 3.995 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [109 kB] [2022-01-20T15:44:22.609Z] #45 3.997 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:44:22.609Z] #45 4.001 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [105 kB] [2022-01-20T15:44:22.609Z] #45 4.012 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [103 kB] [2022-01-20T15:44:22.609Z] #45 4.019 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [103 kB] [2022-01-20T15:44:22.609Z] #45 4.024 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [110 kB] [2022-01-20T15:44:22.609Z] #45 4.032 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-01-20T15:44:22.609Z] #45 4.038 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-20T15:44:22.609Z] #45 4.038 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2022-01-20T15:44:22.609Z] #45 4.039 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-20T15:44:22.609Z] #45 4.039 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-01-20T15:44:23.713Z] ok github.com/docker/docker/cmd/dockerd 0.040s coverage: 29.1% of statements [2022-01-20T15:44:24.284Z] ok github.com/docker/docker/container 0.115s coverage: 34.8% of statements [2022-01-20T15:44:24.284Z] ok github.com/docker/docker/cmd/dockerd/trap 2.353s coverage: 0.0% of statements [2022-01-20T15:44:24.284Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-20T15:44:24.284Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-20T15:44:24.284Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-20T15:44:24.284Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-20T15:44:24.284Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-20T15:44:29.543Z] ok github.com/docker/docker/daemon/cluster 0.041s coverage: 0.5% of statements [2022-01-20T15:44:30.927Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.025s coverage: 65.3% of statements [2022-01-20T15:44:32.299Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2022-01-20T15:44:32.620Z] #45 18.66 Fetched 40.5 MB in 17s (2338 kB/s) [2022-01-20T15:44:32.620Z] #45 18.66 Reading package lists... [2022-01-20T15:44:32.620Z] #45 ... [2022-01-20T15:44:32.620Z] [2022-01-20T15:44:32.620Z] #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-01-20T15:44:32.620Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:44:32.620Z] #20 18.53 Fetched 40.5 MB in 17s (2362 kB/s) [2022-01-20T15:44:37.561Z] Client: [2022-01-20T15:44:37.561Z] Context: default [2022-01-20T15:44:37.561Z] Debug Mode: false [2022-01-20T15:44:37.561Z] Plugins: [2022-01-20T15:44:37.561Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-01-20T15:44:37.561Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-01-20T15:44:37.561Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-01-20T15:44:37.561Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-01-20T15:44:37.561Z] [2022-01-20T15:44:37.561Z] Server: [2022-01-20T15:44:37.561Z] Containers: 0 [2022-01-20T15:44:37.561Z] Running: 0 [2022-01-20T15:44:37.561Z] Paused: 0 [2022-01-20T15:44:37.561Z] Stopped: 0 [2022-01-20T15:44:37.561Z] Images: 0 [2022-01-20T15:44:37.561Z] Server Version: 20.10.12 [2022-01-20T15:44:37.561Z] Storage Driver: overlay2 [2022-01-20T15:44:37.561Z] Backing Filesystem: extfs [2022-01-20T15:44:37.561Z] Supports d_type: true [2022-01-20T15:44:37.561Z] Native Overlay Diff: true [2022-01-20T15:44:37.561Z] userxattr: false [2022-01-20T15:44:37.561Z] Logging Driver: json-file [2022-01-20T15:44:37.561Z] Cgroup Driver: cgroupfs [2022-01-20T15:44:37.561Z] Cgroup Version: 1 [2022-01-20T15:44:37.561Z] Plugins: [2022-01-20T15:44:37.561Z] Volume: local [2022-01-20T15:44:37.561Z] Network: bridge host ipvlan macvlan null overlay [2022-01-20T15:44:37.561Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-01-20T15:44:37.561Z] Swarm: inactive [2022-01-20T15:44:37.561Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-01-20T15:44:37.561Z] Default Runtime: runc [2022-01-20T15:44:37.561Z] Init Binary: docker-init [2022-01-20T15:44:37.561Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-01-20T15:44:37.561Z] runc version: v1.0.2-0-g52b36a2 [2022-01-20T15:44:37.561Z] init version: de40ad0 [2022-01-20T15:44:37.561Z] Security Options: [2022-01-20T15:44:37.561Z] apparmor [2022-01-20T15:44:37.561Z] seccomp [2022-01-20T15:44:37.561Z] Profile: default [2022-01-20T15:44:37.561Z] Kernel Version: 5.4.0-1061-aws [2022-01-20T15:44:37.561Z] Operating System: Ubuntu 18.04.6 LTS [2022-01-20T15:44:37.561Z] OSType: linux [2022-01-20T15:44:37.561Z] Architecture: x86_64 [2022-01-20T15:44:37.561Z] CPUs: 2 [2022-01-20T15:44:37.561Z] Total Memory: 7.483GiB [2022-01-20T15:44:37.561Z] Name: ip-10-100-96-53 [2022-01-20T15:44:37.561Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-01-20T15:44:37.561Z] Docker Root Dir: /var/lib/docker [2022-01-20T15:44:37.561Z] Debug Mode: false [2022-01-20T15:44:37.561Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:44:37.561Z] Labels: [2022-01-20T15:44:37.561Z] Experimental: true [2022-01-20T15:44:37.561Z] Insecure Registries: [2022-01-20T15:44:37.561Z] 127.0.0.0/8 [2022-01-20T15:44:37.561Z] Live Restore Enabled: true [2022-01-20T15:44:37.561Z] [2022-01-20T15:44:37.561Z] WARNING: No swap limit support [Pipeline] sh [2022-01-20T15:44:37.861Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:44:37.861Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:44:37.861Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43142/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-01-20T15:44:37.861Z] + bash /home/ubuntu/workspace/moby_PR-43142/check-config.sh [2022-01-20T15:44:37.861Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-01-20T15:44:37.861Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-01-20T15:44:37.861Z] [2022-01-20T15:44:37.861Z] Generally Necessary: [2022-01-20T15:44:37.861Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-01-20T15:44:37.861Z] - apparmor: enabled and tools installed [2022-01-20T15:44:37.861Z] - CONFIG_NAMESPACES: enabled [2022-01-20T15:44:37.861Z] - CONFIG_NET_NS: enabled [2022-01-20T15:44:37.861Z] - CONFIG_PID_NS: enabled [2022-01-20T15:44:37.861Z] - CONFIG_IPC_NS: enabled [2022-01-20T15:44:37.861Z] - CONFIG_UTS_NS: enabled [2022-01-20T15:44:37.861Z] - CONFIG_CGROUPS: enabled [2022-01-20T15:44:37.861Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-01-20T15:44:37.861Z] - CONFIG_CGROUP_DEVICE: enabled [2022-01-20T15:44:37.861Z] - CONFIG_CGROUP_FREEZER: enabled [2022-01-20T15:44:37.861Z] - CONFIG_CGROUP_SCHED: enabled [2022-01-20T15:44:37.861Z] - CONFIG_CPUSETS: enabled [2022-01-20T15:44:37.861Z] - CONFIG_MEMCG: enabled [2022-01-20T15:44:37.861Z] - CONFIG_KEYS: enabled [2022-01-20T15:44:37.861Z] - CONFIG_VETH: enabled (as module) [2022-01-20T15:44:37.861Z] - CONFIG_BRIDGE: enabled (as module) [2022-01-20T15:44:37.861Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-01-20T15:44:37.861Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-01-20T15:44:37.861Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-01-20T15:44:37.861Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_NF_NAT: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_POSIX_MQUEUE: enabled [2022-01-20T15:44:38.130Z] - CONFIG_CGROUP_BPF: enabled [2022-01-20T15:44:38.130Z] [2022-01-20T15:44:38.130Z] Optional Features: [2022-01-20T15:44:38.130Z] - CONFIG_USER_NS: enabled [2022-01-20T15:44:38.130Z] - CONFIG_SECCOMP: enabled [2022-01-20T15:44:38.130Z] - CONFIG_SECCOMP_FILTER: enabled [2022-01-20T15:44:38.130Z] - CONFIG_CGROUP_PIDS: enabled [2022-01-20T15:44:38.130Z] - CONFIG_MEMCG_SWAP: enabled [2022-01-20T15:44:38.130Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-01-20T15:44:38.130Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-01-20T15:44:38.130Z] - CONFIG_BLK_CGROUP: enabled [2022-01-20T15:44:38.130Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-01-20T15:44:38.130Z] - CONFIG_CGROUP_PERF: enabled [2022-01-20T15:44:38.130Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-01-20T15:44:38.130Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-01-20T15:44:38.130Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-01-20T15:44:38.130Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-01-20T15:44:38.130Z] - CONFIG_RT_GROUP_SCHED: missing [2022-01-20T15:44:38.130Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_IP_VS: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_IP_VS_NFCT: enabled [2022-01-20T15:44:38.130Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-01-20T15:44:38.130Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-01-20T15:44:38.130Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_SECURITY_SELINUX: enabled [2022-01-20T15:44:38.130Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-01-20T15:44:38.130Z] - CONFIG_EXT4_FS: enabled [2022-01-20T15:44:38.130Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-01-20T15:44:38.130Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-01-20T15:44:38.130Z] - Network Drivers: [2022-01-20T15:44:38.130Z] - "overlay": [2022-01-20T15:44:38.130Z] - CONFIG_VXLAN: enabled (as module) [2022-01-20T15:44:38.130Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-01-20T15:44:38.130Z] Optional (for encrypted networks): [2022-01-20T15:44:38.389Z] - CONFIG_CRYPTO: enabled [2022-01-20T15:44:38.389Z] - CONFIG_CRYPTO_AEAD: enabled [2022-01-20T15:44:38.389Z] - CONFIG_CRYPTO_GCM: enabled [2022-01-20T15:44:38.389Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-01-20T15:44:38.389Z] - CONFIG_CRYPTO_GHASH: enabled [2022-01-20T15:44:38.389Z] - CONFIG_XFRM: enabled [2022-01-20T15:44:38.389Z] - CONFIG_XFRM_USER: enabled (as module) [2022-01-20T15:44:38.389Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-01-20T15:44:38.389Z] - CONFIG_INET_ESP: enabled (as module) [2022-01-20T15:44:38.389Z] - "ipvlan": [2022-01-20T15:44:38.389Z] - CONFIG_IPVLAN: enabled (as module) [2022-01-20T15:44:38.389Z] - "macvlan": [2022-01-20T15:44:38.389Z] - CONFIG_MACVLAN: enabled (as module) [2022-01-20T15:44:38.389Z] - CONFIG_DUMMY: enabled (as module) [2022-01-20T15:44:38.389Z] - "ftp,tftp client in container": [2022-01-20T15:44:38.389Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-01-20T15:44:38.389Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-01-20T15:44:38.389Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-01-20T15:44:38.389Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-01-20T15:44:38.389Z] - Storage Drivers: [2022-01-20T15:44:38.389Z] - "aufs": [2022-01-20T15:44:38.389Z] - CONFIG_AUFS_FS: enabled (as module) [2022-01-20T15:44:38.389Z] - "btrfs": [2022-01-20T15:44:38.389Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-01-20T15:44:38.389Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-01-20T15:44:38.389Z] - "devicemapper": [2022-01-20T15:44:38.389Z] - CONFIG_BLK_DEV_DM: enabled [2022-01-20T15:44:38.389Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-01-20T15:44:38.389Z] - "overlay": [2022-01-20T15:44:38.389Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-01-20T15:44:38.389Z] - "zfs": [2022-01-20T15:44:38.389Z] - /dev/zfs: present [2022-01-20T15:44:38.389Z] - zfs command: missing [2022-01-20T15:44:38.389Z] - zpool command: missing [2022-01-20T15:44:38.389Z] [2022-01-20T15:44:38.389Z] Limits: [2022-01-20T15:44:38.389Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-01-20T15:44:38.389Z] [2022-01-20T15:44:38.389Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-01-20T15:44:38.740Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:4a1f69339542368a205b085d2c563eeeab807c58 . [2022-01-20T15:44:39.246Z] #20 18.53 Reading package lists... [2022-01-20T15:44:39.246Z] #20 ... [2022-01-20T15:44:39.246Z] [2022-01-20T15:44:39.246Z] #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-01-20T15:44:39.246Z] #70 sha256:f1863ba88b415a3b27594f289e9cb1bcc0030e3ea536c8ec654d04c86aa0d998 [2022-01-20T15:44:39.246Z] #70 26.07 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-20T15:44:39.246Z] #70 26.07 + GOBIN=/build [2022-01-20T15:44:39.246Z] #70 26.07 + GO111MODULE=on [2022-01-20T15:44:39.246Z] #70 26.07 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-01-20T15:44:39.309Z] #1 [internal] load build definition from Dockerfile [2022-01-20T15:44:39.309Z] #1 sha256:eb8e69cbd19e506a585749078729d6295beab51f13d1b479148b78142e09d559 [2022-01-20T15:44:39.309Z] #1 transferring dockerfile: [2022-01-20T15:44:39.309Z] #1 transferring dockerfile: 16.86kB done [2022-01-20T15:44:39.309Z] #1 DONE 0.5s [2022-01-20T15:44:39.309Z] [2022-01-20T15:44:39.309Z] #2 [internal] load .dockerignore [2022-01-20T15:44:39.309Z] #2 sha256:735f79dbc7c960d645b818ccb89904ae3a31b3d3f18e194cd5c66c36b804f129 [2022-01-20T15:44:39.570Z] #2 transferring context: 87B done [2022-01-20T15:44:39.570Z] #2 DONE 0.1s [2022-01-20T15:44:39.570Z] [2022-01-20T15:44:39.570Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-01-20T15:44:39.570Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-01-20T15:44:40.311Z] #3 DONE 0.4s [2022-01-20T15:44:40.311Z] [2022-01-20T15:44:40.311Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-01-20T15:44:40.311Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-01-20T15:44:40.311Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-01-20T15:44:40.311Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-01-20T15:44:40.311Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-01-20T15:44:40.311Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-01-20T15:44:40.311Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 3.15MB / 9.67MB 0.1s [2022-01-20T15:44:40.400Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.8% of statements [2022-01-20T15:44:40.400Z] ok github.com/docker/docker/daemon/config 0.023s coverage: 81.0% of statements [2022-01-20T15:44:40.400Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-01-20T15:44:40.570Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 7.34MB / 9.67MB 0.2s [2022-01-20T15:44:40.570Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.5s [2022-01-20T15:44:40.570Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.6s done [2022-01-20T15:44:40.831Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-01-20T15:44:40.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-20T15:44:40.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-20T15:44:41.093Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.3s done [2022-01-20T15:44:41.093Z] #4 DONE 1.2s [2022-01-20T15:44:41.159Z] #70 ... [2022-01-20T15:44:41.159Z] [2022-01-20T15:44:41.159Z] #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-01-20T15:44:41.159Z] #65 sha256:93360e637b3f7527445a322b003e3b364d10992b4cff9c01d91032db88f2a1b2 [2022-01-20T15:44:41.159Z] #65 18.75 Fetched 40.5 MB in 18s (2298 kB/s) [2022-01-20T15:44:41.159Z] #65 18.75 Reading package lists... [2022-01-20T15:44:41.159Z] #65 28.02 Reading package lists... [2022-01-20T15:44:41.159Z] #65 ... [2022-01-20T15:44:41.159Z] [2022-01-20T15:44:41.159Z] #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-01-20T15:44:41.159Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:44:41.159Z] #20 18.53 Reading package lists... [2022-01-20T15:44:41.332Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-01-20T15:44:41.664Z] [2022-01-20T15:44:41.664Z] #5 [internal] load .dockerignore [2022-01-20T15:44:41.664Z] #5 sha256:9721e270c27acfce86025b1bb793919ee2e925f89ef33f2a2616f67847a6dd63 [2022-01-20T15:44:41.664Z] #5 DONE 0.0s [2022-01-20T15:44:41.664Z] [2022-01-20T15:44:41.664Z] #6 [internal] load build definition from Dockerfile [2022-01-20T15:44:41.664Z] #6 sha256:bc8b48ffe6ef58d1901fefd4f9fc935f7b343fbe86402446e1a236197b3c6806 [2022-01-20T15:44:41.664Z] #6 DONE 0.0s [2022-01-20T15:44:41.664Z] [2022-01-20T15:44:41.664Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:44:41.664Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-01-20T15:44:41.896Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.007s coverage: 4.2% of statements [2022-01-20T15:44:42.233Z] #10 DONE 0.6s [2022-01-20T15:44:42.233Z] [2022-01-20T15:44:42.233Z] #7 [internal] load metadata for docker.io/library/golang:1.17.6-bullseye [2022-01-20T15:44:42.233Z] #7 sha256:eda05fc3da6faa541b4282a9f511df3d293d97e722e26daa7bfa08bc5da49211 [2022-01-20T15:44:42.233Z] #7 DONE 0.6s [2022-01-20T15:44:42.233Z] [2022-01-20T15:44:42.233Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2022-01-20T15:44:42.233Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-01-20T15:44:42.233Z] #8 DONE 0.6s [2022-01-20T15:44:42.233Z] [2022-01-20T15:44:42.233Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-01-20T15:44:42.233Z] #9 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-01-20T15:44:42.233Z] #9 DONE 0.6s [2022-01-20T15:44:42.462Z] ok github.com/docker/docker/daemon 10.108s coverage: 17.1% of statements [2022-01-20T15:44:42.462Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-20T15:44:42.462Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-20T15:44:42.462Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-20T15:44:42.462Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-20T15:44:43.393Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.231s coverage: 56.2% of statements [2022-01-20T15:44:43.393Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.0% of statements [2022-01-20T15:44:43.706Z] #20 27.35 Reading package lists... [2022-01-20T15:44:43.706Z] #20 ... [2022-01-20T15:44:43.706Z] [2022-01-20T15:44:43.706Z] #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-01-20T15:44:43.706Z] #70 sha256:f1863ba88b415a3b27594f289e9cb1bcc0030e3ea536c8ec654d04c86aa0d998 [2022-01-20T15:44:43.706Z] #70 29.29 rootlesskit version 0.14.6 [2022-01-20T15:44:43.706Z] #70 29.30 Usage of /build/rootlesskit-docker-proxy: [2022-01-20T15:44:43.706Z] #70 29.30 -container-ip string [2022-01-20T15:44:43.706Z] #70 29.30 container ip [2022-01-20T15:44:43.706Z] #70 29.30 -container-port int [2022-01-20T15:44:43.706Z] #70 29.30 container port (default -1) [2022-01-20T15:44:43.706Z] #70 29.30 -host-ip string [2022-01-20T15:44:43.706Z] #70 29.30 host ip [2022-01-20T15:44:43.706Z] #70 29.30 -host-port int [2022-01-20T15:44:43.706Z] #70 29.30 host port (default -1) [2022-01-20T15:44:43.706Z] #70 29.30 -proto string [2022-01-20T15:44:43.706Z] #70 29.30 proxy protocol (default "tcp") [2022-01-20T15:44:43.706Z] #70 DONE 31.1s [2022-01-20T15:44:43.706Z] [2022-01-20T15:44:43.706Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-20T15:44:43.706Z] #71 sha256:8a862c81d24c8db0298a3fed07f7305be00fe1b85e64d55a9ed8da299903a960 [2022-01-20T15:44:43.706Z] #71 DONE 0.1s [2022-01-20T15:44:43.706Z] [2022-01-20T15:44:43.706Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-20T15:44:43.706Z] #72 sha256:afd805b0fa1e588b4246ef98c29bb1ee1e6f16affcb650e07fd54fe6953f78c4 [2022-01-20T15:44:43.706Z] #72 DONE 0.1s [2022-01-20T15:44:43.706Z] [2022-01-20T15:44:43.706Z] #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-01-20T15:44:43.706Z] #45 sha256:90c89df8883ca88f0e32888d4d00daaaad77178036ad28515f473b11bcfb8f61 [2022-01-20T15:44:43.706Z] #45 18.66 Reading package lists... [2022-01-20T15:44:44.141Z] [2022-01-20T15:44:44.141Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d [2022-01-20T15:44:44.141Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4 [2022-01-20T15:44:44.141Z] #28 resolve docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 0.1s done [2022-01-20T15:44:44.401Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 0B / 54.92MB 0.1s [2022-01-20T15:44:44.401Z] #28 sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d 1.85kB / 1.85kB done [2022-01-20T15:44:44.401Z] #28 sha256:a4c378901a2ba14fd331e96a49101556e91ed592d5fd68ba7405fdbf9b969e61 529B / 529B done [2022-01-20T15:44:44.401Z] #28 sha256:6f4986d78878699c680b97e3d7a2fd131bf4def477f1abad9a9edcb5d99cda3c 1.46kB / 1.46kB done [2022-01-20T15:44:44.668Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 4.19MB / 54.92MB 0.3s [2022-01-20T15:44:44.668Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 13.63MB / 54.92MB 0.4s [2022-01-20T15:44:44.668Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 17.83MB / 54.92MB 0.5s [2022-01-20T15:44:44.935Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 24.12MB / 54.92MB 0.6s [2022-01-20T15:44:44.935Z] #28 ... [2022-01-20T15:44:44.935Z] [2022-01-20T15:44:44.935Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-01-20T15:44:44.935Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-01-20T15:44:44.935Z] #45 DONE 0.0s [2022-01-20T15:44:44.935Z] [2022-01-20T15:44:44.935Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d [2022-01-20T15:44:44.935Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4 [2022-01-20T15:44:44.935Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 28.31MB / 54.92MB 0.8s [2022-01-20T15:44:45.106Z] #45 27.34 Reading package lists... [2022-01-20T15:44:45.106Z] #45 ... [2022-01-20T15:44:45.106Z] [2022-01-20T15:44:45.106Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-20T15:44:45.106Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-20T15:44:45.106Z] #75 CACHED [2022-01-20T15:44:45.106Z] [2022-01-20T15:44:45.106Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-20T15:44:45.106Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-20T15:44:45.106Z] #77 CACHED [2022-01-20T15:44:45.106Z] [2022-01-20T15:44:45.106Z] #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-01-20T15:44:45.106Z] #45 sha256:90c89df8883ca88f0e32888d4d00daaaad77178036ad28515f473b11bcfb8f61 [2022-01-20T15:44:45.195Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 32.24MB / 54.92MB 0.9s [2022-01-20T15:44:45.306Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.8% of statements [2022-01-20T15:44:45.455Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 36.70MB / 54.92MB 1.1s [2022-01-20T15:44:45.455Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 44.04MB / 54.92MB 1.2s [2022-01-20T15:44:45.455Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 48.53MB / 54.92MB 1.3s [2022-01-20T15:44:45.716Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 1.6s [2022-01-20T15:44:46.652Z] #28 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 2.4s done [2022-01-20T15:44:46.683Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.237s coverage: 50.5% of statements [2022-01-20T15:44:46.912Z] #28 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 [2022-01-20T15:44:47.616Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.141s coverage: 46.2% of statements [2022-01-20T15:44:47.616Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-20T15:44:47.653Z] #45 27.34 Reading package lists... [2022-01-20T15:44:48.550Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 58.8% of statements [2022-01-20T15:44:48.550Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.810s coverage: 58.0% of statements [2022-01-20T15:44:48.550Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-01-20T15:44:48.550Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-20T15:44:49.038Z] #45 35.00 Building dependency tree... [2022-01-20T15:44:49.038Z] #45 36.70 Reading state information... [2022-01-20T15:44:49.484Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2022-01-20T15:44:50.050Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-01-20T15:44:50.207Z] #28 ... [2022-01-20T15:44:50.207Z] [2022-01-20T15:44:50.207Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:44:50.207Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-01-20T15:44:50.207Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2022-01-20T15:44:50.207Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-20T15:44:50.208Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-01-20T15:44:50.208Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-01-20T15:44:50.208Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2022-01-20T15:44:50.208Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.3s done [2022-01-20T15:44:50.208Z] #67 DONE 5.5s [2022-01-20T15:44:50.208Z] [2022-01-20T15:44:50.208Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:44:50.208Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:44:50.208Z] #11 resolve docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 0.1s done [2022-01-20T15:44:50.208Z] #11 sha256:8b86bf336a01235faf28137dae90772076e6f431a2951259d949eb9153012755 7.06kB / 7.06kB done [2022-01-20T15:44:50.208Z] #11 sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 1.86kB / 1.86kB done [2022-01-20T15:44:50.208Z] #11 sha256:b0e471b2eee794eb119d40f24e42dc327196b010e40730722589937ea1c71443 1.80kB / 1.80kB done [2022-01-20T15:44:50.208Z] #11 sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 54.92MB / 54.92MB 2.4s done [2022-01-20T15:44:50.208Z] #11 sha256:cb5b7ae361722f070eca53f35823ed21baa85d61d5d95cd5a95ab53d740cdd56 10.87MB / 10.87MB 1.5s done [2022-01-20T15:44:50.208Z] #11 sha256:9b829c73b52b92b97d5c07a54fb0f3e921995a296c714b53a32ae67d19231fcd 5.15MB / 5.15MB 1.2s done [2022-01-20T15:44:50.208Z] #11 sha256:6494e4811622b31c027ccac322ca463937fd805f569a93e6f15c01aade718793 54.57MB / 54.57MB 3.2s done [2022-01-20T15:44:50.208Z] #11 sha256:6e1d20a8313edd44a36cb9198f4d11ac5eedb41d1faf5e8a33c5a0a5a25d2b92 85.80MB / 85.80MB 5.0s done [2022-01-20T15:44:50.208Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 65.01MB / 134.83MB 5.5s [2022-01-20T15:44:50.208Z] #11 sha256:6432567af305a4304605a3dc4b2de74851afd22731ddf7249b96a7a740d317cf 154B / 154B 3.3s done [2022-01-20T15:44:50.208Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 72.35MB / 134.83MB 5.7s [2022-01-20T15:44:50.208Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 81.79MB / 134.83MB 6.0s [2022-01-20T15:44:50.423Z] #45 37.92 The following additional packages will be installed: [2022-01-20T15:44:50.423Z] #45 37.95 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2022-01-20T15:44:50.423Z] #45 37.99 Suggested packages: [2022-01-20T15:44:50.423Z] #45 37.99 cmake-doc ninja-build lrzip [2022-01-20T15:44:50.423Z] #45 37.99 Recommended packages: [2022-01-20T15:44:50.423Z] #45 37.99 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-01-20T15:44:50.617Z] ok github.com/docker/docker/daemon/images 0.012s coverage: 6.7% of statements [2022-01-20T15:44:50.618Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-20T15:44:50.618Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-20T15:44:50.811Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 92.27MB / 134.83MB 6.5s [2022-01-20T15:44:50.995Z] #45 38.60 The following NEW packages will be installed: [2022-01-20T15:44:50.995Z] #45 38.61 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2022-01-20T15:44:51.460Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 101.71MB / 134.83MB 7.0s [2022-01-20T15:44:51.460Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 113.25MB / 134.83MB 7.3s [2022-01-20T15:44:51.463Z] #45 38.99 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:44:51.464Z] #45 38.99 Need to get 8418 kB of archives. [2022-01-20T15:44:51.464Z] #45 38.99 After this operation, 34.9 MB of additional disk space will be used. [2022-01-20T15:44:51.464Z] #45 38.99 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-20T15:44:51.464Z] #45 38.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-20T15:44:51.464Z] #45 39.00 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-01-20T15:44:51.464Z] #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-01-20T15:44:51.464Z] #45 39.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-01-20T15:44:51.464Z] #45 39.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-01-20T15:44:51.464Z] #45 39.08 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-01-20T15:44:51.464Z] #45 39.08 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-01-20T15:44:51.552Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.5% of statements [2022-01-20T15:44:51.745Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 124.48MB / 134.83MB 7.5s [2022-01-20T15:44:51.813Z] ok github.com/docker/docker/daemon/logger/awslogs 0.145s coverage: 80.2% of statements [2022-01-20T15:44:52.019Z] #11 sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 133.17MB / 134.83MB 7.8s [2022-01-20T15:44:52.071Z] ok github.com/docker/docker/daemon/logger/fluentd 0.003s coverage: 33.6% of statements [2022-01-20T15:44:52.071Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-20T15:44:52.289Z] #11 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 5.1s [2022-01-20T15:44:52.330Z] ok github.com/docker/docker/daemon/logger/gelf 0.004s coverage: 67.0% of statements [2022-01-20T15:44:52.408Z] #45 40.06 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:44:52.588Z] ok github.com/docker/docker/daemon/logger/journald 0.003s coverage: 23.9% of statements [2022-01-20T15:44:52.669Z] #45 40.33 Fetched 8418 kB in 1s (10.2 MB/s) [2022-01-20T15:44:52.669Z] #45 40.37 Selecting previously unselected package xxd. [2022-01-20T15:44:52.669Z] #45 40.37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30207 files and directories currently installed.) [2022-01-20T15:44:52.669Z] #45 40.41 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-20T15:44:52.669Z] #45 40.42 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:44:52.857Z] #11 ... [2022-01-20T15:44:52.857Z] [2022-01-20T15:44:52.857Z] #24 [internal] load build context [2022-01-20T15:44:52.857Z] #24 sha256:2c15b56dd69839840b155bc6a490bb8d12c7736aa355176fab171ecd073d6d38 [2022-01-20T15:44:52.857Z] #24 transferring context: 56.54MB 7.6s done [2022-01-20T15:44:52.857Z] #24 DONE 8.8s [2022-01-20T15:44:52.857Z] [2022-01-20T15:44:52.857Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:44:52.857Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:44:52.857Z] #11 ... [2022-01-20T15:44:52.857Z] [2022-01-20T15:44:52.857Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:44:52.857Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-20T15:44:52.857Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2022-01-20T15:44:52.857Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-01-20T15:44:52.857Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-01-20T15:44:52.857Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-01-20T15:44:52.857Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done [2022-01-20T15:44:52.857Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.5s done [2022-01-20T15:44:52.930Z] #45 40.51 Selecting previously unselected package vim-common. [2022-01-20T15:44:52.930Z] #45 40.51 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-20T15:44:52.930Z] #45 40.53 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:44:52.930Z] #45 40.61 Selecting previously unselected package cmake-data. [2022-01-20T15:44:52.930Z] #45 40.62 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-01-20T15:44:52.930Z] #45 40.63 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-01-20T15:44:53.142Z] #69 ... [2022-01-20T15:44:53.142Z] [2022-01-20T15:44:53.142Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:44:53.142Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:44:53.152Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2022-01-20T15:44:53.152Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.006s coverage: 69.9% of statements [2022-01-20T15:44:53.190Z] #45 ... [2022-01-20T15:44:53.190Z] [2022-01-20T15:44:53.190Z] #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-01-20T15:44:53.190Z] #65 sha256:93360e637b3f7527445a322b003e3b364d10992b4cff9c01d91032db88f2a1b2 [2022-01-20T15:44:53.190Z] #65 28.02 Reading package lists... [2022-01-20T15:44:53.190Z] #65 35.66 Building dependency tree... [2022-01-20T15:44:53.190Z] #65 37.25 Reading state information... [2022-01-20T15:44:53.190Z] #65 38.43 The following additional packages will be installed: [2022-01-20T15:44:53.190Z] #65 38.44 libbtrfs0 [2022-01-20T15:44:53.190Z] #65 38.57 The following NEW packages will be installed: [2022-01-20T15:44:53.190Z] #65 38.59 libbtrfs-dev libbtrfs0 [2022-01-20T15:44:53.190Z] #65 38.97 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:44:53.190Z] #65 38.97 Need to get 460 kB of archives. [2022-01-20T15:44:53.190Z] #65 38.97 After this operation, 1237 kB of additional disk space will be used. [2022-01-20T15:44:53.190Z] #65 38.97 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-20T15:44:53.190Z] #65 38.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-20T15:44:53.190Z] #65 39.84 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:44:53.190Z] #65 40.15 Fetched 460 kB in 0s (1634 kB/s) [2022-01-20T15:44:53.190Z] #65 40.23 Selecting previously unselected package libbtrfs0:amd64. [2022-01-20T15:44:53.190Z] #65 40.23 (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-01-20T15:44:53.190Z] #65 40.29 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-20T15:44:53.190Z] #65 40.30 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:44:53.190Z] #65 40.40 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-20T15:44:53.190Z] #65 40.40 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-20T15:44:53.190Z] #65 40.41 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:44:53.190Z] #65 40.58 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:44:53.190Z] #65 40.60 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:44:53.190Z] #65 40.61 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:44:53.190Z] #65 DONE 40.8s [2022-01-20T15:44:53.190Z] [2022-01-20T15:44:53.190Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-20T15:44:53.190Z] #66 sha256:bfdbd7f04e88d71553d278bbf49a2734800eba351301a41995bd6aeda2af05a6 [2022-01-20T15:44:53.190Z] #66 DONE 0.1s [2022-01-20T15:44:53.190Z] [2022-01-20T15:44:53.190Z] #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-01-20T15:44:53.190Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:44:53.718Z] ok github.com/docker/docker/daemon/logger/local 0.018s coverage: 78.7% of statements [2022-01-20T15:44:53.718Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-20T15:44:53.976Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.065s coverage: 54.7% of statements [2022-01-20T15:44:54.080Z] #11 ... [2022-01-20T15:44:54.080Z] [2022-01-20T15:44:54.080Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-01-20T15:44:54.080Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-01-20T15:44:54.080Z] #69 DONE 9.8s [2022-01-20T15:44:54.080Z] [2022-01-20T15:44:54.080Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:44:54.080Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:44:54.132Z] #67 0.707 + RM_GOPATH=0 [2022-01-20T15:44:54.132Z] #67 0.707 + TMP_GOPATH= [2022-01-20T15:44:54.132Z] #67 0.707 + : /build [2022-01-20T15:44:54.132Z] #67 0.707 + '[' -z '' ']' [2022-01-20T15:44:54.132Z] #67 0.707 ++ mktemp -d [2022-01-20T15:44:54.132Z] #67 0.721 + export GOPATH=/tmp/tmp.fKa9iiS2rO [2022-01-20T15:44:54.132Z] #67 0.721 + GOPATH=/tmp/tmp.fKa9iiS2rO [2022-01-20T15:44:54.132Z] #67 0.721 + RM_GOPATH=1 [2022-01-20T15:44:54.132Z] #67 0.721 + case "$(go env GOARCH)" in [2022-01-20T15:44:54.132Z] #67 0.721 ++ go env GOARCH [2022-01-20T15:44:54.132Z] #67 0.736 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:54.132Z] #67 0.736 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:54.132Z] #67 0.736 ++ dirname /install.sh [2022-01-20T15:44:54.132Z] #67 0.737 + dir=/ [2022-01-20T15:44:54.132Z] #67 0.737 + bin=containerd [2022-01-20T15:44:54.132Z] #67 0.737 + shift [2022-01-20T15:44:54.132Z] #67 0.737 + '[' '!' -f //containerd.installer ']' [2022-01-20T15:44:54.132Z] #67 0.737 + . //containerd.installer [2022-01-20T15:44:54.132Z] #67 0.737 ++ set -e [2022-01-20T15:44:54.132Z] #67 0.737 ++ : v1.5.9 [2022-01-20T15:44:54.132Z] #67 0.738 + install_containerd [2022-01-20T15:44:54.132Z] #67 0.738 + echo 'Install containerd version v1.5.9' [2022-01-20T15:44:54.132Z] #67 0.738 Install containerd version v1.5.9 [2022-01-20T15:44:54.132Z] #67 0.738 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fKa9iiS2rO/src/github.com/containerd/containerd [2022-01-20T15:44:54.132Z] #67 0.767 Cloning into '/tmp/tmp.fKa9iiS2rO/src/github.com/containerd/containerd'... [2022-01-20T15:44:54.540Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.006s coverage: 31.5% of statements [2022-01-20T15:44:54.647Z] #11 extracting sha256:0e29546d541cdbd309281d21a73a9d1db78665c1b95b74f32b009e0b77a6e1e3 7.6s done [2022-01-20T15:44:55.105Z] ok github.com/docker/docker/daemon/logger/syslog 0.005s coverage: 46.8% of statements [2022-01-20T15:44:55.217Z] #11 ... [2022-01-20T15:44:55.217Z] [2022-01-20T15:44:55.217Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-01-20T15:44:55.217Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-01-20T15:44:55.217Z] #68 DONE 0.7s [2022-01-20T15:44:55.217Z] [2022-01-20T15:44:55.217Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:2906804d2a64e8a13a434a1a127fe3f6a28bf7cf3696be4223b06276f32f1f2d [2022-01-20T15:44:55.217Z] #28 sha256:5e328b93e8329d0696da26560aa1df1f8c999c3a65e5b5fc057f0b591cda9cb4 [2022-01-20T15:44:55.217Z] #28 DONE 10.9s [2022-01-20T15:44:55.217Z] [2022-01-20T15:44:55.217Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:44:55.217Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:44:55.217Z] #11 extracting sha256:9b829c73b52b92b97d5c07a54fb0f3e921995a296c714b53a32ae67d19231fcd 0.1s [2022-01-20T15:44:55.363Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-01-20T15:44:55.787Z] #11 extracting sha256:9b829c73b52b92b97d5c07a54fb0f3e921995a296c714b53a32ae67d19231fcd 0.6s done [2022-01-20T15:44:55.928Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-01-20T15:44:56.044Z] #67 ... [2022-01-20T15:44:56.044Z] [2022-01-20T15:44:56.044Z] #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-01-20T15:44:56.044Z] #45 sha256:90c89df8883ca88f0e32888d4d00daaaad77178036ad28515f473b11bcfb8f61 [2022-01-20T15:44:56.044Z] #45 41.51 Selecting previously unselected package libarchive13:amd64. [2022-01-20T15:44:56.044Z] #45 41.51 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-01-20T15:44:56.044Z] #45 41.53 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-20T15:44:56.044Z] #45 41.68 Selecting previously unselected package libjsoncpp24:amd64. [2022-01-20T15:44:56.044Z] #45 41.68 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-01-20T15:44:56.044Z] #45 41.69 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-20T15:44:56.044Z] #45 41.74 Selecting previously unselected package librhash0:amd64. [2022-01-20T15:44:56.044Z] #45 41.74 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2022-01-20T15:44:56.044Z] #45 41.74 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-01-20T15:44:56.044Z] #45 41.82 Selecting previously unselected package libuv1:amd64. [2022-01-20T15:44:56.044Z] #45 41.82 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2022-01-20T15:44:56.044Z] #45 41.83 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-01-20T15:44:56.044Z] #45 41.89 Selecting previously unselected package cmake. [2022-01-20T15:44:56.044Z] #45 41.90 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-01-20T15:44:56.044Z] #45 41.90 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-01-20T15:44:56.044Z] #45 42.87 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-20T15:44:56.044Z] #45 42.89 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:44:56.044Z] #45 42.90 Setting up libuv1:amd64 (1.40.0-2) ... [2022-01-20T15:44:56.044Z] #45 42.91 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:44:56.044Z] #45 42.93 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-20T15:44:56.044Z] #45 42.94 Setting up librhash0:amd64 (1.4.1-2) ... [2022-01-20T15:44:56.044Z] #45 42.95 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-01-20T15:44:56.044Z] #45 42.97 Setting up cmake (3.18.4-2+deb11u1) ... [2022-01-20T15:44:56.044Z] #45 42.98 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:44:56.044Z] #45 DONE 43.4s [2022-01-20T15:44:56.044Z] [2022-01-20T15:44:56.044Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-20T15:44:56.044Z] #46 sha256:1d66815fe99a3c386ef47a4f68a70c3c904422abc619620c54bc71d7582ac7f0 [2022-01-20T15:44:56.044Z] #46 DONE 0.1s [2022-01-20T15:44:56.044Z] [2022-01-20T15:44:56.044Z] #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-01-20T15:44:56.044Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:44:56.044Z] #20 27.35 Reading package lists... [2022-01-20T15:44:56.044Z] #20 35.40 Building dependency tree... [2022-01-20T15:44:56.044Z] #20 36.77 Reading state information... [2022-01-20T15:44:56.044Z] #20 38.10 The following additional packages will be installed: [2022-01-20T15:44:56.044Z] #20 38.11 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-20T15:44:56.044Z] #20 38.11 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-01-20T15:44:56.044Z] #20 38.11 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-01-20T15:44:56.044Z] #20 38.11 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-01-20T15:44:56.044Z] #20 38.11 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-01-20T15:44:56.044Z] #20 38.12 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-01-20T15:44:56.044Z] #20 38.12 mingw-w64-common mingw-w64-x86-64-dev [2022-01-20T15:44:56.044Z] #20 38.13 Suggested packages: [2022-01-20T15:44:56.044Z] #20 38.14 gcc-10-locales seccomp wine64 [2022-01-20T15:44:56.044Z] #20 38.74 The following NEW packages will be installed: [2022-01-20T15:44:56.044Z] #20 38.74 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-20T15:44:56.044Z] #20 38.74 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-01-20T15:44:56.044Z] #20 38.74 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-01-20T15:44:56.044Z] #20 38.74 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-01-20T15:44:56.044Z] #20 38.74 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-01-20T15:44:56.044Z] #20 38.75 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-01-20T15:44:56.044Z] #20 38.75 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-01-20T15:44:56.044Z] #20 38.75 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-01-20T15:44:56.044Z] #20 38.75 mingw-w64-x86-64-dev [2022-01-20T15:44:56.044Z] #20 39.05 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:44:56.044Z] #20 39.05 Need to get 115 MB of archives. [2022-01-20T15:44:56.044Z] #20 39.05 After this operation, 645 MB of additional disk space will be used. [2022-01-20T15:44:56.044Z] #20 39.05 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-01-20T15:44:56.044Z] #20 39.09 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-01-20T15:44:56.044Z] #20 39.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-01-20T15:44:56.044Z] #20 39.33 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-01-20T15:44:56.044Z] #20 39.42 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-01-20T15:44:56.044Z] #20 39.44 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-01-20T15:44:56.044Z] #20 39.55 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-01-20T15:44:56.044Z] #20 39.65 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-01-20T15:44:56.044Z] #20 39.68 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-01-20T15:44:56.045Z] #20 39.78 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-01-20T15:44:56.045Z] #20 40.06 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-01-20T15:44:56.045Z] #20 40.21 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-01-20T15:44:56.045Z] #20 40.35 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-01-20T15:44:56.045Z] #20 40.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-01-20T15:44:56.045Z] #20 40.95 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-01-20T15:44:56.045Z] #20 40.95 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-01-20T15:44:56.045Z] #20 40.95 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-01-20T15:44:56.045Z] #20 40.97 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-20T15:44:56.045Z] #20 40.97 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-20T15:44:56.045Z] #20 40.97 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB] [2022-01-20T15:44:56.045Z] #20 40.97 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-01-20T15:44:56.045Z] #20 40.97 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-01-20T15:44:56.045Z] #20 40.98 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-01-20T15:44:56.045Z] #20 40.99 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-01-20T15:44:56.045Z] #20 40.99 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-01-20T15:44:56.045Z] #20 41.00 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-01-20T15:44:56.045Z] #20 41.00 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-01-20T15:44:56.045Z] #20 41.01 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-01-20T15:44:56.045Z] #20 41.01 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-01-20T15:44:56.045Z] #20 41.01 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-01-20T15:44:56.045Z] #20 41.54 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:44:56.045Z] #20 41.69 Fetched 115 MB in 2s (51.4 MB/s) [2022-01-20T15:44:56.045Z] #20 41.72 Selecting previously unselected package binutils-mingw-w64-i686. [2022-01-20T15:44:56.045Z] #20 41.72 (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-01-20T15:44:56.045Z] #20 41.74 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-20T15:44:56.045Z] #20 41.74 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-20T15:44:56.045Z] #20 42.21 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-01-20T15:44:56.045Z] #20 42.21 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-20T15:44:56.045Z] #20 42.22 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-20T15:44:56.045Z] #20 42.96 Selecting previously unselected package binutils-mingw-w64. [2022-01-20T15:44:56.045Z] #20 42.97 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-01-20T15:44:56.045Z] #20 42.97 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-20T15:44:56.045Z] #20 43.04 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-01-20T15:44:56.045Z] #20 43.05 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:44:56.045Z] #20 43.06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:44:56.045Z] #20 43.18 Selecting previously unselected package dmsetup. [2022-01-20T15:44:56.045Z] #20 43.19 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:44:56.045Z] #20 43.21 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-01-20T15:44:56.045Z] #20 43.30 Selecting previously unselected package mingw-w64-common. [2022-01-20T15:44:56.045Z] #20 43.31 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-01-20T15:44:56.045Z] #20 43.31 Unpacking mingw-w64-common (8.0.0-1) ... [2022-01-20T15:44:56.045Z] #11 extracting sha256:cb5b7ae361722f070eca53f35823ed21baa85d61d5d95cd5a95ab53d740cdd56 0.1s [2022-01-20T15:44:56.308Z] #11 ... [2022-01-20T15:44:56.308Z] [2022-01-20T15:44:56.308Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-01-20T15:44:56.308Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-01-20T15:44:56.308Z] #70 DONE 1.3s [2022-01-20T15:44:56.308Z] [2022-01-20T15:44:56.308Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:44:56.308Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:44:56.493Z] ok github.com/docker/docker/daemon/logger/splunk 1.556s coverage: 82.5% of statements [2022-01-20T15:44:56.493Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-20T15:44:56.493Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-20T15:44:56.616Z] #20 ... [2022-01-20T15:44:56.616Z] [2022-01-20T15:44:56.616Z] #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-01-20T15:44:56.616Z] #47 sha256:fdee985cb9bb82d81f7803502f01a5adc2173c0c9a7a3a632dbce4690254eac3 [2022-01-20T15:44:56.616Z] #47 0.753 + RM_GOPATH=0 [2022-01-20T15:44:56.616Z] #47 0.753 + TMP_GOPATH= [2022-01-20T15:44:56.616Z] #47 0.753 + : /build [2022-01-20T15:44:56.616Z] #47 0.753 + '[' -z '' ']' [2022-01-20T15:44:56.616Z] #47 0.753 ++ mktemp -d [2022-01-20T15:44:56.616Z] #47 0.754 + export GOPATH=/tmp/tmp.NiLgEH8pzQ [2022-01-20T15:44:56.616Z] #47 0.754 + GOPATH=/tmp/tmp.NiLgEH8pzQ [2022-01-20T15:44:56.616Z] #47 0.754 + RM_GOPATH=1 [2022-01-20T15:44:56.616Z] #47 0.754 + case "$(go env GOARCH)" in [2022-01-20T15:44:56.616Z] #47 0.755 ++ go env GOARCH [2022-01-20T15:44:56.616Z] #47 0.764 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:56.616Z] #47 0.764 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:44:56.616Z] #47 0.764 ++ dirname /install.sh [2022-01-20T15:44:56.616Z] #47 0.768 + dir=/ [2022-01-20T15:44:56.616Z] #47 0.768 + bin=tini [2022-01-20T15:44:56.616Z] #47 0.768 + shift [2022-01-20T15:44:56.616Z] #47 0.769 + '[' '!' -f //tini.installer ']' [2022-01-20T15:44:56.616Z] #47 0.769 + . //tini.installer [2022-01-20T15:44:56.616Z] #47 0.769 ++ : v0.19.0 [2022-01-20T15:44:56.616Z] #47 0.769 + install_tini [2022-01-20T15:44:56.616Z] #47 0.770 + echo 'Install tini version v0.19.0' [2022-01-20T15:44:56.616Z] #47 0.770 Install tini version v0.19.0 [2022-01-20T15:44:56.616Z] #47 0.770 + git clone https://github.com/krallin/tini.git /tmp/tmp.NiLgEH8pzQ/tini [2022-01-20T15:44:56.616Z] #47 0.772 Cloning into '/tmp/tmp.NiLgEH8pzQ/tini'... [2022-01-20T15:44:56.876Z] #11 extracting sha256:cb5b7ae361722f070eca53f35823ed21baa85d61d5d95cd5a95ab53d740cdd56 0.7s done [2022-01-20T15:44:56.876Z] #47 1.145 + cd /tmp/tmp.NiLgEH8pzQ/tini [2022-01-20T15:44:57.136Z] #11 extracting sha256:6494e4811622b31c027ccac322ca463937fd805f569a93e6f15c01aade718793 0.1s [2022-01-20T15:44:57.138Z] #47 1.145 + git checkout -q v0.19.0 [2022-01-20T15:44:57.138Z] #47 1.158 + cmake . [2022-01-20T15:44:57.138Z] #47 1.362 -- The C compiler identification is GNU 10.2.1 [2022-01-20T15:44:57.138Z] #47 1.396 -- Detecting C compiler ABI info [2022-01-20T15:44:57.398Z] #47 1.600 -- Detecting C compiler ABI info - done [2022-01-20T15:44:57.398Z] #47 1.626 -- Check for working C compiler: /usr/bin/cc - skipped [2022-01-20T15:44:57.398Z] #47 1.627 -- Detecting C compile features [2022-01-20T15:44:57.398Z] #47 1.628 -- Detecting C compile features - done [2022-01-20T15:44:57.398Z] #47 1.643 -- Performing Test HAS_BUILTIN_FORTIFY [2022-01-20T15:44:57.432Z] ok github.com/docker/docker/distribution 0.082s coverage: 26.4% of statements [2022-01-20T15:44:57.659Z] #47 1.729 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-01-20T15:44:57.659Z] #47 1.757 -- Configuring done [2022-01-20T15:44:57.659Z] #47 1.766 -- Generating done [2022-01-20T15:44:57.659Z] #47 1.771 -- Build files have been written to: /tmp/tmp.NiLgEH8pzQ/tini [2022-01-20T15:44:57.659Z] #47 1.775 + make tini-static [2022-01-20T15:44:57.659Z] #47 1.873 Scanning dependencies of target tini-static [2022-01-20T15:44:57.659Z] #47 1.907 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-01-20T15:44:57.689Z] ok github.com/docker/docker/distribution/metadata 0.030s coverage: 48.2% of statements [2022-01-20T15:44:57.689Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-20T15:44:57.920Z] #47 2.243 [100%] Linking C executable tini-static [2022-01-20T15:44:58.253Z] ok github.com/docker/docker/errdefs 0.003s coverage: 53.1% of statements [2022-01-20T15:44:58.496Z] #47 2.466 [100%] Built target tini-static [2022-01-20T15:44:58.496Z] #47 2.479 + mkdir -p /build [2022-01-20T15:44:58.496Z] #47 2.480 + cp tini-static /build/docker-init [2022-01-20T15:44:58.496Z] #47 DONE 2.9s [2022-01-20T15:44:58.496Z] [2022-01-20T15:44:58.496Z] #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-01-20T15:44:58.496Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:44:58.496Z] #20 44.95 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-01-20T15:44:58.496Z] #20 44.96 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-01-20T15:44:58.496Z] #20 44.96 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-20T15:44:58.818Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2022-01-20T15:44:59.383Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-01-20T15:44:59.438Z] #20 46.94 Selecting previously unselected package gcc-mingw-w64-base. [2022-01-20T15:44:59.438Z] #20 46.95 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:44:59.438Z] #20 46.96 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-20T15:44:59.438Z] #20 47.09 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-01-20T15:44:59.438Z] #20 47.10 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:44:59.438Z] #20 47.10 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-20T15:44:59.950Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.7% of statements [2022-01-20T15:45:00.016Z] #20 ... [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-20T15:45:00.016Z] #49 sha256:6df18a1cbf32ae0dbb54fd86536fa70fef801c693fabf8ca94b397d501658057 [2022-01-20T15:45:00.016Z] #49 CACHED [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #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-01-20T15:45:00.016Z] #50 sha256:76944249cecba13870a8649d0eebcf3a28556913abfe2b53480837c4f26c1011 [2022-01-20T15:45:00.016Z] #50 CACHED [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #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-01-20T15:45:00.016Z] #53 sha256:7637d72c282c0da148c4c3fca0d2b40d5aa304f92b36b3602e1d88b10226c023 [2022-01-20T15:45:00.016Z] #53 CACHED [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #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-01-20T15:45:00.016Z] #54 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:45:00.016Z] #54 CACHED [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #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-01-20T15:45:00.016Z] #56 sha256:77cb706d755e16aea54301fa925fe1a91b1df361756934152b11e5eb1aa5503b [2022-01-20T15:45:00.016Z] #56 CACHED [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:45:00.016Z] #58 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:45:00.016Z] #58 CACHED [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #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-01-20T15:45:00.016Z] #60 sha256:aa54a61e59505073eec406052f5ff896ab764d94fa0b9ccff610139d7b0cdc04 [2022-01-20T15:45:00.016Z] #60 CACHED [2022-01-20T15:45:00.016Z] [2022-01-20T15:45:00.016Z] #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-01-20T15:45:00.016Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:45:00.208Z] ok github.com/docker/docker/distribution/xfer 1.889s coverage: 85.1% of statements [2022-01-20T15:45:00.208Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-20T15:45:00.208Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2022-01-20T15:45:00.208Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-20T15:45:00.467Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-01-20T15:45:01.401Z] ok github.com/docker/docker/oci 0.007s coverage: 43.3% of statements [2022-01-20T15:45:01.931Z] #20 49.37 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-01-20T15:45:01.931Z] #20 49.38 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:45:01.932Z] #20 49.39 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:45:02.334Z] ok github.com/docker/docker/opts 0.018s coverage: 67.4% of statements [2022-01-20T15:45:02.334Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-01-20T15:45:02.414Z] #11 extracting sha256:6494e4811622b31c027ccac322ca463937fd805f569a93e6f15c01aade718793 5.1s [2022-01-20T15:45:02.950Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-20T15:45:03.350Z] #11 extracting sha256:6494e4811622b31c027ccac322ca463937fd805f569a93e6f15c01aade718793 6.1s done [2022-01-20T15:45:03.612Z] #11 extracting sha256:6e1d20a8313edd44a36cb9198f4d11ac5eedb41d1faf5e8a33c5a0a5a25d2b92 [2022-01-20T15:45:03.709Z] ok github.com/docker/docker/pkg/archive 0.278s coverage: 82.2% of statements [2022-01-20T15:45:05.082Z] ok github.com/docker/docker/pkg/authorization 0.890s coverage: 68.3% of statements [2022-01-20T15:45:05.339Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-01-20T15:45:05.725Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-01-20T15:45:05.727Z] #11 ... [2022-01-20T15:45:05.727Z] [2022-01-20T15:45:05.727Z] #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-01-20T15:45:05.727Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1 [2022-01-20T15:45:05.727Z] #29 2.094 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:45:05.727Z] #29 2.094 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-20T15:45:05.727Z] #29 2.134 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-20T15:45:05.727Z] #29 2.299 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:45:05.727Z] #29 2.495 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-20T15:45:05.727Z] #29 2.712 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-01-20T15:45:05.727Z] #29 4.244 Fetched 8493 kB in 2s (3512 kB/s) [2022-01-20T15:45:05.727Z] #29 4.244 Reading package lists... [2022-01-20T15:45:05.727Z] #29 5.106 Reading package lists... [2022-01-20T15:45:05.727Z] #29 5.954 Building dependency tree... [2022-01-20T15:45:05.727Z] #29 6.390 The following additional packages will be installed: [2022-01-20T15:45:05.727Z] #29 6.394 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-01-20T15:45:05.727Z] #29 6.394 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-01-20T15:45:05.727Z] #29 6.394 Recommended packages: [2022-01-20T15:45:05.727Z] #29 6.394 libldap-common publicsuffix libsasl2-modules [2022-01-20T15:45:05.727Z] #29 6.614 The following NEW packages will be installed: [2022-01-20T15:45:05.727Z] #29 6.615 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-01-20T15:45:05.727Z] #29 6.615 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-01-20T15:45:05.727Z] #29 6.616 libssh2-1 openssl [2022-01-20T15:45:05.727Z] #29 6.904 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:45:05.727Z] #29 6.904 Need to get 3038 kB of archives. [2022-01-20T15:45:05.727Z] #29 6.904 After this operation, 6650 kB of additional disk space will be used. [2022-01-20T15:45:05.727Z] #29 6.904 Get:1 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-01-20T15:45:05.727Z] #29 6.909 Get:2 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-01-20T15:45:05.727Z] #29 6.920 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-01-20T15:45:05.727Z] #29 6.920 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2022-01-20T15:45:05.727Z] #29 6.920 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2022-01-20T15:45:05.727Z] #29 6.920 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-20T15:45:05.727Z] #29 6.955 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-20T15:45:05.727Z] #29 7.262 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:45:05.727Z] #29 7.316 Fetched 3038 kB in 0s (9430 kB/s) [2022-01-20T15:45:05.727Z] #29 7.361 Selecting previously unselected package openssl. [2022-01-20T15:45:05.727Z] #29 7.361 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6653 files and directories currently installed.) [2022-01-20T15:45:05.727Z] #29 7.367 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 7.379 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-01-20T15:45:05.727Z] #29 7.567 Selecting previously unselected package ca-certificates. [2022-01-20T15:45:05.727Z] #29 7.567 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-01-20T15:45:05.727Z] #29 7.582 Unpacking ca-certificates (20210119) ... [2022-01-20T15:45:05.727Z] #29 7.698 Selecting previously unselected package libbrotli1:amd64. [2022-01-20T15:45:05.727Z] #29 7.698 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 7.711 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-20T15:45:05.727Z] #29 7.820 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-01-20T15:45:05.727Z] #29 7.820 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 7.841 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-20T15:45:05.727Z] #29 7.908 Selecting previously unselected package libsasl2-2:amd64. [2022-01-20T15:45:05.727Z] #29 7.908 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 7.918 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-20T15:45:05.727Z] #29 8.000 Selecting previously unselected package libldap-2.4-2:amd64. [2022-01-20T15:45:05.727Z] #29 8.000 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.008 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-20T15:45:05.727Z] #29 8.111 Selecting previously unselected package libnghttp2-14:amd64. [2022-01-20T15:45:05.727Z] #29 8.111 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.116 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-20T15:45:05.727Z] #29 8.192 Selecting previously unselected package libpsl5:amd64. [2022-01-20T15:45:05.727Z] #29 8.192 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.254 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-01-20T15:45:05.727Z] #29 8.323 Selecting previously unselected package librtmp1:amd64. [2022-01-20T15:45:05.727Z] #29 8.323 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.333 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-20T15:45:05.727Z] #29 8.444 Selecting previously unselected package libssh2-1:amd64. [2022-01-20T15:45:05.727Z] #29 8.444 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.458 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-01-20T15:45:05.727Z] #29 8.550 Selecting previously unselected package libcurl4:amd64. [2022-01-20T15:45:05.727Z] #29 8.551 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.556 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-20T15:45:05.727Z] #29 8.658 Selecting previously unselected package curl. [2022-01-20T15:45:05.727Z] #29 8.658 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.666 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-01-20T15:45:05.727Z] #29 8.783 Selecting previously unselected package libonig5:amd64. [2022-01-20T15:45:05.727Z] #29 8.783 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.786 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-20T15:45:05.727Z] #29 8.907 Selecting previously unselected package libjq1:amd64. [2022-01-20T15:45:05.727Z] #29 8.907 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 8.922 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-20T15:45:05.727Z] #29 9.019 Selecting previously unselected package jq. [2022-01-20T15:45:05.727Z] #29 9.019 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-01-20T15:45:05.727Z] #29 9.029 Unpacking jq (1.6-2.1) ... [2022-01-20T15:45:05.727Z] #29 9.090 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-01-20T15:45:05.727Z] #29 9.109 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-01-20T15:45:05.727Z] #29 9.122 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-01-20T15:45:05.727Z] #29 9.134 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2022-01-20T15:45:05.727Z] #29 9.147 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-01-20T15:45:05.727Z] #29 9.162 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2022-01-20T15:45:05.727Z] #29 9.182 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-01-20T15:45:05.727Z] #29 9.198 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-01-20T15:45:05.727Z] #29 9.214 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-20T15:45:05.727Z] #29 9.227 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-20T15:45:05.727Z] #29 9.244 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-01-20T15:45:05.727Z] #29 9.263 Setting up ca-certificates (20210119) ... [2022-01-20T15:45:05.727Z] #29 10.02 Updating certificates in /etc/ssl/certs... [2022-01-20T15:45:05.727Z] #29 ... [2022-01-20T15:45:05.727Z] [2022-01-20T15:45:05.727Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:45:05.728Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:45:06.142Z] #20 53.25 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-01-20T15:45:06.142Z] #20 53.25 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:45:06.142Z] #20 53.26 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:45:07.529Z] #20 54.81 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-01-20T15:45:07.529Z] #20 54.82 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:45:07.529Z] #20 54.82 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-20T15:45:08.300Z] #11 extracting sha256:6e1d20a8313edd44a36cb9198f4d11ac5eedb41d1faf5e8a33c5a0a5a25d2b92 4.5s done [2022-01-20T15:45:08.867Z] #11 extracting sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 [2022-01-20T15:45:08.913Z] #20 56.48 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-01-20T15:45:08.913Z] #20 56.49 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:45:08.913Z] #20 56.49 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:45:09.013Z] ok github.com/docker/docker/pkg/chrootarchive 2.508s coverage: 43.5% of statements [2022-01-20T15:45:09.013Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-01-20T15:45:09.013Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-01-20T15:45:09.013Z] ok github.com/docker/docker/layer 7.404s coverage: 68.8% of statements [2022-01-20T15:45:09.013Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-20T15:45:09.013Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-20T15:45:09.013Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-20T15:45:09.013Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-20T15:45:09.013Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-20T15:45:09.013Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-20T15:45:09.013Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-20T15:45:09.435Z] #11 ... [2022-01-20T15:45:09.435Z] [2022-01-20T15:45:09.435Z] #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-01-20T15:45:09.435Z] #29 sha256:39bcb803db3fb62875203216ca39406b318edba942ba3bef5bd533f59ce21ed1 [2022-01-20T15:45:09.435Z] #29 10.82 129 added, 0 removed; done. [2022-01-20T15:45:09.435Z] #29 10.91 Setting up jq (1.6-2.1) ... [2022-01-20T15:45:09.435Z] #29 10.92 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-01-20T15:45:09.435Z] #29 10.94 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-01-20T15:45:09.435Z] #29 10.95 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:45:09.435Z] #29 10.97 Processing triggers for ca-certificates (20210119) ... [2022-01-20T15:45:09.435Z] #29 10.98 Updating certificates in /etc/ssl/certs... [2022-01-20T15:45:09.435Z] #29 11.61 0 added, 0 removed; done. [2022-01-20T15:45:09.435Z] #29 11.61 Running hooks in /etc/ca-certificates/update.d... [2022-01-20T15:45:09.435Z] #29 11.61 done. [2022-01-20T15:45:09.435Z] #29 DONE 14.3s [2022-01-20T15:45:09.435Z] [2022-01-20T15:45:09.435Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:45:09.435Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:45:09.577Z] ok github.com/docker/docker/pkg/fileutils 0.008s coverage: 84.8% of statements [2022-01-20T15:45:09.578Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-01-20T15:45:09.835Z] ok github.com/docker/docker/pkg/fsutils 0.169s coverage: 85.1% of statements [2022-01-20T15:45:09.835Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-01-20T15:45:10.006Z] #11 ... [2022-01-20T15:45:10.006Z] [2022-01-20T15:45:10.006Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-01-20T15:45:10.006Z] #30 sha256:253a9771f655a8a7df582c3845dd2c5c79d813a05616212958cb3dc673010a3b [2022-01-20T15:45:10.006Z] #30 DONE 0.5s [2022-01-20T15:45:10.006Z] [2022-01-20T15:45:10.006Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.6-bullseye@sha256:9398cab51b551e0eb1b50a3e0478e0f9918ac892aa7d8d2341fb2cd299f4f513 [2022-01-20T15:45:10.006Z] #11 sha256:016916f229fb05e05dc0bbadbcde8c81dd65cf51ffcd866461493a7e651dc741 [2022-01-20T15:45:10.767Z] ok github.com/docker/docker/pkg/idtools 0.291s coverage: 69.5% of statements [2022-01-20T15:45:11.025Z] ok github.com/docker/docker/pkg/ioutils 0.391s coverage: 71.5% of statements [2022-01-20T15:45:11.025Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2022-01-20T15:45:11.025Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-20T15:45:11.025Z] ok github.com/docker/docker/pkg/longpath 0.003s coverage: 100.0% of statements [2022-01-20T15:45:11.025Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-01-20T15:45:11.025Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-20T15:45:11.090Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-20T15:45:11.283Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-01-20T15:45:11.283Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-20T15:45:11.283Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-01-20T15:45:11.540Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-01-20T15:45:11.798Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-01-20T15:45:11.798Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2022-01-20T15:45:11.798Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-20T15:45:11.798Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-20T15:45:12.363Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.016s coverage: 56.8% of statements [2022-01-20T15:45:12.621Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-01-20T15:45:12.879Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-01-20T15:45:13.115Z] #20 60.22 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-01-20T15:45:13.115Z] #20 60.23 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:45:13.115Z] #20 60.23 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:45:13.136Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2022-01-20T15:45:14.200Z] #11 extracting sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 5.0s [2022-01-20T15:45:14.318Z] #20 61.83 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-01-20T15:45:14.318Z] #20 61.84 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-01-20T15:45:14.318Z] #20 61.85 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-20T15:45:14.318Z] #20 61.91 Selecting previously unselected package libapparmor1:amd64. [2022-01-20T15:45:14.318Z] #20 61.91 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-01-20T15:45:14.318Z] #20 61.92 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-01-20T15:45:14.318Z] #20 61.97 Selecting previously unselected package libapparmor-dev:amd64. [2022-01-20T15:45:14.318Z] #20 61.98 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-01-20T15:45:14.318Z] #20 61.98 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-20T15:45:14.318Z] #20 62.05 Selecting previously unselected package libbtrfs0:amd64. [2022-01-20T15:45:14.318Z] #20 62.06 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-20T15:45:14.318Z] #20 62.06 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:45:14.574Z] ok github.com/docker/docker/pkg/pubsub 1.045s coverage: 75.0% of statements [2022-01-20T15:45:14.574Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2022-01-20T15:45:14.578Z] #20 62.13 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-20T15:45:14.578Z] #20 62.14 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-20T15:45:14.578Z] #20 62.15 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:45:14.579Z] #20 62.25 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-01-20T15:45:14.579Z] #20 62.25 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:45:14.579Z] #20 62.25 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:45:14.579Z] #20 62.29 Selecting previously unselected package libudev-dev:amd64. [2022-01-20T15:45:14.579Z] #20 62.29 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-01-20T15:45:14.579Z] #20 62.30 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-01-20T15:45:14.840Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-01-20T15:45:14.840Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-01-20T15:45:14.840Z] #20 62.39 Selecting previously unselected package libsepol1-dev:amd64. [2022-01-20T15:45:14.840Z] #20 62.40 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-01-20T15:45:14.840Z] #20 62.40 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-01-20T15:45:14.841Z] #20 62.52 Selecting previously unselected package libpcre2-16-0:amd64. [2022-01-20T15:45:14.841Z] #20 62.52 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-01-20T15:45:14.841Z] #20 62.52 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-01-20T15:45:14.841Z] #20 62.61 Selecting previously unselected package libpcre2-32-0:amd64. [2022-01-20T15:45:15.098Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-01-20T15:45:15.101Z] #20 62.62 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-01-20T15:45:15.101Z] #20 62.63 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-01-20T15:45:15.101Z] #20 62.71 Selecting previously unselected package libpcre2-posix2:amd64. [2022-01-20T15:45:15.101Z] #20 62.72 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-01-20T15:45:15.101Z] #20 62.73 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-01-20T15:45:15.102Z] #20 62.77 Selecting previously unselected package libpcre2-dev:amd64. [2022-01-20T15:45:15.102Z] #20 62.78 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-01-20T15:45:15.102Z] #20 62.79 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-01-20T15:45:15.102Z] #20 62.97 Selecting previously unselected package libselinux1-dev:amd64. [2022-01-20T15:45:15.102Z] #20 ... [2022-01-20T15:45:15.102Z] [2022-01-20T15:45:15.102Z] #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-01-20T15:45:15.102Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:45:15.102Z] #67 12.01 + cd /tmp/tmp.fKa9iiS2rO/src/github.com/containerd/containerd [2022-01-20T15:45:15.102Z] #67 12.01 + git checkout -q v1.5.9 [2022-01-20T15:45:15.102Z] #67 12.41 + export 'BUILDTAGS=netgo osusergo static_build' [2022-01-20T15:45:15.102Z] #67 12.41 + BUILDTAGS='netgo osusergo static_build' [2022-01-20T15:45:15.102Z] #67 12.41 + export EXTRA_FLAGS=-buildmode=pie [2022-01-20T15:45:15.102Z] #67 12.42 + EXTRA_FLAGS=-buildmode=pie [2022-01-20T15:45:15.102Z] #67 12.42 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-01-20T15:45:15.102Z] #67 12.42 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-01-20T15:45:15.102Z] #67 12.42 + '[' '' = dynamic ']' [2022-01-20T15:45:15.102Z] #67 12.42 + make [2022-01-20T15:45:15.102Z] #67 13.13 + bin/ctr [2022-01-20T15:45:15.355Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-01-20T15:45:15.362Z] #67 ... [2022-01-20T15:45:15.362Z] [2022-01-20T15:45:15.362Z] #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-01-20T15:45:15.362Z] #20 sha256:0e7d4b378268740fde2ef02280cca54ed9100434ef5bd9ec7be26d55190ec00b [2022-01-20T15:45:15.362Z] #20 62.97 Selecting previously unselected package libselinux1-dev:amd64. [2022-01-20T15:45:15.362Z] #20 62.99 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-01-20T15:45:15.362Z] #20 62.99 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-01-20T15:45:15.362Z] #20 63.08 Selecting previously unselected package libdevmapper-dev:amd64. [2022-01-20T15:45:15.362Z] #20 63.08 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:45:15.362Z] #20 63.09 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:45:15.362Z] #20 63.13 Selecting previously unselected package libseccomp-dev:amd64. [2022-01-20T15:45:15.362Z] #20 63.14 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-01-20T15:45:15.362Z] #20 63.14 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-20T15:45:15.362Z] #20 63.20 Selecting previously unselected package libsystemd-dev:amd64. [2022-01-20T15:45:15.624Z] #20 63.20 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-01-20T15:45:15.624Z] #20 63.21 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-01-20T15:45:15.624Z] #20 63.40 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-20T15:45:15.624Z] #20 63.41 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-01-20T15:45:15.624Z] #20 63.43 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-20T15:45:15.624Z] #20 63.44 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-01-20T15:45:15.624Z] #20 63.45 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-20T15:45:15.885Z] #20 63.46 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-01-20T15:45:15.885Z] #20 63.47 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:45:15.885Z] #20 63.48 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-01-20T15:45:15.885Z] #20 63.50 Setting up libudev-dev:amd64 (247.3-6) ... [2022-01-20T15:45:15.885Z] #20 63.51 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-01-20T15:45:15.885Z] #20 63.52 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-20T15:45:15.885Z] #20 63.54 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:45:15.885Z] #20 63.56 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-20T15:45:15.885Z] #20 63.57 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-20T15:45:15.885Z] #20 63.58 Setting up mingw-w64-common (8.0.0-1) ... [2022-01-20T15:45:15.885Z] #20 63.59 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-01-20T15:45:15.885Z] #20 63.61 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-20T15:45:15.885Z] #20 63.62 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-01-20T15:45:15.885Z] #20 63.64 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-01-20T15:45:15.885Z] #20 63.65 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-20T15:45:15.885Z] #20 63.67 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:45:15.920Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 50.7% of statements [2022-01-20T15:45:16.146Z] #20 63.68 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-01-20T15:45:16.146Z] #20 63.69 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:45:16.146Z] #20 63.70 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-01-20T15:45:16.146Z] #20 63.71 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-20T15:45:16.146Z] #20 63.72 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:45:16.146Z] #20 63.73 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-01-20T15:45:16.146Z] #20 63.73 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:45:16.146Z] #20 63.75 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-20T15:45:16.146Z] #20 63.77 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:45:16.146Z] #20 63.78 Setting up dmsetup (2:1.02.175-2.1) ... [2022-01-20T15:45:16.146Z] #20 63.79 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:45:16.146Z] #20 63.80 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:45:16.146Z] #20 63.82 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:45:16.178Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2022-01-20T15:45:16.435Z] ok github.com/docker/docker/pkg/tailfile 0.042s coverage: 88.6% of statements [2022-01-20T15:45:16.735Z] #11 extracting sha256:0de4ec44fc3ed288a7a70b666da00df2ec11c768c12d4973ead63e3e3a6a0859 7.8s done [2022-01-20T15:45:16.735Z] #11 extracting sha256:6432567af305a4304605a3dc4b2de74851afd22731ddf7249b96a7a740d317cf done [2022-01-20T15:45:16.994Z] #11 DONE 32.7s [2022-01-20T15:45:16.994Z] [2022-01-20T15:45:16.994Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-01-20T15:45:16.994Z] #12 sha256:03cbbbe5264556b234ae858dd69330bbf0ae57a83384a975fb14f1ae7c737f06 [2022-01-20T15:45:16.999Z] ok github.com/docker/docker/pkg/tarsum 0.051s coverage: 89.3% of statements [2022-01-20T15:45:16.999Z] coverage: [no statements] [2022-01-20T15:45:16.999Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-01-20T15:45:17.532Z] #20 DONE 65.1s [2022-01-20T15:45:17.532Z] [2022-01-20T15:45:17.532Z] #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-01-20T15:45:17.532Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:45:17.532Z] #67 ... [2022-01-20T15:45:17.532Z] [2022-01-20T15:45:17.532Z] #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-01-20T15:45:17.532Z] #21 sha256:99941ceab30114e1ff6211337aa5ca0b3aadbb6a9bc677f2e7e78c1f8cb561be [2022-01-20T15:45:17.564Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-01-20T15:45:17.564Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-01-20T15:45:17.564Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-01-20T15:45:18.476Z] #21 1.061 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-20T15:45:18.738Z] #21 1.221 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2022-01-20T15:45:18.738Z] #21 1.225 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-20T15:45:19.265Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-20T15:45:19.462Z] ok github.com/docker/docker/plugin 0.513s coverage: 23.2% of statements [2022-01-20T15:45:19.525Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-20T15:45:19.531Z] #12 DONE 2.1s [2022-01-20T15:45:19.531Z] [2022-01-20T15:45:19.531Z] #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-01-20T15:45:19.531Z] #31 sha256:2404eaf7e16f46a117a3a3325558aa4d01c1f74e611ef1e1df234c250abda682 [2022-01-20T15:45:19.531Z] #31 1.643 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-01-20T15:45:19.531Z] #31 1.908 [2022-01-20T15:45:19.531Z] #31 2.128 #=#=# ######################################################################## 100.0% [2022-01-20T15:45:19.531Z] #31 2.397 [2022-01-20T15:45:19.531Z] #31 3.281 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-01-20T15:45:19.531Z] #31 3.546 [2022-01-20T15:45:19.531Z] #31 3.767 #=#=# ### 5.0% ######################################################################## 100.0% [2022-01-20T15:45:19.531Z] #31 4.133 [2022-01-20T15:45:19.531Z] #31 5.025 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-01-20T15:45:19.531Z] #31 5.294 [2022-01-20T15:45:19.531Z] #31 5.513 #=#=# ################### 26.5% ########################################## 58.6% ################################################################# 90.3% ######################################################################## 100.0% [2022-01-20T15:45:19.531Z] #31 6.064 [2022-01-20T15:45:19.531Z] #31 6.958 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-01-20T15:45:19.531Z] #31 7.165 [2022-01-20T15:45:19.531Z] #31 7.379 #=#=# ######################################################################## 100.0% [2022-01-20T15:45:19.531Z] #31 7.597 [2022-01-20T15:45:19.531Z] #31 8.125 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-01-20T15:45:19.531Z] #31 8.309 [2022-01-20T15:45:19.531Z] #31 8.523 #=#=# ######################################################################## 100.0% [2022-01-20T15:45:19.531Z] #31 8.739 [2022-01-20T15:45:19.531Z] #31 8.778 Download of images into '/build' complete. [2022-01-20T15:45:19.531Z] #31 8.778 Use something like the following to load the result into a Docker daemon: [2022-01-20T15:45:19.531Z] #31 8.778 tar -cC '/build' . | docker load [2022-01-20T15:45:19.531Z] #31 DONE 9.2s [2022-01-20T15:45:19.531Z] [2022-01-20T15:45:19.531Z] #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-01-20T15:45:19.531Z] #13 sha256:f7735ec6592b88b649d66ab2e69ea6a2b3398928bf58462994f70520fbe88fcc [2022-01-20T15:45:19.719Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.4% of statements [2022-01-20T15:45:19.790Z] #13 DONE 0.7s [2022-01-20T15:45:19.790Z] [2022-01-20T15:45:19.790Z] #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-01-20T15:45:19.790Z] #36 sha256:e3b06d2cc729b500db80a4f8f2b9ef144764be859b05cce2d047165ef878a07d [2022-01-20T15:45:19.976Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 86.0% of statements [2022-01-20T15:45:20.051Z] #36 ... [2022-01-20T15:45:20.051Z] [2022-01-20T15:45:20.051Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-01-20T15:45:20.051Z] #33 sha256:98d5654ceec952420a8b3d953715f6f9a47e2f6532f7388f73e17751e924a797 [2022-01-20T15:45:20.051Z] #33 DONE 0.2s [2022-01-20T15:45:20.051Z] [2022-01-20T15:45:20.051Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-01-20T15:45:20.051Z] #42 sha256:6df18a1cbf32ae0dbb54fd86536fa70fef801c693fabf8ca94b397d501658057 [2022-01-20T15:45:20.051Z] #42 DONE 0.2s [2022-01-20T15:45:20.051Z] [2022-01-20T15:45:20.051Z] #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-01-20T15:45:20.051Z] #46 sha256:7637d72c282c0da148c4c3fca0d2b40d5aa304f92b36b3602e1d88b10226c023 [2022-01-20T15:45:20.051Z] #46 DONE 0.2s [2022-01-20T15:45:20.051Z] [2022-01-20T15:45:20.051Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-01-20T15:45:20.051Z] #25 sha256:da2a1ac1771d4a09562d0c333e0c0aec3ccdd2da72d74dadc4e546816093c083 [2022-01-20T15:45:20.051Z] #25 DONE 0.3s [2022-01-20T15:45:20.051Z] [2022-01-20T15:45:20.051Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-01-20T15:45:20.051Z] #62 sha256:acfa480aced35b543efdaa110721a01f47d146e0933f10c6da70dec44749bb36 [2022-01-20T15:45:20.051Z] #62 DONE 0.3s [2022-01-20T15:45:20.051Z] [2022-01-20T15:45:20.051Z] #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-01-20T15:45:20.051Z] #63 sha256:eceb82a2fee050eb23d3451b1abc5af0d0ab1af7012f05af6c55b4aeb1039616 [2022-01-20T15:45:20.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-20T15:45:21.039Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-20T15:45:21.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-20T15:45:21.349Z] ok github.com/docker/docker/quota 0.243s coverage: 71.4% of statements [2022-01-20T15:45:21.606Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2022-01-20T15:45:22.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-20T15:45:22.540Z] ok github.com/docker/docker/registry 0.052s coverage: 58.3% of statements [2022-01-20T15:45:22.798Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2022-01-20T15:45:23.055Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2022-01-20T15:45:23.620Z] ok github.com/docker/docker/runconfig 0.006s coverage: 65.7% of statements [2022-01-20T15:45:23.878Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-01-20T15:45:24.251Z] #63 3.756 + RM_GOPATH=0 [2022-01-20T15:45:24.251Z] #63 3.759 + TMP_GOPATH= [2022-01-20T15:45:24.251Z] #63 3.759 + : /build [2022-01-20T15:45:24.251Z] #63 3.759 + '[' -z '' ']' [2022-01-20T15:45:24.251Z] #63 3.765 ++ mktemp -d [2022-01-20T15:45:24.251Z] #63 3.771 + export GOPATH=/tmp/tmp.Lefks4FaHm [2022-01-20T15:45:24.251Z] #63 3.772 + GOPATH=/tmp/tmp.Lefks4FaHm [2022-01-20T15:45:24.251Z] #63 3.772 + RM_GOPATH=1 [2022-01-20T15:45:24.251Z] #63 3.772 + case "$(go env GOARCH)" in [2022-01-20T15:45:24.251Z] #63 3.777 ++ go env GOARCH [2022-01-20T15:45:24.251Z] #63 3.792 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:24.251Z] #63 3.792 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:24.251Z] #63 3.792 ++ dirname /install.sh [2022-01-20T15:45:24.251Z] #63 3.798 + dir=/ [2022-01-20T15:45:24.251Z] #63 3.799 + bin=rootlesskit [2022-01-20T15:45:24.251Z] #63 3.799 + shift [2022-01-20T15:45:24.251Z] #63 3.799 + '[' '!' -f //rootlesskit.installer ']' [2022-01-20T15:45:24.251Z] #63 3.799 + . //rootlesskit.installer [2022-01-20T15:45:24.251Z] #63 3.799 ++ : v0.14.6 [2022-01-20T15:45:24.251Z] #63 3.800 + install_rootlesskit [2022-01-20T15:45:24.251Z] #63 3.800 + case "$1" in [2022-01-20T15:45:24.251Z] #63 3.800 + export CGO_ENABLED=0 [2022-01-20T15:45:24.251Z] #63 3.800 + CGO_ENABLED=0 [2022-01-20T15:45:24.251Z] #63 3.801 + _install_rootlesskit [2022-01-20T15:45:24.251Z] #63 3.801 + echo 'Install rootlesskit version v0.14.6' [2022-01-20T15:45:24.251Z] #63 3.806 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-20T15:45:24.251Z] #63 3.806 + GOBIN=/build [2022-01-20T15:45:24.251Z] #63 3.806 Install rootlesskit version v0.14.6 [2022-01-20T15:45:24.251Z] #63 3.807 + GO111MODULE=on [2022-01-20T15:45:24.251Z] #63 3.807 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-01-20T15:45:24.290Z] #21 1.553 Reading package lists... [2022-01-20T15:45:24.511Z] #63 4.309 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-01-20T15:45:24.785Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-20T15:45:25.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-20T15:45:26.402Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-01-20T15:45:26.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-20T15:45:26.692Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-20T15:45:26.967Z] ok github.com/docker/docker/volume/local 0.084s coverage: 76.4% of statements [2022-01-20T15:45:27.069Z] #63 7.011 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-20T15:45:27.069Z] #63 7.032 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-01-20T15:45:27.475Z] Running on azwin-2-36ef30 in d:\jenkins\workspace\moby_PR-43142 [Pipeline] { [Pipeline] ws [2022-01-20T15:45:27.496Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-01-20T15:45:27.532Z] ok github.com/docker/docker/volume/mounts 0.010s coverage: 67.7% of statements [2022-01-20T15:45:27.635Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-20T15:45:27.638Z] #63 7.567 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-01-20T15:45:27.995Z] Running on azwin-2-f55b50 in d:\jenkins\workspace\moby_PR-43142 [Pipeline] { [Pipeline] ws [2022-01-20T15:45:28.040Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-01-20T15:45:28.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-20T15:45:28.469Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2022-01-20T15:45:28.574Z] #21 6.078 Reading package lists... [2022-01-20T15:45:29.146Z] #21 10.60 Building dependency tree... [2022-01-20T15:45:29.146Z] #21 11.67 Reading state information... [2022-01-20T15:45:29.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-20T15:45:29.497Z] The recommended git tool is: git [2022-01-20T15:45:30.093Z] #21 12.66 The following additional packages will be installed: [2022-01-20T15:45:30.093Z] #21 12.66 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-01-20T15:45:30.093Z] #21 12.66 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-01-20T15:45:30.093Z] #21 12.66 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-01-20T15:45:30.093Z] #21 12.66 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-01-20T15:45:30.093Z] #21 12.66 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-01-20T15:45:30.093Z] #21 12.66 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2022-01-20T15:45:30.093Z] #21 12.67 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2022-01-20T15:45:30.093Z] #21 12.68 Suggested packages: [2022-01-20T15:45:30.093Z] #21 12.68 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2022-01-20T15:45:30.093Z] #21 12.68 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2022-01-20T15:45:30.093Z] #21 12.68 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2022-01-20T15:45:30.093Z] #21 12.68 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2022-01-20T15:45:30.093Z] #21 12.68 seccomp:ppc64el seccomp:s390x [2022-01-20T15:45:30.093Z] #21 12.68 Recommended packages: [2022-01-20T15:45:30.093Z] #21 12.68 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2022-01-20T15:45:30.093Z] #21 12.68 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2022-01-20T15:45:30.093Z] #21 12.68 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2022-01-20T15:45:30.093Z] #21 12.68 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2022-01-20T15:45:30.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-20T15:45:30.188Z] #63 ... [2022-01-20T15:45:30.188Z] [2022-01-20T15:45:30.188Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:45:30.188Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:45:30.188Z] #51 4.209 go: downloading github.com/golangci/golangci-lint v1.23.8 [2022-01-20T15:45:30.188Z] #51 9.948 go: downloading github.com/fatih/color v1.7.0 [2022-01-20T15:45:30.188Z] #51 9.959 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2022-01-20T15:45:30.188Z] #51 10.03 go: downloading github.com/pkg/errors v0.8.1 [2022-01-20T15:45:30.188Z] #51 10.06 go: downloading github.com/spf13/cobra v0.0.5 [2022-01-20T15:45:30.188Z] #51 10.11 go: downloading github.com/spf13/pflag v1.0.5 [2022-01-20T15:45:30.188Z] #51 ... [2022-01-20T15:45:30.188Z] [2022-01-20T15:45:30.188Z] #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-01-20T15:45:30.188Z] #38 sha256:286dcb8eb3ea84eeab5a0e876e418fee7ff1abb4d83870130e087389c6a35999 [2022-01-20T15:45:30.188Z] #38 4.153 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-20T15:45:30.188Z] #38 4.183 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:45:30.188Z] #38 4.184 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-20T15:45:30.188Z] #38 4.720 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-20T15:45:30.188Z] #38 6.445 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:45:30.188Z] #38 8.477 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-01-20T15:45:30.188Z] #38 ... [2022-01-20T15:45:30.188Z] [2022-01-20T15:45:30.188Z] #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-01-20T15:45:30.188Z] #43 sha256:76944249cecba13870a8649d0eebcf3a28556913abfe2b53480837c4f26c1011 [2022-01-20T15:45:30.188Z] #43 3.435 + git clone https://github.com/docker/distribution.git . [2022-01-20T15:45:30.188Z] #43 3.435 Cloning into '.'... [2022-01-20T15:45:30.188Z] #43 ... [2022-01-20T15:45:30.188Z] [2022-01-20T15:45:30.188Z] #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-01-20T15:45:30.188Z] #53 sha256:aa54a61e59505073eec406052f5ff896ab764d94fa0b9ccff610139d7b0cdc04 [2022-01-20T15:45:30.188Z] #53 4.170 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-01-20T15:45:30.188Z] #53 5.259 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-01-20T15:45:30.188Z] #53 5.291 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-01-20T15:45:30.188Z] #53 5.357 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-01-20T15:45:30.188Z] #53 7.009 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-01-20T15:45:30.354Z] #21 13.10 The following NEW packages will be installed: [2022-01-20T15:45:30.354Z] #21 13.10 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2022-01-20T15:45:30.448Z] #53 ... [2022-01-20T15:45:30.448Z] [2022-01-20T15:45:30.448Z] #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-01-20T15:45:30.448Z] #58 sha256:2863a34a8394af6d04c11f3d9e339f77039fc9082de27c8735be89ab11429dd4 [2022-01-20T15:45:30.448Z] #58 2.457 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-20T15:45:30.448Z] #58 2.468 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:45:30.448Z] #58 2.469 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-20T15:45:30.448Z] #58 2.693 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-20T15:45:30.448Z] #58 3.091 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:45:30.448Z] #58 4.055 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-01-20T15:45:30.448Z] #58 ... [2022-01-20T15:45:30.448Z] [2022-01-20T15:45:30.448Z] #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-01-20T15:45:30.448Z] #34 sha256:9fe0f3d33a999b153a8e31cd4d91505945385bf49d44e9974bedbe8d707b997f [2022-01-20T15:45:30.448Z] #34 3.527 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-01-20T15:45:30.448Z] #34 3.529 Cloning into '.'... [2022-01-20T15:45:30.615Z] #21 13.10 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2022-01-20T15:45:30.615Z] #21 13.10 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2022-01-20T15:45:30.615Z] #21 13.10 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2022-01-20T15:45:30.616Z] #21 13.10 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2022-01-20T15:45:30.616Z] #21 13.10 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2022-01-20T15:45:30.616Z] #21 13.11 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2022-01-20T15:45:30.616Z] #21 13.11 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2022-01-20T15:45:30.616Z] #21 13.11 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2022-01-20T15:45:30.616Z] #21 13.11 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2022-01-20T15:45:30.616Z] #21 13.11 libseccomp2:ppc64el libseccomp2:s390x [2022-01-20T15:45:30.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-20T15:45:30.708Z] #34 ... [2022-01-20T15:45:30.708Z] [2022-01-20T15:45:30.708Z] #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-01-20T15:45:30.708Z] #26 sha256:5db2c12a1772ddc9084a16997d0664a25575021dbca80d20e9fa289c59ac9d95 [2022-01-20T15:45:30.708Z] #26 3.750 + RM_GOPATH=0 [2022-01-20T15:45:30.708Z] #26 3.750 + TMP_GOPATH= [2022-01-20T15:45:30.708Z] #26 3.750 + : /build [2022-01-20T15:45:30.708Z] #26 3.751 + '[' -z '' ']' [2022-01-20T15:45:30.708Z] #26 3.752 ++ mktemp -d [2022-01-20T15:45:30.708Z] #26 3.754 + export GOPATH=/tmp/tmp.1AQtp0lJBc [2022-01-20T15:45:30.708Z] #26 3.754 + GOPATH=/tmp/tmp.1AQtp0lJBc [2022-01-20T15:45:30.708Z] #26 3.754 + RM_GOPATH=1 [2022-01-20T15:45:30.708Z] #26 3.754 + case "$(go env GOARCH)" in [2022-01-20T15:45:30.708Z] #26 3.755 ++ go env GOARCH [2022-01-20T15:45:30.708Z] #26 3.774 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:30.708Z] #26 3.774 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:30.708Z] #26 3.775 ++ dirname /install.sh [2022-01-20T15:45:30.708Z] #26 3.797 + dir=/ [2022-01-20T15:45:30.708Z] #26 3.799 + bin=dockercli [2022-01-20T15:45:30.708Z] #26 3.799 + shift [2022-01-20T15:45:30.708Z] #26 3.800 + '[' '!' -f //dockercli.installer ']' [2022-01-20T15:45:30.708Z] #26 3.800 + . //dockercli.installer [2022-01-20T15:45:30.708Z] #26 3.801 ++ : stable [2022-01-20T15:45:30.708Z] #26 3.801 ++ : 17.06.2-ce [2022-01-20T15:45:30.708Z] #26 3.802 + install_dockercli [2022-01-20T15:45:30.708Z] #26 3.802 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-01-20T15:45:30.708Z] #26 3.802 Install docker/cli version 17.06.2-ce from stable [2022-01-20T15:45:30.708Z] #26 3.803 ++ uname -m [2022-01-20T15:45:30.708Z] #26 3.806 + arch=x86_64 [2022-01-20T15:45:30.708Z] #26 3.806 + '[' x86_64 '!=' x86_64 ']' [2022-01-20T15:45:30.708Z] #26 3.806 + url=https://download.docker.com/linux/static [2022-01-20T15:45:30.708Z] #26 3.807 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-01-20T15:45:30.708Z] #26 3.807 + tar -xz docker/docker [2022-01-20T15:45:30.708Z] #26 ... [2022-01-20T15:45:30.708Z] [2022-01-20T15:45:30.708Z] #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-01-20T15:45:30.708Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:45:30.708Z] #14 3.162 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-20T15:45:30.708Z] #14 3.191 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:45:30.708Z] #14 3.191 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-20T15:45:30.708Z] #14 3.628 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-20T15:45:30.708Z] #14 4.601 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:45:30.708Z] #14 6.492 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-01-20T15:45:30.875Z] The recommended git tool is: git [2022-01-20T15:45:30.877Z] #21 13.46 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:45:30.877Z] #21 13.46 Need to get 15.9 MB of archives. [2022-01-20T15:45:30.877Z] #21 13.46 After this operation, 73.0 MB of additional disk space will be used. [2022-01-20T15:45:30.877Z] #21 13.46 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2022-01-20T15:45:30.877Z] #21 13.46 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2022-01-20T15:45:30.877Z] #21 13.47 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2022-01-20T15:45:30.877Z] #21 13.48 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2022-01-20T15:45:30.877Z] #21 13.48 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2022-01-20T15:45:30.877Z] #21 13.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2022-01-20T15:45:30.877Z] #21 13.48 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2022-01-20T15:45:30.877Z] #21 13.48 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u2 [2448 kB] [2022-01-20T15:45:30.974Z] #14 ... [2022-01-20T15:45:30.974Z] [2022-01-20T15:45:30.974Z] #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-01-20T15:45:30.974Z] #47 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:45:30.974Z] #47 3.908 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-20T15:45:30.974Z] #47 3.952 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:45:30.974Z] #47 3.952 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-20T15:45:30.974Z] #47 4.482 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-01-20T15:45:30.974Z] #47 4.705 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-20T15:45:30.974Z] #47 6.598 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:45:30.974Z] #47 8.500 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-01-20T15:45:30.974Z] #47 10.56 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-01-20T15:45:30.974Z] #47 ... [2022-01-20T15:45:30.974Z] [2022-01-20T15:45:30.974Z] #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-01-20T15:45:30.974Z] #49 sha256:77cb706d755e16aea54301fa925fe1a91b1df361756934152b11e5eb1aa5503b [2022-01-20T15:45:30.974Z] #49 3.866 go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-20T15:45:30.974Z] #49 5.308 go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-20T15:45:30.974Z] #49 5.311 go: downloading github.com/fatih/color v1.10.0 [2022-01-20T15:45:30.974Z] #49 5.333 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-20T15:45:30.974Z] #49 5.448 go: downloading github.com/pkg/errors v0.9.1 [2022-01-20T15:45:30.974Z] #49 5.767 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-20T15:45:30.974Z] #49 5.775 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-20T15:45:30.974Z] #49 5.876 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-20T15:45:30.974Z] #49 5.986 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-20T15:45:30.974Z] #49 6.038 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-20T15:45:30.974Z] #49 6.088 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-20T15:45:30.974Z] #49 6.176 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-20T15:45:30.974Z] #49 6.341 go: downloading golang.org/x/tools v0.1.0 [2022-01-20T15:45:31.137Z] #21 13.57 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2022-01-20T15:45:31.137Z] #21 13.57 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2022-01-20T15:45:31.137Z] #21 13.57 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2022-01-20T15:45:31.137Z] #21 13.57 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2022-01-20T15:45:31.137Z] #21 13.57 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u2 [2831 kB] [2022-01-20T15:45:31.137Z] #21 13.64 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2022-01-20T15:45:31.137Z] #21 13.65 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2022-01-20T15:45:31.137Z] #21 13.65 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2022-01-20T15:45:31.137Z] #21 13.65 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2022-01-20T15:45:31.137Z] #21 13.66 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u2 [2333 kB] [2022-01-20T15:45:31.137Z] #21 13.70 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2022-01-20T15:45:31.137Z] #21 13.70 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2022-01-20T15:45:31.137Z] #21 13.70 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2022-01-20T15:45:31.137Z] #21 13.71 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2022-01-20T15:45:31.137Z] #21 13.71 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u2 [2458 kB] [2022-01-20T15:45:31.233Z] #49 ... [2022-01-20T15:45:31.233Z] [2022-01-20T15:45:31.233Z] #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-01-20T15:45:31.233Z] #58 sha256:2863a34a8394af6d04c11f3d9e339f77039fc9082de27c8735be89ab11429dd4 [2022-01-20T15:45:31.233Z] #58 11.35 Fetched 8493 kB in 9s (923 kB/s) [2022-01-20T15:45:31.398Z] #21 13.81 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2022-01-20T15:45:31.398Z] #21 13.83 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2022-01-20T15:45:31.398Z] #21 13.83 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2022-01-20T15:45:31.398Z] #21 13.86 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2022-01-20T15:45:31.398Z] #21 13.86 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u2 [2338 kB] [2022-01-20T15:45:31.398Z] #21 13.89 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2022-01-20T15:45:31.398Z] #21 13.89 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2022-01-20T15:45:31.398Z] #21 13.90 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB] [2022-01-20T15:45:31.398Z] #21 13.90 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB] [2022-01-20T15:45:31.398Z] #21 13.90 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB] [2022-01-20T15:45:31.398Z] #21 13.93 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB] [2022-01-20T15:45:31.398Z] #21 13.93 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB] [2022-01-20T15:45:31.398Z] #21 13.93 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB] [2022-01-20T15:45:31.398Z] #21 13.93 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB] [2022-01-20T15:45:31.398Z] #21 13.93 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB] [2022-01-20T15:45:31.398Z] #21 13.93 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB] [2022-01-20T15:45:31.398Z] #21 13.93 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB] [2022-01-20T15:45:31.605Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-20T15:45:31.605Z] Using test binary docker [2022-01-20T15:45:31.605Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-20T15:45:31.605Z] Starting apparmor (via systemctl): apparmor.service. [2022-01-20T15:45:31.605Z] INFO: Waiting for daemon to start... [2022-01-20T15:45:31.605Z] Starting dockerd [2022-01-20T15:45:31.969Z] #21 14.52 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:45:32.229Z] #21 14.76 Fetched 15.9 MB in 1s (20.8 MB/s) [2022-01-20T15:45:32.229Z] #21 14.82 Selecting previously unselected package gcc-10-base:armel. [2022-01-20T15:45:32.229Z] #21 14.82 (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-01-20T15:45:32.229Z] #21 14.85 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2022-01-20T15:45:32.229Z] #21 14.87 Unpacking gcc-10-base:armel (10.2.1-6) ... [2022-01-20T15:45:32.229Z] #21 14.97 Selecting previously unselected package gcc-10-base:armhf. [2022-01-20T15:45:32.490Z] #21 14.97 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2022-01-20T15:45:32.490Z] #21 15.01 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2022-01-20T15:45:32.750Z] #21 15.24 Selecting previously unselected package gcc-10-base:ppc64el. [2022-01-20T15:45:32.750Z] #21 15.24 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2022-01-20T15:45:32.750Z] #21 15.25 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2022-01-20T15:45:32.750Z] #21 15.35 Selecting previously unselected package gcc-10-base:s390x. [2022-01-20T15:45:32.750Z] #21 15.35 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2022-01-20T15:45:32.750Z] #21 15.36 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2022-01-20T15:45:32.750Z] #21 15.41 Selecting previously unselected package gcc-10-base:arm64. [2022-01-20T15:45:32.750Z] #21 15.41 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2022-01-20T15:45:32.750Z] #21 15.42 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2022-01-20T15:45:32.750Z] #21 15.48 Selecting previously unselected package libgcc-s1:armel. [2022-01-20T15:45:33.011Z] #21 15.49 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2022-01-20T15:45:33.011Z] #21 15.50 Unpacking libgcc-s1:armel (10.2.1-6) ... [2022-01-20T15:45:33.011Z] #21 15.61 Selecting previously unselected package libcrypt1:armel. [2022-01-20T15:45:33.011Z] #21 15.61 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2022-01-20T15:45:33.011Z] #21 15.62 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2022-01-20T15:45:33.050Z] Running on azwin-2-7d8690 in d:\jenkins\workspace\moby_PR-43142 [Pipeline] { [Pipeline] ws [2022-01-20T15:45:33.069Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-01-20T15:45:33.141Z] #58 11.35 Reading package lists... [2022-01-20T15:45:33.141Z] #58 ... [2022-01-20T15:45:33.141Z] [2022-01-20T15:45:33.141Z] #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-01-20T15:45:33.141Z] #26 sha256:5db2c12a1772ddc9084a16997d0664a25575021dbca80d20e9fa289c59ac9d95 [2022-01-20T15:45:33.141Z] #26 11.28 + mkdir -p /build [2022-01-20T15:45:33.141Z] #26 11.28 + mv docker/docker /build/ [2022-01-20T15:45:33.141Z] #26 11.28 + rmdir docker [2022-01-20T15:45:33.141Z] #26 DONE 12.7s [2022-01-20T15:45:33.141Z] [2022-01-20T15:45:33.141Z] #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-01-20T15:45:33.141Z] #63 sha256:eceb82a2fee050eb23d3451b1abc5af0d0ab1af7012f05af6c55b4aeb1039616 [2022-01-20T15:45:33.141Z] #63 10.68 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-01-20T15:45:33.141Z] #63 11.12 go: downloading github.com/google/uuid v1.3.0 [2022-01-20T15:45:33.141Z] #63 11.16 go: downloading github.com/moby/vpnkit v0.5.0 [2022-01-20T15:45:33.141Z] #63 11.19 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-01-20T15:45:33.141Z] #63 11.34 go: downloading github.com/gofrs/flock v0.8.1 [2022-01-20T15:45:33.141Z] #63 11.43 go: downloading github.com/gorilla/mux v1.8.0 [2022-01-20T15:45:33.141Z] #63 11.59 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-20T15:45:33.141Z] #63 12.14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-01-20T15:45:33.141Z] #63 12.21 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-01-20T15:45:33.272Z] #21 15.76 Selecting previously unselected package libc6:armel. [2022-01-20T15:45:33.272Z] #21 15.77 Preparing to unpack .../07-libc6_2.31-13+deb11u2_armel.deb ... [2022-01-20T15:45:33.533Z] #21 15.98 Unpacking libc6:armel (2.31-13+deb11u2) ... [2022-01-20T15:45:33.794Z] #21 16.43 Selecting previously unselected package libapparmor1:armel. [2022-01-20T15:45:33.794Z] #21 16.44 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2022-01-20T15:45:33.794Z] #21 16.45 Unpacking libapparmor1:armel (2.13.6-10) ... [2022-01-20T15:45:34.055Z] #21 16.51 Selecting previously unselected package libapparmor-dev:armel. [2022-01-20T15:45:34.055Z] #21 16.52 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2022-01-20T15:45:34.055Z] #21 16.52 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2022-01-20T15:45:34.055Z] #21 16.59 Selecting previously unselected package libgcc-s1:arm64. [2022-01-20T15:45:34.055Z] #21 16.60 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2022-01-20T15:45:34.055Z] #21 16.61 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2022-01-20T15:45:34.055Z] #21 16.68 Selecting previously unselected package libcrypt1:arm64. [2022-01-20T15:45:34.055Z] #21 16.68 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2022-01-20T15:45:34.055Z] #21 16.69 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2022-01-20T15:45:34.055Z] #21 16.76 Selecting previously unselected package libc6:arm64. [2022-01-20T15:45:34.145Z] . [2022-01-20T15:45:34.145Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-20T15:45:34.145Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-20T15:45:34.145Z] Error: No such image: emptyfs [2022-01-20T15:45:34.145Z] Running integration-test (iteration 1) [2022-01-20T15:45:34.145Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-01-20T15:45:34.145Z] Loaded image: busybox:latest [2022-01-20T15:45:34.316Z] #21 16.77 Preparing to unpack .../12-libc6_2.31-13+deb11u2_arm64.deb ... [2022-01-20T15:45:34.316Z] #21 16.99 Unpacking libc6:arm64 (2.31-13+deb11u2) ... [2022-01-20T15:45:34.405Z] Loaded image: busybox:glibc [2022-01-20T15:45:34.532Z] #63 ... [2022-01-20T15:45:34.532Z] [2022-01-20T15:45:34.532Z] #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-01-20T15:45:34.532Z] #36 sha256:e3b06d2cc729b500db80a4f8f2b9ef144764be859b05cce2d047165ef878a07d [2022-01-20T15:45:34.532Z] #36 4.539 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-01-20T15:45:34.532Z] #36 ... [2022-01-20T15:45:34.532Z] [2022-01-20T15:45:34.532Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:45:34.532Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:45:34.532Z] #51 10.37 go: downloading github.com/spf13/viper v1.6.1 [2022-01-20T15:45:34.532Z] #51 10.63 go: downloading github.com/mattn/go-colorable v0.1.4 [2022-01-20T15:45:34.532Z] #51 10.66 go: downloading github.com/mattn/go-isatty v0.0.8 [2022-01-20T15:45:34.532Z] #51 10.66 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2022-01-20T15:45:34.532Z] #51 10.79 go: downloading github.com/go-critic/go-critic v0.4.1 [2022-01-20T15:45:34.532Z] #51 11.41 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2022-01-20T15:45:34.532Z] #51 11.70 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-01-20T15:45:34.782Z] The recommended git tool is: git [2022-01-20T15:45:34.935Z] #21 17.53 Selecting previously unselected package libapparmor1:arm64. [2022-01-20T15:45:34.935Z] #21 17.54 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2022-01-20T15:45:34.935Z] #21 17.54 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2022-01-20T15:45:34.935Z] #21 17.59 Selecting previously unselected package libapparmor-dev:arm64. [2022-01-20T15:45:34.935Z] #21 17.60 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2022-01-20T15:45:34.935Z] #21 17.61 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2022-01-20T15:45:35.102Z] #51 15.14 go: downloading github.com/sirupsen/logrus v1.4.2 [2022-01-20T15:45:35.102Z] #51 15.22 go: downloading github.com/stretchr/testify v1.4.0 [2022-01-20T15:45:35.102Z] #51 15.26 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2022-01-20T15:45:35.102Z] #51 15.42 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2022-01-20T15:45:35.102Z] #51 15.48 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-01-20T15:45:35.196Z] #21 17.69 Selecting previously unselected package libgcc-s1:s390x. [2022-01-20T15:45:35.196Z] #21 17.70 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2022-01-20T15:45:35.196Z] #21 17.71 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2022-01-20T15:45:35.196Z] #21 17.79 Selecting previously unselected package libcrypt1:s390x. [2022-01-20T15:45:35.196Z] #21 17.79 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2022-01-20T15:45:35.196Z] #21 17.80 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2022-01-20T15:45:35.196Z] #21 17.88 Selecting previously unselected package libc6:s390x. [2022-01-20T15:45:35.196Z] #21 17.88 Preparing to unpack .../17-libc6_2.31-13+deb11u2_s390x.deb ... [2022-01-20T15:45:35.681Z] #51 15.78 go: downloading github.com/magiconair/properties v1.8.1 [2022-01-20T15:45:35.681Z] #51 15.79 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-01-20T15:45:35.681Z] #51 15.92 go: downloading github.com/pelletier/go-toml v1.2.0 [2022-01-20T15:45:35.681Z] #51 ... [2022-01-20T15:45:35.681Z] [2022-01-20T15:45:35.681Z] #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-01-20T15:45:35.681Z] #36 sha256:e3b06d2cc729b500db80a4f8f2b9ef144764be859b05cce2d047165ef878a07d [2022-01-20T15:45:35.681Z] #36 15.88 tomll can be used in two ways: [2022-01-20T15:45:35.681Z] #36 15.88 Writing to STDIN and reading from STDOUT: [2022-01-20T15:45:35.681Z] #36 15.88 cat file.toml | tomll > file.toml [2022-01-20T15:45:35.681Z] #36 15.88 [2022-01-20T15:45:35.681Z] #36 15.88 Reading and updating a list of files: [2022-01-20T15:45:35.681Z] #36 15.88 tomll a.toml b.toml c.toml [2022-01-20T15:45:35.681Z] #36 15.88 [2022-01-20T15:45:35.681Z] #36 15.88 When given a list of files, tomll will modify all files in place without asking. [2022-01-20T15:45:35.776Z] #21 18.09 Unpacking libc6:s390x (2.31-13+deb11u2) ... [2022-01-20T15:45:35.789Z] Loaded image: debian:bullseye-slim [2022-01-20T15:45:35.789Z] Loaded image: hello-world:latest [2022-01-20T15:45:35.789Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:45:35.789Z] INFO: Testing against a local daemon [2022-01-20T15:45:35.789Z] === RUN TestCgroupNamespacesBuild [2022-01-20T15:45:35.942Z] #36 DONE 16.2s [2022-01-20T15:45:35.942Z] [2022-01-20T15:45:35.942Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:45:35.942Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:45:35.942Z] #51 15.93 go: downloading github.com/spf13/afero v1.1.2 [2022-01-20T15:45:35.942Z] #51 16.09 go: downloading github.com/spf13/cast v1.3.0 [2022-01-20T15:45:35.942Z] #51 16.14 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2022-01-20T15:45:35.942Z] #51 16.15 go: downloading github.com/subosito/gotenv v1.2.0 [2022-01-20T15:45:35.942Z] #51 16.18 go: downloading gopkg.in/ini.v1 v1.51.0 [2022-01-20T15:45:35.942Z] #51 16.29 go: downloading gopkg.in/yaml.v2 v2.2.7 [2022-01-20T15:45:36.037Z] #21 18.51 Selecting previously unselected package libapparmor1:s390x. [2022-01-20T15:45:36.037Z] #21 18.52 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2022-01-20T15:45:36.037Z] #21 18.53 Unpacking libapparmor1:s390x (2.13.6-10) ... [2022-01-20T15:45:36.037Z] #21 18.57 Selecting previously unselected package libapparmor-dev:s390x. [2022-01-20T15:45:36.037Z] #21 18.59 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2022-01-20T15:45:36.037Z] #21 18.59 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2022-01-20T15:45:36.202Z] #51 16.34 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2022-01-20T15:45:36.302Z] #21 18.67 Selecting previously unselected package libgcc-s1:armhf. [2022-01-20T15:45:36.302Z] #21 18.67 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2022-01-20T15:45:36.302Z] #21 18.68 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2022-01-20T15:45:36.302Z] #21 18.73 Selecting previously unselected package libcrypt1:armhf. [2022-01-20T15:45:36.302Z] #21 18.73 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2022-01-20T15:45:36.302Z] #21 18.74 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2022-01-20T15:45:36.302Z] #21 18.83 Selecting previously unselected package libc6:armhf. [2022-01-20T15:45:36.302Z] #21 18.83 Preparing to unpack .../22-libc6_2.31-13+deb11u2_armhf.deb ... [2022-01-20T15:45:36.562Z] #21 19.07 Unpacking libc6:armhf (2.31-13+deb11u2) ... [2022-01-20T15:45:36.777Z] #51 16.75 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-01-20T15:45:36.777Z] #51 16.86 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-01-20T15:45:36.777Z] #51 16.87 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2022-01-20T15:45:36.777Z] #51 16.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-01-20T15:45:36.777Z] #51 17.04 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-01-20T15:45:36.822Z] #21 19.50 Selecting previously unselected package libapparmor1:armhf. [2022-01-20T15:45:37.036Z] #51 17.17 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-01-20T15:45:37.036Z] #51 17.23 go: downloading github.com/go-toolsmith/typep v1.0.0 [2022-01-20T15:45:37.083Z] #21 19.51 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2022-01-20T15:45:37.083Z] #21 19.51 Unpacking libapparmor1:armhf (2.13.6-10) ... [2022-01-20T15:45:37.083Z] #21 19.56 Selecting previously unselected package libapparmor-dev:armhf. [2022-01-20T15:45:37.083Z] #21 19.57 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2022-01-20T15:45:37.083Z] #21 19.58 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2022-01-20T15:45:37.083Z] #21 19.64 Selecting previously unselected package libgcc-s1:ppc64el. [2022-01-20T15:45:37.083Z] #21 19.65 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2022-01-20T15:45:37.083Z] #21 19.65 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2022-01-20T15:45:37.083Z] #21 19.69 Selecting previously unselected package libcrypt1:ppc64el. [2022-01-20T15:45:37.083Z] #21 19.70 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2022-01-20T15:45:37.083Z] #21 19.70 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2022-01-20T15:45:37.083Z] #21 19.78 Selecting previously unselected package libc6:ppc64el. [2022-01-20T15:45:37.172Z] --- PASS: TestCgroupNamespacesBuild (1.32s) [2022-01-20T15:45:37.172Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-20T15:45:37.295Z] #51 17.40 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2022-01-20T15:45:37.295Z] #51 17.44 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2022-01-20T15:45:37.295Z] #51 17.54 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-01-20T15:45:37.295Z] #51 17.60 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-01-20T15:45:37.295Z] #51 17.67 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2022-01-20T15:45:37.343Z] #21 19.78 Preparing to unpack .../27-libc6_2.31-13+deb11u2_ppc64el.deb ... [2022-01-20T15:45:37.343Z] #21 19.97 Unpacking libc6:ppc64el (2.31-13+deb11u2) ... [2022-01-20T15:45:37.554Z] #51 17.70 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-01-20T15:45:37.813Z] #51 18.07 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2022-01-20T15:45:37.914Z] #21 20.57 Selecting previously unselected package libapparmor1:ppc64el. [2022-01-20T15:45:37.914Z] #21 20.58 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2022-01-20T15:45:37.914Z] #21 20.58 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2022-01-20T15:45:38.072Z] #51 18.08 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2022-01-20T15:45:38.072Z] #51 18.11 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-01-20T15:45:38.072Z] #51 18.27 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2022-01-20T15:45:38.072Z] #51 18.32 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-01-20T15:45:38.174Z] #21 20.63 Selecting previously unselected package libapparmor-dev:ppc64el. [2022-01-20T15:45:38.174Z] #21 20.65 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2022-01-20T15:45:38.174Z] #21 20.65 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2022-01-20T15:45:38.174Z] #21 20.72 Selecting previously unselected package libseccomp2:s390x. [2022-01-20T15:45:38.174Z] #21 20.73 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ... [2022-01-20T15:45:38.174Z] #21 20.73 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.174Z] #21 20.77 Selecting previously unselected package libseccomp-dev:s390x. [2022-01-20T15:45:38.174Z] #21 20.78 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ... [2022-01-20T15:45:38.174Z] #21 20.79 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.174Z] #21 20.84 Selecting previously unselected package libseccomp2:ppc64el. [2022-01-20T15:45:38.174Z] #21 20.85 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ... [2022-01-20T15:45:38.174Z] #21 20.85 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.331Z] #51 18.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-01-20T15:45:38.331Z] #51 18.45 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2022-01-20T15:45:38.434Z] #21 20.90 Selecting previously unselected package libseccomp-dev:ppc64el. [2022-01-20T15:45:38.435Z] #21 20.91 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ... [2022-01-20T15:45:38.435Z] #21 20.92 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.435Z] #21 20.98 Selecting previously unselected package libseccomp2:armhf. [2022-01-20T15:45:38.435Z] #21 20.99 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ... [2022-01-20T15:45:38.435Z] #21 21.00 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.435Z] #21 21.04 Selecting previously unselected package libseccomp-dev:armhf. [2022-01-20T15:45:38.435Z] #21 21.04 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ... [2022-01-20T15:45:38.435Z] #21 21.05 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.435Z] #21 21.11 Selecting previously unselected package libseccomp2:armel. [2022-01-20T15:45:38.435Z] #21 21.11 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ... [2022-01-20T15:45:38.435Z] #21 21.12 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.435Z] #21 21.15 Selecting previously unselected package libseccomp-dev:armel. [2022-01-20T15:45:38.554Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.18s) [2022-01-20T15:45:38.554Z] === RUN TestBuildWithSession [2022-01-20T15:45:38.554Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:45:38.554Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-20T15:45:38.554Z] === RUN TestBuildSquashParent [2022-01-20T15:45:38.597Z] #51 18.83 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2022-01-20T15:45:38.597Z] #51 18.87 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-01-20T15:45:38.597Z] #51 18.89 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2022-01-20T15:45:38.597Z] #51 18.91 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2022-01-20T15:45:38.695Z] #21 21.16 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ... [2022-01-20T15:45:38.695Z] #21 21.16 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.695Z] #21 21.22 Selecting previously unselected package libseccomp2:arm64. [2022-01-20T15:45:38.695Z] #21 21.23 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ... [2022-01-20T15:45:38.695Z] #21 21.24 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.695Z] #21 21.27 Selecting previously unselected package libseccomp-dev:arm64. [2022-01-20T15:45:38.695Z] #21 21.28 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ... [2022-01-20T15:45:38.695Z] #21 21.29 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-01-20T15:45:38.857Z] #51 19.03 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2022-01-20T15:45:38.857Z] #51 19.11 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2022-01-20T15:45:38.956Z] #21 21.54 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2022-01-20T15:45:38.956Z] #21 21.56 Setting up gcc-10-base:armel (10.2.1-6) ... [2022-01-20T15:45:38.956Z] #21 21.57 Setting up gcc-10-base:armhf (10.2.1-6) ... [2022-01-20T15:45:38.956Z] #21 21.58 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2022-01-20T15:45:38.956Z] #21 21.59 Setting up gcc-10-base:s390x (10.2.1-6) ... [2022-01-20T15:45:38.956Z] #21 21.60 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2022-01-20T15:45:38.956Z] #21 21.62 Setting up libcrypt1:armel (1:4.4.18-4) ... [2022-01-20T15:45:38.956Z] #21 21.63 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2022-01-20T15:45:38.956Z] #21 21.64 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2022-01-20T15:45:38.956Z] #21 21.65 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2022-01-20T15:45:39.216Z] #21 21.67 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2022-01-20T15:45:39.216Z] #21 21.69 Setting up libgcc-s1:armel (10.2.1-6) ... [2022-01-20T15:45:39.216Z] #21 21.71 Setting up libgcc-s1:armhf (10.2.1-6) ... [2022-01-20T15:45:39.216Z] #21 21.72 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2022-01-20T15:45:39.216Z] #21 21.73 Setting up libgcc-s1:s390x (10.2.1-6) ... [2022-01-20T15:45:39.216Z] #21 21.74 Setting up libc6:arm64 (2.31-13+deb11u2) ... [2022-01-20T15:45:39.426Z] #51 19.53 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2022-01-20T15:45:39.426Z] #51 19.75 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2022-01-20T15:45:39.426Z] #51 19.79 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2022-01-20T15:45:39.685Z] #51 19.83 go: downloading github.com/ultraware/funlen v0.0.2 [2022-01-20T15:45:39.685Z] #51 19.87 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-01-20T15:45:39.685Z] #51 19.88 go: downloading github.com/uudashr/gocognit v1.0.1 [2022-01-20T15:45:39.945Z] #51 19.94 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2022-01-20T15:45:40.513Z] #51 20.62 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-01-20T15:45:40.513Z] #51 20.62 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2022-01-20T15:45:40.513Z] #51 20.71 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-01-20T15:45:40.600Z] #21 23.01 Setting up libc6:armel (2.31-13+deb11u2) ... [2022-01-20T15:45:40.772Z] #51 20.80 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-01-20T15:45:40.772Z] #51 20.83 go: downloading github.com/stretchr/objx v0.2.0 [2022-01-20T15:45:40.772Z] #51 20.93 go: downloading golang.org/x/text v0.3.2 [2022-01-20T15:45:41.710Z] #51 ... [2022-01-20T15:45:41.711Z] [2022-01-20T15:45:41.711Z] #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-01-20T15:45:41.711Z] #49 sha256:77cb706d755e16aea54301fa925fe1a91b1df361756934152b11e5eb1aa5503b [2022-01-20T15:45:41.711Z] #49 11.68 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-20T15:45:41.711Z] #49 11.70 go: downloading golang.org/x/mod v0.3.0 [2022-01-20T15:45:41.711Z] #49 ... [2022-01-20T15:45:41.711Z] [2022-01-20T15:45:41.711Z] #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-01-20T15:45:41.711Z] #43 sha256:76944249cecba13870a8649d0eebcf3a28556913abfe2b53480837c4f26c1011 [2022-01-20T15:45:41.711Z] #43 20.50 + git checkout -q v2.3.0 [2022-01-20T15:45:41.984Z] #21 24.28 Setting up libc6:armhf (2.31-13+deb11u2) ... [2022-01-20T15:45:42.236Z] #43 22.12 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2022-01-20T15:45:42.755Z] --- PASS: TestBuildSquashParent (4.10s) [2022-01-20T15:45:42.755Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-20T15:45:42.755Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:45:42.755Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:45:42.755Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:45:42.755Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:45:42.755Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:45:42.755Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:45:42.755Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:45:42.755Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:45:42.755Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:45:42.755Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:45:42.755Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:45:42.755Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:45:42.755Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:45:42.755Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:45:42.925Z] #21 25.53 Setting up libc6:ppc64el (2.31-13+deb11u2) ... [2022-01-20T15:45:43.697Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:45:43.958Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:45:44.308Z] #21 26.76 Setting up libc6:s390x (2.31-13+deb11u2) ... [2022-01-20T15:45:44.773Z] #43 ... [2022-01-20T15:45:44.773Z] [2022-01-20T15:45:44.773Z] #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-01-20T15:45:44.773Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:45:44.773Z] #14 14.94 Fetched 8493 kB in 12s (706 kB/s) [2022-01-20T15:45:44.773Z] #14 14.94 Reading package lists... [2022-01-20T15:45:44.773Z] #14 20.20 Reading package lists... [2022-01-20T15:45:44.773Z] #14 24.48 Building dependency tree... [2022-01-20T15:45:44.773Z] #14 ... [2022-01-20T15:45:44.773Z] [2022-01-20T15:45:44.773Z] #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-01-20T15:45:44.773Z] #63 sha256:eceb82a2fee050eb23d3451b1abc5af0d0ab1af7012f05af6c55b4aeb1039616 [2022-01-20T15:45:44.773Z] #63 14.58 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-01-20T15:45:44.773Z] #63 14.80 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-01-20T15:45:44.879Z] #21 ... [2022-01-20T15:45:44.879Z] [2022-01-20T15:45:44.879Z] #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-01-20T15:45:44.879Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:45:44.879Z] #67 51.63 + bin/containerd [2022-01-20T15:45:45.033Z] #63 ... [2022-01-20T15:45:45.033Z] [2022-01-20T15:45:45.033Z] #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-01-20T15:45:45.033Z] #58 sha256:2863a34a8394af6d04c11f3d9e339f77039fc9082de27c8735be89ab11429dd4 [2022-01-20T15:45:45.033Z] #58 11.35 Reading package lists... [2022-01-20T15:45:45.033Z] #58 17.35 Reading package lists... [2022-01-20T15:45:45.033Z] #58 21.78 Building dependency tree... [2022-01-20T15:45:45.033Z] #58 24.73 The following additional packages will be installed: [2022-01-20T15:45:45.033Z] #58 24.73 libbtrfs0 [2022-01-20T15:45:45.033Z] #58 24.89 The following NEW packages will be installed: [2022-01-20T15:45:45.033Z] #58 24.90 libbtrfs-dev libbtrfs0 [2022-01-20T15:45:45.033Z] #58 25.30 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:45:45.033Z] #58 25.30 Need to get 460 kB of archives. [2022-01-20T15:45:45.033Z] #58 25.30 After this operation, 1237 kB of additional disk space will be used. [2022-01-20T15:45:45.033Z] #58 25.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-20T15:45:45.033Z] #58 25.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-20T15:45:45.033Z] #58 ... [2022-01-20T15:45:45.033Z] [2022-01-20T15:45:45.033Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:45:45.033Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:45:45.033Z] #51 25.35 go: downloading github.com/gobwas/glob v0.2.3 [2022-01-20T15:45:45.033Z] #51 25.36 go: downloading github.com/kisielk/gotool v1.0.0 [2022-01-20T15:45:45.292Z] #51 25.45 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2022-01-20T15:45:45.292Z] #51 25.49 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2022-01-20T15:45:45.340Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:45:45.553Z] #51 25.60 go: downloading github.com/gogo/protobuf v1.2.1 [2022-01-20T15:45:45.600Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:45:46.202Z] #51 ... [2022-01-20T15:45:46.202Z] [2022-01-20T15:45:46.202Z] #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-01-20T15:45:46.202Z] #38 sha256:286dcb8eb3ea84eeab5a0e876e418fee7ff1abb4d83870130e087389c6a35999 [2022-01-20T15:45:46.202Z] #38 16.21 Fetched 8493 kB in 12s (689 kB/s) [2022-01-20T15:45:46.202Z] #38 16.21 Reading package lists... [2022-01-20T15:45:46.202Z] #38 21.12 Reading package lists... [2022-01-20T15:45:46.202Z] #38 25.35 Building dependency tree... [2022-01-20T15:45:46.202Z] #38 ... [2022-01-20T15:45:46.202Z] [2022-01-20T15:45:46.202Z] #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-01-20T15:45:46.202Z] #58 sha256:2863a34a8394af6d04c11f3d9e339f77039fc9082de27c8735be89ab11429dd4 [2022-01-20T15:45:46.202Z] #58 26.20 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:45:46.202Z] #58 26.50 Fetched 460 kB in 0s (1362 kB/s) [2022-01-20T15:45:46.202Z] #58 26.53 Selecting previously unselected package libbtrfs0:amd64. [2022-01-20T15:45:46.462Z] #58 26.53 (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-01-20T15:45:46.462Z] #58 26.61 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-20T15:45:46.462Z] #58 26.62 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:45:46.532Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.3% of statements [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/rootless [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/volume [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-20T15:45:46.532Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === Skipped [2022-01-20T15:45:46.532Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-20T15:45:46.532Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-20T15:45:46.532Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-20T15:45:46.532Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-20T15:45:46.532Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-01-20T15:45:46.532Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:41Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-01-20T15:45:46.532Z] aufs_test.go:37: driver not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-01-20T15:45:46.532Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.532Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-01-20T15:45:46.532Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.532Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-01-20T15:45:46.532Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.532Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-01-20T15:45:46.532Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.532Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-01-20T15:45:46.532Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.532Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-01-20T15:45:46.532Z] graphtest_unix.go:71: No driver to put! [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-01-20T15:45:46.532Z] time="2022-01-20T15:44:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T15:45:46.532Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T15:45:46.532Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T15:45:46.532Z] [2022-01-20T15:45:46.532Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-01-20T15:45:46.533Z] time="2022-01-20T15:44:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-01-20T15:45:46.533Z] time="2022-01-20T15:44:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-01-20T15:45:46.533Z] time="2022-01-20T15:44:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-01-20T15:45:46.533Z] time="2022-01-20T15:44:44Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:71: No driver to put! [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-01-20T15:45:46.533Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-01-20T15:45:46.533Z] overlay_test.go:50: Fails to compute changes intermittently [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-01-20T15:45:46.533Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T15:45:46.533Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-01-20T15:45:46.533Z] graphtest_unix.go:71: No driver to put! [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-01-20T15:45:46.533Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-01-20T15:45:46.533Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-01-20T15:45:46.533Z] [2022-01-20T15:45:46.533Z] DONE 2312 tests, 53 skipped in 197.285s [2022-01-20T15:45:46.533Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/config [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/idm [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/ns [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/options [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/osl [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T15:45:46.533Z] github.com/docker/docker/libnetwork/types' ']' [2022-01-20T15:45:46.533Z] + 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-01-20T15:45:46.741Z] #58 26.89 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-20T15:45:46.741Z] #58 26.89 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-20T15:45:46.741Z] #58 26.90 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:45:46.793Z] #67 ... [2022-01-20T15:45:46.793Z] [2022-01-20T15:45:46.793Z] #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-01-20T15:45:46.793Z] #21 sha256:99941ceab30114e1ff6211337aa5ca0b3aadbb6a9bc677f2e7e78c1f8cb561be [2022-01-20T15:45:46.793Z] #21 27.93 Setting up libapparmor1:arm64 (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 27.95 Setting up libapparmor1:armel (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 27.96 Setting up libapparmor1:armhf (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 27.97 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 27.98 Setting up libapparmor1:s390x (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 27.99 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.00 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.01 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.02 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.03 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.05 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 28.08 Setting up libapparmor-dev:armel (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 28.09 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 28.10 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 28.11 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2022-01-20T15:45:46.793Z] #21 28.13 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.14 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.15 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.16 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.17 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ... [2022-01-20T15:45:46.793Z] #21 28.19 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:45:46.793Z] #21 DONE 29.1s [2022-01-20T15:45:46.793Z] [2022-01-20T15:45:46.793Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-20T15:45:46.793Z] #62 sha256:a1decdec6209e8f73f83b6797058e1eae0e9933795b0a1546e346a48a8d7e8da [2022-01-20T15:45:46.793Z] #62 DONE 0.1s [2022-01-20T15:45:46.793Z] [2022-01-20T15:45:46.793Z] #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-01-20T15:45:46.793Z] #63 sha256:6135ebb9dbdec2fd2c3f8418e07200dd3fa55b5ac142d98778316831e15ca41a [2022-01-20T15:45:46.986Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-01-20T15:45:46.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.28s) [2022-01-20T15:45:46.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.63s) [2022-01-20T15:45:46.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.41s) [2022-01-20T15:45:46.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.49s) [2022-01-20T15:45:46.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.42s) [2022-01-20T15:45:46.986Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.44s) [2022-01-20T15:45:46.986Z] === RUN TestBuildMultiStageCopy [2022-01-20T15:45:46.986Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-20T15:45:47.030Z] #58 27.28 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:45:47.030Z] #58 27.32 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:45:47.030Z] #58 27.33 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:45:47.637Z] #58 DONE 28.0s [2022-01-20T15:45:47.637Z] [2022-01-20T15:45:47.637Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:45:47.637Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:45:47.637Z] #51 26.65 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2022-01-20T15:45:47.637Z] #51 26.86 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-01-20T15:45:47.637Z] #51 27.09 go: downloading github.com/BurntSushi/toml v0.3.1 [2022-01-20T15:45:47.737Z] #63 ... [2022-01-20T15:45:47.737Z] [2022-01-20T15:45:47.737Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-20T15:45:47.737Z] #22 sha256:1364fa573d63dd63ee483e32922b1af2179d33650eba89bb1f311323d0998bc1 [2022-01-20T15:45:47.737Z] #22 DONE 1.2s [2022-01-20T15:45:47.737Z] [2022-01-20T15:45:47.737Z] #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-01-20T15:45:47.737Z] #63 sha256:6135ebb9dbdec2fd2c3f8418e07200dd3fa55b5ac142d98778316831e15ca41a [2022-01-20T15:45:47.737Z] #63 1.127 + RM_GOPATH=0 [2022-01-20T15:45:47.737Z] #63 1.128 + TMP_GOPATH= [2022-01-20T15:45:47.737Z] #63 1.128 + : /build [2022-01-20T15:45:47.737Z] #63 1.128 + '[' -z '' ']' [2022-01-20T15:45:47.737Z] #63 1.132 ++ mktemp -d [2022-01-20T15:45:47.737Z] #63 1.134 + export GOPATH=/tmp/tmp.Yr5ip0Qzjh [2022-01-20T15:45:47.737Z] #63 1.134 + GOPATH=/tmp/tmp.Yr5ip0Qzjh [2022-01-20T15:45:47.737Z] #63 1.134 + RM_GOPATH=1 [2022-01-20T15:45:47.737Z] #63 1.134 + case "$(go env GOARCH)" in [2022-01-20T15:45:47.737Z] #63 1.134 ++ go env GOARCH [2022-01-20T15:45:47.737Z] #63 1.154 Install runc version v1.0.3 (build tags: seccomp) [2022-01-20T15:45:47.897Z] #51 ... [2022-01-20T15:45:47.897Z] [2022-01-20T15:45:47.897Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-01-20T15:45:47.897Z] #59 sha256:e53f9f80b47d615f28ed988503ec0fb7641855d94c9dbd3cc8e41b765ad8093e [2022-01-20T15:45:47.897Z] #59 DONE 0.1s [2022-01-20T15:45:47.897Z] [2022-01-20T15:45:47.897Z] #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-01-20T15:45:47.897Z] #47 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:45:47.897Z] #47 17.75 Fetched 8496 kB in 14s (600 kB/s) [2022-01-20T15:45:47.897Z] #47 17.75 Reading package lists... [2022-01-20T15:45:47.897Z] #47 22.21 Reading package lists... [2022-01-20T15:45:47.897Z] #47 26.82 Building dependency tree... [2022-01-20T15:45:47.897Z] #47 ... [2022-01-20T15:45:47.897Z] [2022-01-20T15:45:47.897Z] #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-01-20T15:45:47.897Z] #60 sha256:481c41a2e68fa68bd7f6cb56b1df14df8093a238ef3b27ef861f95ffab77a47b [2022-01-20T15:45:47.999Z] #63 1.154 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:47.999Z] #63 1.154 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:47.999Z] #63 1.154 ++ dirname /install.sh [2022-01-20T15:45:47.999Z] #63 1.154 + dir=/ [2022-01-20T15:45:47.999Z] #63 1.154 + bin=runc [2022-01-20T15:45:47.999Z] #63 1.154 + shift [2022-01-20T15:45:47.999Z] #63 1.154 + '[' '!' -f //runc.installer ']' [2022-01-20T15:45:47.999Z] #63 1.154 + . //runc.installer [2022-01-20T15:45:47.999Z] #63 1.154 ++ set -e [2022-01-20T15:45:47.999Z] #63 1.154 ++ : v1.0.3 [2022-01-20T15:45:47.999Z] #63 1.154 + install_runc [2022-01-20T15:45:47.999Z] #63 1.154 + RUNC_BUILDTAGS=seccomp [2022-01-20T15:45:47.999Z] #63 1.154 + echo 'Install runc version v1.0.3 (build tags: seccomp)' [2022-01-20T15:45:47.999Z] #63 1.154 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Yr5ip0Qzjh/src/github.com/opencontainers/runc [2022-01-20T15:45:47.999Z] #63 1.154 Cloning into '/tmp/tmp.Yr5ip0Qzjh/src/github.com/opencontainers/runc'... [2022-01-20T15:45:48.367Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-20T15:45:48.627Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-20T15:45:48.627Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-20T15:45:48.839Z] #60 0.992 + RM_GOPATH=0 [2022-01-20T15:45:48.839Z] #60 0.994 + TMP_GOPATH= [2022-01-20T15:45:48.839Z] #60 0.994 + : /build [2022-01-20T15:45:48.839Z] #60 0.994 + '[' -z '' ']' [2022-01-20T15:45:48.839Z] #60 0.995 ++ mktemp -d [2022-01-20T15:45:48.839Z] #60 0.997 + export GOPATH=/tmp/tmp.1AAX1hWLDP [2022-01-20T15:45:48.839Z] #60 0.997 + GOPATH=/tmp/tmp.1AAX1hWLDP [2022-01-20T15:45:48.839Z] #60 0.998 + RM_GOPATH=1 [2022-01-20T15:45:48.839Z] #60 0.998 + case "$(go env GOARCH)" in [2022-01-20T15:45:48.839Z] #60 0.998 ++ go env GOARCH [2022-01-20T15:45:48.839Z] #60 1.004 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:48.839Z] #60 1.005 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:45:48.839Z] #60 1.005 ++ dirname /install.sh [2022-01-20T15:45:48.839Z] #60 1.010 + dir=/ [2022-01-20T15:45:48.839Z] #60 1.010 + bin=containerd [2022-01-20T15:45:48.839Z] #60 1.011 + shift [2022-01-20T15:45:48.839Z] #60 1.011 + '[' '!' -f //containerd.installer ']' [2022-01-20T15:45:48.839Z] #60 1.011 + . //containerd.installer [2022-01-20T15:45:48.839Z] #60 1.011 ++ set -e [2022-01-20T15:45:48.839Z] #60 1.012 ++ : v1.5.9 [2022-01-20T15:45:48.839Z] #60 1.012 + install_containerd [2022-01-20T15:45:48.839Z] #60 1.012 + echo 'Install containerd version v1.5.9' [2022-01-20T15:45:48.839Z] #60 1.013 Install containerd version v1.5.9 [2022-01-20T15:45:48.839Z] #60 1.013 + git clone https://github.com/containerd/containerd.git /tmp/tmp.1AAX1hWLDP/src/github.com/containerd/containerd [2022-01-20T15:45:48.839Z] #60 1.015 Cloning into '/tmp/tmp.1AAX1hWLDP/src/github.com/containerd/containerd'... [2022-01-20T15:45:48.887Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-20T15:45:48.945Z] #63 ... [2022-01-20T15:45:48.945Z] [2022-01-20T15:45:48.945Z] #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-01-20T15:45:48.945Z] #23 sha256:4d23fa77c33e13731797d9dfe3469959c1fa8e95e2e4a05b4b3211f988d351c8 [2022-01-20T15:45:48.945Z] #23 DONE 1.2s [2022-01-20T15:45:49.147Z] --- PASS: TestBuildMultiStageCopy (2.12s) [2022-01-20T15:45:49.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.34s) [2022-01-20T15:45:49.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2022-01-20T15:45:49.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-01-20T15:45:49.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2022-01-20T15:45:49.147Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2022-01-20T15:45:49.147Z] === RUN TestBuildMultiStageParentConfig [2022-01-20T15:45:49.210Z] [2022-01-20T15:45:49.210Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-20T15:45:49.210Z] #24 sha256:117448747efc6bcf2d8ad48cfa3f6585468f8e50ecbf7ca14581f0c7961ed762 [2022-01-20T15:45:49.717Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2022-01-20T15:45:49.717Z] === RUN TestBuildLabelWithTargets [2022-01-20T15:45:49.784Z] #24 0.811 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-01-20T15:45:50.044Z] #24 DONE 1.1s [2022-01-20T15:45:50.044Z] [2022-01-20T15:45:50.044Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-20T15:45:50.044Z] #25 sha256:aa9fd604e434196437b9b22a32543912471a73e7a7fc9f5a8e47bbf020985d12 [2022-01-20T15:45:50.658Z] --- PASS: TestBuildLabelWithTargets (0.90s) [2022-01-20T15:45:50.658Z] === RUN TestBuildWithEmptyLayers [2022-01-20T15:45:50.919Z] --- PASS: TestBuildWithEmptyLayers (0.38s) [2022-01-20T15:45:50.919Z] === RUN TestBuildMultiStageOnBuild [2022-01-20T15:45:50.992Z] #25 DONE 0.8s [2022-01-20T15:45:50.992Z] [2022-01-20T15:45:50.992Z] #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-01-20T15:45:50.992Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:45:50.992Z] #67 ... [2022-01-20T15:45:50.992Z] [2022-01-20T15:45:50.992Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-20T15:45:50.992Z] #26 sha256:80509316657069d8fd5cb243d2dfe7cedf5986d8600b2641c9aa499b2608fc30 [2022-01-20T15:45:51.937Z] #26 DONE 1.0s [2022-01-20T15:45:51.937Z] [2022-01-20T15:45:51.937Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-01-20T15:45:51.937Z] #27 sha256:cbc4e290e18a63bb07299077d9bd2b0d23a757260d3b5f737bedd41cc11f5707 [2022-01-20T15:45:52.131Z] #60 ... [2022-01-20T15:45:52.131Z] [2022-01-20T15:45:52.131Z] #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-01-20T15:45:52.131Z] #53 sha256:aa54a61e59505073eec406052f5ff896ab764d94fa0b9ccff610139d7b0cdc04 [2022-01-20T15:45:52.131Z] #53 31.50 v3.0.2 [2022-01-20T15:45:52.131Z] #53 DONE 31.7s [2022-01-20T15:45:52.131Z] [2022-01-20T15:45:52.131Z] #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-01-20T15:45:52.131Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:45:52.131Z] #14 24.48 Building dependency tree... [2022-01-20T15:45:52.131Z] #14 28.21 The following additional packages will be installed: [2022-01-20T15:45:52.131Z] #14 28.21 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-20T15:45:52.131Z] #14 28.21 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-01-20T15:45:52.131Z] #14 28.21 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-01-20T15:45:52.131Z] #14 28.21 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-01-20T15:45:52.131Z] #14 28.21 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-01-20T15:45:52.131Z] #14 28.22 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-01-20T15:45:52.131Z] #14 28.27 mingw-w64-common mingw-w64-x86-64-dev [2022-01-20T15:45:52.131Z] #14 28.30 Suggested packages: [2022-01-20T15:45:52.131Z] #14 28.30 gcc-10-locales seccomp wine64 [2022-01-20T15:45:52.131Z] #14 29.59 The following NEW packages will be installed: [2022-01-20T15:45:52.131Z] #14 29.60 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-01-20T15:45:52.131Z] #14 29.60 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-01-20T15:45:52.131Z] #14 29.60 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-01-20T15:45:52.131Z] #14 29.60 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-01-20T15:45:52.131Z] #14 29.60 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-01-20T15:45:52.131Z] #14 29.60 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-01-20T15:45:52.131Z] #14 29.60 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-01-20T15:45:52.131Z] #14 29.60 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-01-20T15:45:52.131Z] #14 29.60 mingw-w64-x86-64-dev [2022-01-20T15:45:52.131Z] #14 30.01 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:45:52.131Z] #14 30.01 Need to get 115 MB of archives. [2022-01-20T15:45:52.131Z] #14 30.01 After this operation, 645 MB of additional disk space will be used. [2022-01-20T15:45:52.131Z] #14 30.01 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-01-20T15:45:52.131Z] #14 30.11 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-01-20T15:45:52.131Z] #14 30.24 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2022-01-20T15:45:52.131Z] #14 30.26 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2022-01-20T15:45:52.131Z] #14 30.26 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB] [2022-01-20T15:45:52.131Z] #14 30.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-01-20T15:45:52.131Z] #14 30.50 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-01-20T15:45:52.131Z] #14 30.69 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-01-20T15:45:52.131Z] #14 30.69 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-01-20T15:45:52.131Z] #14 31.28 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-01-20T15:45:52.700Z] #14 32.68 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-01-20T15:45:52.700Z] #14 ... [2022-01-20T15:45:52.700Z] [2022-01-20T15:45:52.700Z] #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-01-20T15:45:52.700Z] #38 sha256:286dcb8eb3ea84eeab5a0e876e418fee7ff1abb4d83870130e087389c6a35999 [2022-01-20T15:45:52.700Z] #38 25.35 Building dependency tree... [2022-01-20T15:45:52.700Z] #38 29.25 The following additional packages will be installed: [2022-01-20T15:45:52.700Z] #38 29.26 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-01-20T15:45:52.700Z] #38 29.27 Suggested packages: [2022-01-20T15:45:52.700Z] #38 29.29 cmake-doc ninja-build lrzip [2022-01-20T15:45:52.700Z] #38 29.29 Recommended packages: [2022-01-20T15:45:52.700Z] #38 29.29 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-01-20T15:45:52.700Z] #38 30.07 The following NEW packages will be installed: [2022-01-20T15:45:52.700Z] #38 30.07 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-01-20T15:45:52.700Z] #38 30.10 vim-common xxd [2022-01-20T15:45:52.700Z] #38 30.48 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:45:52.700Z] #38 30.48 Need to get 17.7 MB of archives. [2022-01-20T15:45:52.700Z] #38 30.48 After this operation, 70.7 MB of additional disk space will be used. [2022-01-20T15:45:52.700Z] #38 30.48 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-20T15:45:52.700Z] #38 30.49 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-20T15:45:52.700Z] #38 30.49 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-01-20T15:45:52.700Z] #38 30.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-20T15:45:52.700Z] #38 31.05 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-01-20T15:45:52.700Z] #38 31.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-01-20T15:45:52.700Z] #38 31.11 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-01-20T15:45:52.700Z] #38 31.11 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-01-20T15:45:52.700Z] #38 31.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-01-20T15:45:52.700Z] #38 31.13 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-01-20T15:45:52.700Z] #38 32.55 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:45:52.700Z] #38 32.85 Fetched 17.7 MB in 1s (14.3 MB/s) [2022-01-20T15:45:52.700Z] #38 33.05 Selecting previously unselected package xxd. [2022-01-20T15:45:52.831Z] --- PASS: TestBuildMultiStageOnBuild (1.58s) [2022-01-20T15:45:52.831Z] === RUN TestBuildUncleanTarFilenames [2022-01-20T15:45:52.879Z] #27 DONE 0.9s [2022-01-20T15:45:52.879Z] [2022-01-20T15:45:52.879Z] #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-01-20T15:45:52.879Z] #63 sha256:6135ebb9dbdec2fd2c3f8418e07200dd3fa55b5ac142d98778316831e15ca41a [2022-01-20T15:45:52.879Z] #63 5.541 + cd /tmp/tmp.Yr5ip0Qzjh/src/github.com/opencontainers/runc [2022-01-20T15:45:52.879Z] #63 5.541 + git checkout -q v1.0.3 [2022-01-20T15:45:52.879Z] #63 5.683 + '[' -z '' ']' [2022-01-20T15:45:52.879Z] #63 5.683 + target=static [2022-01-20T15:45:52.879Z] #63 5.684 + make BUILDTAGS=seccomp static [2022-01-20T15:45:52.879Z] #63 5.933 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc . [2022-01-20T15:45:52.960Z] #38 33.05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-20T15:45:52.960Z] #38 33.11 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-20T15:45:52.960Z] #38 33.11 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:45:53.091Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-01-20T15:45:53.091Z] === RUN TestBuildMultiStageLayerLeak [2022-01-20T15:45:53.327Z] #38 33.27 Selecting previously unselected package vim-common. [2022-01-20T15:45:53.327Z] #38 33.27 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-20T15:45:53.327Z] #38 33.29 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:45:53.327Z] #38 33.56 Selecting previously unselected package cmake-data. [2022-01-20T15:45:53.327Z] #38 33.57 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-01-20T15:45:53.327Z] #38 33.58 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-01-20T15:45:53.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-20T15:45:53.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-20T15:45:55.004Z] --- PASS: TestBuildMultiStageLayerLeak (1.55s) [2022-01-20T15:45:55.004Z] === RUN TestBuildWithHugeFile [2022-01-20T15:45:55.768Z] using credential docker-jenkins-github-credentials [2022-01-20T15:45:55.848Z] Cloning the remote Git repository [2022-01-20T15:45:55.848Z] Cloning with configured refspecs honoured and without tags [2022-01-20T15:45:55.869Z] #38 ... [2022-01-20T15:45:55.869Z] [2022-01-20T15:45:55.869Z] #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-01-20T15:45:55.869Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:45:55.869Z] #14 33.25 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-01-20T15:45:55.870Z] #14 33.80 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-01-20T15:45:55.870Z] #14 35.26 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-01-20T15:45:55.870Z] #14 35.77 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-01-20T15:45:55.870Z] #14 35.77 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-01-20T15:45:55.870Z] #14 35.77 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-01-20T15:45:55.870Z] #14 35.77 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-01-20T15:45:55.870Z] #14 35.78 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-01-20T15:45:55.870Z] #14 35.79 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-01-20T15:45:55.870Z] #14 35.79 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-01-20T15:45:55.870Z] #14 35.80 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-01-20T15:45:55.870Z] #14 35.82 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-01-20T15:45:55.870Z] #14 35.84 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-01-20T15:45:55.870Z] #14 35.84 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-01-20T15:45:55.870Z] #14 35.85 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-01-20T15:45:55.870Z] #14 35.88 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-01-20T15:45:55.870Z] #14 35.89 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-01-20T15:45:55.870Z] #14 35.90 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB] [2022-01-20T15:45:55.870Z] #14 35.90 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-01-20T15:45:56.046Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:45:56.812Z] #14 36.84 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:45:56.812Z] #14 37.08 Fetched 115 MB in 6s (18.3 MB/s) [2022-01-20T15:45:56.812Z] #14 37.14 Selecting previously unselected package binutils-mingw-w64-i686. [2022-01-20T15:45:57.072Z] #14 37.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-01-20T15:45:57.072Z] #14 37.21 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-20T15:45:57.072Z] #14 37.22 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-20T15:45:57.750Z] using credential docker-jenkins-github-credentials [2022-01-20T15:45:57.828Z] Cloning the remote Git repository [2022-01-20T15:45:57.828Z] Cloning with configured refspecs honoured and without tags [2022-01-20T15:45:58.344Z] #63 10.87 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2022-01-20T15:45:58.454Z] #14 ... [2022-01-20T15:45:58.454Z] [2022-01-20T15:45:58.454Z] #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-01-20T15:45:58.454Z] #47 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:45:58.454Z] #47 26.82 Building dependency tree... [2022-01-20T15:45:58.454Z] #47 30.50 The following additional packages will be installed: [2022-01-20T15:45:58.454Z] #47 30.50 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-20T15:45:58.454Z] #47 30.50 python3-protobuf python3-six [2022-01-20T15:45:58.454Z] #47 30.52 Suggested packages: [2022-01-20T15:45:58.454Z] #47 30.52 python3-setuptools [2022-01-20T15:45:58.454Z] #47 30.52 Recommended packages: [2022-01-20T15:45:58.454Z] #47 30.52 iproute2 | iproute [2022-01-20T15:45:58.454Z] #47 31.12 The following NEW packages will be installed: [2022-01-20T15:45:58.454Z] #47 31.12 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-01-20T15:45:58.454Z] #47 31.12 python3-protobuf python3-six [2022-01-20T15:45:58.454Z] #47 31.59 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:45:58.454Z] #47 31.59 Need to get 2292 kB of archives. [2022-01-20T15:45:58.454Z] #47 31.59 After this operation, 11.0 MB of additional disk space will be used. [2022-01-20T15:45:58.454Z] #47 31.59 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-01-20T15:45:58.454Z] #47 31.80 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-20T15:45:58.454Z] #47 31.80 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-01-20T15:45:58.454Z] #47 31.82 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-01-20T15:45:58.454Z] #47 31.88 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-20T15:45:58.454Z] #47 31.88 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-01-20T15:45:58.454Z] #47 31.91 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-20T15:45:58.454Z] #47 34.88 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-01-20T15:45:58.454Z] #47 36.20 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:45:58.454Z] #47 36.41 Fetched 2292 kB in 4s (575 kB/s) [2022-01-20T15:45:58.454Z] #47 36.53 Selecting previously unselected package libprotobuf23:amd64. [2022-01-20T15:45:58.454Z] #47 36.53 (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-01-20T15:45:58.454Z] #47 36.58 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-01-20T15:45:58.454Z] #47 36.60 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-01-20T15:45:58.454Z] #47 37.32 Selecting previously unselected package python3-pkg-resources. [2022-01-20T15:45:58.454Z] #47 37.33 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-20T15:45:58.454Z] #47 37.33 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-20T15:45:58.454Z] #47 37.55 Selecting previously unselected package python3-six. [2022-01-20T15:45:58.454Z] #47 37.55 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-01-20T15:45:58.454Z] #47 37.57 Unpacking python3-six (1.16.0-2) ... [2022-01-20T15:45:58.454Z] #47 37.65 Selecting previously unselected package python3-protobuf. [2022-01-20T15:45:58.454Z] #47 37.66 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-01-20T15:45:58.454Z] #47 37.66 Unpacking python3-protobuf (3.12.4-1) ... [2022-01-20T15:45:58.454Z] #47 38.09 Selecting previously unselected package libnet1:amd64. [2022-01-20T15:45:58.454Z] #47 38.10 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-20T15:45:58.454Z] #47 38.11 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-20T15:45:58.454Z] #47 38.24 Selecting previously unselected package libnl-3-200:amd64. [2022-01-20T15:45:58.454Z] #47 38.24 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-20T15:45:58.454Z] #47 38.25 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-20T15:45:58.454Z] #47 ... [2022-01-20T15:45:58.454Z] [2022-01-20T15:45:58.454Z] #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-01-20T15:45:58.454Z] #34 sha256:9fe0f3d33a999b153a8e31cd4d91505945385bf49d44e9974bedbe8d707b997f [2022-01-20T15:45:58.454Z] #34 38.30 Updating files: 92% (1414/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-01-20T15:45:58.454Z] #34 38.49 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-01-20T15:45:58.605Z] #63 11.82 + mkdir -p /build [2022-01-20T15:45:58.605Z] #63 11.82 + cp runc /build/runc [2022-01-20T15:45:56.464Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-01-20T15:45:57.307Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:45:57.307Z] > git --version # timeout=10 [2022-01-20T15:45:57.363Z] > git --version # 'git version 2.24.1.windows.2' [2022-01-20T15:45:57.364Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:45:57.367Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:45:59.024Z] #34 38.90 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-01-20T15:45:59.177Z] #63 ... [2022-01-20T15:45:59.177Z] [2022-01-20T15:45:59.177Z] #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-01-20T15:45:59.177Z] #28 sha256:3f21c2b92cebfd4f70550d3510e8572ab074af718611cd3ce271230d58bfd991 [2022-01-20T15:45:59.177Z] #28 1.305 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2022-01-20T15:45:59.177Z] #28 1.305 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:45:59.177Z] #28 1.308 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2022-01-20T15:45:59.177Z] #28 1.494 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7865 kB] [2022-01-20T15:45:59.177Z] #28 1.883 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8070 kB] [2022-01-20T15:45:59.177Z] #28 2.322 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7876 kB] [2022-01-20T15:45:59.177Z] #28 2.743 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8030 kB] [2022-01-20T15:45:59.177Z] #28 3.171 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7943 kB] [2022-01-20T15:45:59.177Z] #28 3.547 Get:9 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [110 kB] [2022-01-20T15:45:59.177Z] #28 3.549 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:45:59.177Z] #28 3.550 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [103 kB] [2022-01-20T15:45:59.177Z] #28 3.551 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [103 kB] [2022-01-20T15:45:59.177Z] #28 3.559 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [105 kB] [2022-01-20T15:45:59.177Z] #28 3.563 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [109 kB] [2022-01-20T15:45:59.177Z] #28 3.564 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B] [2022-01-20T15:45:59.177Z] #28 3.570 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armhf Packages [2600 B] [2022-01-20T15:45:59.177Z] #28 3.578 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main armel Packages [2604 B] [2022-01-20T15:45:59.177Z] #28 3.579 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main ppc64el Packages [2596 B] [2022-01-20T15:45:59.177Z] #28 3.579 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main s390x Packages [2596 B] [2022-01-20T15:45:59.749Z] #28 ... [2022-01-20T15:45:59.749Z] [2022-01-20T15:45:59.749Z] #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-01-20T15:45:59.749Z] #63 sha256:6135ebb9dbdec2fd2c3f8418e07200dd3fa55b5ac142d98778316831e15ca41a [2022-01-20T15:45:59.749Z] #63 DONE 13.2s [2022-01-20T15:46:00.010Z] [2022-01-20T15:46:00.010Z] #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-01-20T15:46:00.010Z] #28 sha256:3f21c2b92cebfd4f70550d3510e8572ab074af718611cd3ce271230d58bfd991 [2022-01-20T15:46:00.030Z] using credential docker-jenkins-github-credentials [2022-01-20T15:46:00.108Z] Cloning the remote Git repository [2022-01-20T15:46:00.108Z] Cloning with configured refspecs honoured and without tags [2022-01-20T15:46:00.303Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:46:00.704Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-01-20T15:45:58.028Z] Cloning repository https://github.com/moby/moby.git [2022-01-20T15:46:00.541Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-01-20T15:46:01.457Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:46:01.457Z] > git --version # timeout=10 [2022-01-20T15:46:01.507Z] > git --version # 'git version 2.24.1.windows.2' [2022-01-20T15:46:01.508Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:01.511Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:01.481Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:46:01.481Z] > git --version # timeout=10 [2022-01-20T15:46:01.522Z] > git --version # 'git version 2.24.1.windows.2' [2022-01-20T15:46:01.523Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:01.526Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:04.215Z] #28 11.39 Fetched 40.5 MB in 11s (3848 kB/s) [2022-01-20T15:46:05.597Z] #34 ... [2022-01-20T15:46:05.597Z] [2022-01-20T15:46:05.597Z] #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-01-20T15:46:05.597Z] #47 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:46:05.597Z] #47 38.36 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-20T15:46:05.597Z] #47 38.38 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-20T15:46:05.597Z] #47 38.39 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-20T15:46:05.597Z] #47 38.51 Selecting previously unselected package criu. [2022-01-20T15:46:05.597Z] #47 38.51 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-01-20T15:46:05.597Z] #47 38.52 Unpacking criu (3.16.1-3) ... [2022-01-20T15:46:05.597Z] #47 39.22 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-20T15:46:05.597Z] #47 40.76 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-01-20T15:46:05.597Z] #47 40.77 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-20T15:46:05.597Z] #47 40.82 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-20T15:46:05.597Z] #47 40.84 Setting up python3-six (1.16.0-2) ... [2022-01-20T15:46:05.597Z] #47 41.86 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-20T15:46:05.597Z] #47 41.90 Setting up python3-protobuf (3.12.4-1) ... [2022-01-20T15:46:05.597Z] #47 45.44 Setting up criu (3.16.1-3) ... [2022-01-20T15:46:05.857Z] #47 ... [2022-01-20T15:46:05.857Z] [2022-01-20T15:46:05.857Z] #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-01-20T15:46:05.857Z] #38 sha256:286dcb8eb3ea84eeab5a0e876e418fee7ff1abb4d83870130e087389c6a35999 [2022-01-20T15:46:05.857Z] #38 36.23 Selecting previously unselected package libicu67:amd64. [2022-01-20T15:46:05.857Z] #38 36.23 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-01-20T15:46:05.857Z] #38 36.24 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-20T15:46:05.857Z] #38 41.91 Selecting previously unselected package libxml2:amd64. [2022-01-20T15:46:05.857Z] #38 41.91 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-01-20T15:46:05.857Z] #38 41.91 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-20T15:46:05.857Z] #38 42.36 Selecting previously unselected package libarchive13:amd64. [2022-01-20T15:46:05.857Z] #38 42.36 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-01-20T15:46:05.857Z] #38 42.38 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-20T15:46:05.857Z] #38 42.65 Selecting previously unselected package libjsoncpp24:amd64. [2022-01-20T15:46:05.857Z] #38 42.67 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-01-20T15:46:05.857Z] #38 42.68 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-20T15:46:05.857Z] #38 42.84 Selecting previously unselected package librhash0:amd64. [2022-01-20T15:46:05.857Z] #38 42.85 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-01-20T15:46:05.857Z] #38 42.86 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-01-20T15:46:05.857Z] #38 43.08 Selecting previously unselected package libuv1:amd64. [2022-01-20T15:46:05.857Z] #38 43.08 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-01-20T15:46:05.857Z] #38 43.09 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-01-20T15:46:05.858Z] #38 43.24 Selecting previously unselected package cmake. [2022-01-20T15:46:05.858Z] #38 43.24 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-01-20T15:46:05.858Z] #38 43.25 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-01-20T15:46:06.117Z] #38 ... [2022-01-20T15:46:06.117Z] [2022-01-20T15:46:06.118Z] #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-01-20T15:46:06.118Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:46:06.118Z] #14 39.06 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-01-20T15:46:06.118Z] #14 39.06 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-01-20T15:46:06.118Z] #14 39.08 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-20T15:46:06.118Z] #14 41.31 Selecting previously unselected package binutils-mingw-w64. [2022-01-20T15:46:06.118Z] #14 41.31 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-01-20T15:46:06.118Z] #14 41.31 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-20T15:46:06.118Z] #14 41.43 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-01-20T15:46:06.118Z] #14 41.44 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:46:06.118Z] #14 41.45 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:46:06.118Z] #14 41.59 Selecting previously unselected package dmsetup. [2022-01-20T15:46:06.118Z] #14 41.60 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:46:06.118Z] #14 41.60 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-01-20T15:46:06.118Z] #14 41.78 Selecting previously unselected package mingw-w64-common. [2022-01-20T15:46:06.118Z] #14 41.78 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-01-20T15:46:06.118Z] #14 41.79 Unpacking mingw-w64-common (8.0.0-1) ... [2022-01-20T15:46:06.378Z] #14 46.48 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-01-20T15:46:06.378Z] #14 46.48 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-01-20T15:46:06.378Z] #14 46.48 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-20T15:46:06.638Z] #14 ... [2022-01-20T15:46:06.638Z] [2022-01-20T15:46:06.638Z] #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-01-20T15:46:06.638Z] #38 sha256:286dcb8eb3ea84eeab5a0e876e418fee7ff1abb4d83870130e087389c6a35999 [2022-01-20T15:46:06.638Z] #38 46.87 Setting up libicu67:amd64 (67.1-7) ... [2022-01-20T15:46:06.638Z] #38 46.89 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:06.638Z] #38 46.92 Setting up libuv1:amd64 (1.40.0-2) ... [2022-01-20T15:46:06.638Z] #38 46.94 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:06.898Z] #38 46.97 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-01-20T15:46:06.898Z] #38 47.01 Setting up librhash0:amd64 (1.4.1-2) ... [2022-01-20T15:46:06.898Z] #38 47.03 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-01-20T15:46:06.898Z] #38 47.05 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-01-20T15:46:06.898Z] #38 47.10 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-01-20T15:46:06.898Z] #38 47.11 Setting up cmake (3.18.4-2+deb11u1) ... [2022-01-20T15:46:06.898Z] #38 47.18 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:46:09.436Z] #38 DONE 49.7s [2022-01-20T15:46:09.436Z] [2022-01-20T15:46:09.436Z] #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-01-20T15:46:09.436Z] #49 sha256:77cb706d755e16aea54301fa925fe1a91b1df361756934152b11e5eb1aa5503b [2022-01-20T15:46:09.436Z] #49 49.47 gotestsum version dev [2022-01-20T15:46:09.436Z] #49 DONE 49.6s [2022-01-20T15:46:09.436Z] [2022-01-20T15:46:09.436Z] #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-01-20T15:46:09.436Z] #47 sha256:772e7ea7e4c90dad3af60eb2828772592267e1c6f85d53a6f1feb78ab6b69a0e [2022-01-20T15:46:09.436Z] #47 47.51 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:46:09.436Z] #47 DONE 49.4s [2022-01-20T15:46:09.436Z] [2022-01-20T15:46:09.437Z] #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-01-20T15:46:09.437Z] #63 sha256:eceb82a2fee050eb23d3451b1abc5af0d0ab1af7012f05af6c55b4aeb1039616 [2022-01-20T15:46:09.499Z] #28 11.39 Reading package lists... [2022-01-20T15:46:09.696Z] #63 ... [2022-01-20T15:46:09.696Z] [2022-01-20T15:46:09.696Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-01-20T15:46:09.696Z] #39 sha256:bd6ba7120e99d6addac76c336ba9caedc330f1cd5bb90ca2884dacceca5bc4ee [2022-01-20T15:46:09.956Z] #39 DONE 0.3s [2022-01-20T15:46:09.956Z] [2022-01-20T15:46:09.956Z] #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-01-20T15:46:09.956Z] #40 sha256:faa60a7b87ffd18890235906943814a629df061db3f8ac1e2dfbef8cc9dcc7f4 [2022-01-20T15:46:11.863Z] #40 1.676 + RM_GOPATH=0 [2022-01-20T15:46:11.863Z] #40 1.676 + TMP_GOPATH= [2022-01-20T15:46:11.863Z] #40 1.676 + : /build [2022-01-20T15:46:11.863Z] #40 1.676 + '[' -z '' ']' [2022-01-20T15:46:11.863Z] #40 1.676 ++ mktemp -d [2022-01-20T15:46:11.863Z] #40 1.734 + export GOPATH=/tmp/tmp.v68DnxCkU9 [2022-01-20T15:46:11.863Z] #40 1.734 + GOPATH=/tmp/tmp.v68DnxCkU9 [2022-01-20T15:46:11.863Z] #40 1.734 + RM_GOPATH=1 [2022-01-20T15:46:11.863Z] #40 1.734 + case "$(go env GOARCH)" in [2022-01-20T15:46:11.863Z] #40 1.734 ++ go env GOARCH [2022-01-20T15:46:11.863Z] #40 1.758 Install tini version v0.19.0 [2022-01-20T15:46:11.863Z] #40 1.758 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:46:11.863Z] #40 1.758 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:46:11.863Z] #40 1.758 ++ dirname /install.sh [2022-01-20T15:46:11.863Z] #40 1.758 + dir=/ [2022-01-20T15:46:11.863Z] #40 1.758 + bin=tini [2022-01-20T15:46:11.863Z] #40 1.758 + shift [2022-01-20T15:46:11.863Z] #40 1.758 + '[' '!' -f //tini.installer ']' [2022-01-20T15:46:11.863Z] #40 1.758 + . //tini.installer [2022-01-20T15:46:11.863Z] #40 1.758 ++ : v0.19.0 [2022-01-20T15:46:11.863Z] #40 1.758 + install_tini [2022-01-20T15:46:11.863Z] #40 1.758 + echo 'Install tini version v0.19.0' [2022-01-20T15:46:11.863Z] #40 1.758 + git clone https://github.com/krallin/tini.git /tmp/tmp.v68DnxCkU9/tini [2022-01-20T15:46:11.863Z] #40 1.769 Cloning into '/tmp/tmp.v68DnxCkU9/tini'... [2022-01-20T15:46:12.433Z] #40 2.632 + cd /tmp/tmp.v68DnxCkU9/tini [2022-01-20T15:46:12.433Z] #40 2.644 + git checkout -q v0.19.0 [2022-01-20T15:46:12.433Z] #40 2.649 + cmake . [2022-01-20T15:46:13.001Z] #40 3.054 -- The C compiler identification is GNU 10.2.1 [2022-01-20T15:46:13.001Z] #40 3.140 -- Detecting C compiler ABI info [2022-01-20T15:46:13.570Z] #40 3.630 -- Detecting C compiler ABI info - done [2022-01-20T15:46:13.570Z] #40 3.717 -- Check for working C compiler: /usr/bin/cc - skipped [2022-01-20T15:46:13.570Z] #40 3.721 -- Detecting C compile features [2022-01-20T15:46:13.570Z] #40 3.725 -- Detecting C compile features - done [2022-01-20T15:46:13.570Z] #40 3.754 -- Performing Test HAS_BUILTIN_FORTIFY [2022-01-20T15:46:13.672Z] Fetching without tags [2022-01-20T15:46:13.701Z] #28 16.04 Reading package lists... [2022-01-20T15:46:13.830Z] #40 3.965 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-01-20T15:46:14.089Z] #40 4.042 -- Configuring done [2022-01-20T15:46:14.089Z] #40 4.072 -- Generating done [2022-01-20T15:46:14.089Z] #40 4.077 -- Build files have been written to: /tmp/tmp.v68DnxCkU9/tini [2022-01-20T15:46:14.089Z] #40 4.088 + make tini-static [2022-01-20T15:46:14.089Z] #40 4.293 Scanning dependencies of target tini-static [2022-01-20T15:46:13.325Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:46:13.390Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:46:13.450Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:13.576Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:46:13.710Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:46:13.711Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:13.713Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:14.349Z] #40 4.342 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-01-20T15:46:14.640Z] #28 20.65 Building dependency tree... [2022-01-20T15:46:14.640Z] #28 21.75 Reading state information... [2022-01-20T15:46:14.969Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:46:15.289Z] #40 5.222 [100%] Linking C executable tini-static [2022-01-20T15:46:15.553Z] #40 5.683 [100%] Built target tini-static [2022-01-20T15:46:15.554Z] #40 5.747 + mkdir -p /build [2022-01-20T15:46:15.580Z] #28 22.56 bzip2 is already the newest version (1.0.8-4). [2022-01-20T15:46:15.580Z] #28 22.56 patch is already the newest version (2.7.6-7). [2022-01-20T15:46:15.580Z] #28 22.56 xz-utils is already the newest version (5.2.5-2). [2022-01-20T15:46:15.580Z] #28 22.56 The following additional packages will be installed: [2022-01-20T15:46:15.580Z] #28 22.56 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-01-20T15:46:15.580Z] #28 22.57 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2022-01-20T15:46:15.580Z] #28 22.57 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-01-20T15:46:15.580Z] #28 22.57 python3-pkg-resources vim-runtime xxd [2022-01-20T15:46:15.580Z] #28 22.58 Suggested packages: [2022-01-20T15:46:15.580Z] #28 22.58 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2022-01-20T15:46:15.580Z] #28 22.58 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2022-01-20T15:46:15.580Z] #28 22.58 Recommended packages: [2022-01-20T15:46:15.580Z] #28 22.58 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-01-20T15:46:15.815Z] #40 5.750 + cp tini-static /build/docker-init [2022-01-20T15:46:16.075Z] #40 DONE 6.3s [2022-01-20T15:46:16.075Z] [2022-01-20T15:46:16.075Z] #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-01-20T15:46:16.075Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:46:16.075Z] #14 52.90 Selecting previously unselected package gcc-mingw-w64-base. [2022-01-20T15:46:16.075Z] #14 52.93 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:46:16.075Z] #14 52.94 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-20T15:46:16.075Z] #14 53.04 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-01-20T15:46:16.075Z] #14 53.04 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:46:16.075Z] #14 53.05 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-20T15:46:16.520Z] #28 23.60 The following NEW packages will be installed: [2022-01-20T15:46:16.520Z] #28 23.60 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2022-01-20T15:46:16.520Z] #28 23.60 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2022-01-20T15:46:16.520Z] #28 23.60 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2022-01-20T15:46:16.520Z] #28 23.61 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2022-01-20T15:46:16.520Z] #28 23.61 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2022-01-20T15:46:16.520Z] #28 23.61 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2022-01-20T15:46:16.520Z] #28 23.61 vim-common vim-runtime xfsprogs xxd zip zstd [2022-01-20T15:46:16.780Z] #28 23.95 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:46:16.780Z] #28 23.95 Need to get 18.6 MB of archives. [2022-01-20T15:46:16.780Z] #28 23.95 After this operation, 71.4 MB of additional disk space will be used. [2022-01-20T15:46:16.780Z] #28 23.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-01-20T15:46:16.780Z] #28 23.95 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-01-20T15:46:16.780Z] #28 23.96 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-01-20T15:46:16.780Z] #28 23.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-01-20T15:46:16.780Z] #28 23.96 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-01-20T15:46:16.780Z] #28 23.96 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-01-20T15:46:16.780Z] #28 23.96 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-01-20T15:46:16.780Z] #28 23.96 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-01-20T15:46:16.780Z] #28 23.98 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-20T15:46:16.780Z] #28 23.98 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-20T15:46:16.780Z] #28 23.99 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-01-20T15:46:16.780Z] #28 23.99 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-01-20T15:46:16.780Z] #28 24.00 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-01-20T15:46:17.041Z] #28 24.01 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-01-20T15:46:17.041Z] #28 24.03 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-01-20T15:46:17.041Z] #28 24.03 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-01-20T15:46:17.041Z] #28 24.03 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-01-20T15:46:17.041Z] #28 24.03 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-01-20T15:46:17.041Z] #28 24.03 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-01-20T15:46:17.041Z] #28 24.03 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-20T15:46:17.041Z] #28 24.04 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-20T15:46:17.041Z] #28 24.05 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-20T15:46:17.041Z] #28 24.05 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-01-20T15:46:17.041Z] #28 24.05 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-01-20T15:46:17.041Z] #28 24.05 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-01-20T15:46:17.041Z] #28 24.05 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-20T15:46:17.041Z] #28 24.05 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-01-20T15:46:17.041Z] #28 24.05 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-20T15:46:17.041Z] #28 24.06 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-01-20T15:46:17.041Z] #28 24.06 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-01-20T15:46:17.041Z] #28 24.08 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-01-20T15:46:17.041Z] #28 24.08 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-01-20T15:46:17.041Z] #28 24.08 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-20T15:46:17.041Z] #28 24.08 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-01-20T15:46:17.041Z] #28 24.08 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-01-20T15:46:17.041Z] #28 24.09 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-01-20T15:46:17.041Z] #28 24.11 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-01-20T15:46:17.041Z] #28 24.12 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-01-20T15:46:17.041Z] #28 24.13 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-01-20T15:46:17.041Z] #28 24.13 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-01-20T15:46:17.041Z] #28 24.21 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-01-20T15:46:15.082Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:46:15.134Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:46:17.302Z] #28 24.23 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-01-20T15:46:17.302Z] #28 24.25 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-01-20T15:46:17.302Z] #28 24.25 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-01-20T15:46:17.563Z] #28 24.75 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:46:17.824Z] #28 24.92 Fetched 18.6 MB in 1s (31.6 MB/s) [2022-01-20T15:46:17.824Z] #28 24.96 Selecting previously unselected package pigz. [2022-01-20T15:46:17.824Z] #28 24.96 (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-01-20T15:46:17.824Z] #28 25.00 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-01-20T15:46:17.824Z] #28 25.00 Unpacking pigz (2.6-1) ... [2022-01-20T15:46:17.824Z] #28 25.06 Selecting previously unselected package libelf1:amd64. [2022-01-20T15:46:18.085Z] #28 25.06 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-01-20T15:46:18.085Z] #28 25.07 Unpacking libelf1:amd64 (0.183-1) ... [2022-01-20T15:46:18.085Z] #28 25.16 Selecting previously unselected package libbpf0:amd64. [2022-01-20T15:46:18.085Z] #28 25.16 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-01-20T15:46:18.085Z] #28 25.17 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-01-20T15:46:18.085Z] #28 25.22 Selecting previously unselected package libcap2:amd64. [2022-01-20T15:46:18.085Z] #28 25.23 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-01-20T15:46:18.085Z] #28 25.23 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-01-20T15:46:18.085Z] #28 25.28 Selecting previously unselected package libmnl0:amd64. [2022-01-20T15:46:18.085Z] #28 25.28 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-01-20T15:46:18.085Z] #28 25.29 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-01-20T15:46:18.085Z] #28 25.34 Selecting previously unselected package libxtables12:amd64. [2022-01-20T15:46:18.086Z] #28 25.34 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-01-20T15:46:18.086Z] #28 25.35 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-01-20T15:46:18.347Z] #28 25.40 Selecting previously unselected package libcap2-bin. [2022-01-20T15:46:18.347Z] #28 25.41 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-01-20T15:46:18.347Z] #28 25.42 Unpacking libcap2-bin (1:2.44-1) ... [2022-01-20T15:46:18.347Z] #28 25.48 Selecting previously unselected package iproute2. [2022-01-20T15:46:18.347Z] #28 25.49 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-01-20T15:46:18.347Z] #28 25.49 Unpacking iproute2 (5.10.0-4) ... [2022-01-20T15:46:18.608Z] #28 25.71 Selecting previously unselected package xxd. [2022-01-20T15:46:18.608Z] #28 25.71 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-20T15:46:18.608Z] #28 25.72 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:18.608Z] #28 25.78 Selecting previously unselected package vim-common. [2022-01-20T15:46:18.608Z] #28 25.79 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-20T15:46:18.608Z] #28 25.80 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:18.616Z] #14 58.97 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-01-20T15:46:18.869Z] #28 25.89 Selecting previously unselected package bash-completion. [2022-01-20T15:46:18.869Z] #28 25.90 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-01-20T15:46:18.876Z] #14 58.97 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:46:18.876Z] #14 58.98 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:46:19.398Z] Merge succeeded, producing 530ea249109f6caa344a56d7ce2f20a7457913da [2022-01-20T15:46:19.398Z] Checking out Revision 530ea249109f6caa344a56d7ce2f20a7457913da (PR-43142) [2022-01-20T15:46:19.679Z] Fetching without tags [2022-01-20T15:46:19.812Z] #28 26.85 Unpacking bash-completion (1:2.11-2) ... [2022-01-20T15:46:20.073Z] #28 27.02 Selecting previously unselected package apparmor. [2022-01-20T15:46:20.073Z] #28 27.03 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2022-01-20T15:46:20.073Z] #28 27.06 Unpacking apparmor (2.13.6-10) ... [2022-01-20T15:46:20.333Z] #28 27.27 Selecting previously unselected package inetutils-ping. [2022-01-20T15:46:20.333Z] #28 27.29 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-01-20T15:46:20.333Z] #28 27.29 Unpacking inetutils-ping (2:2.0-1) ... [2022-01-20T15:46:20.333Z] #28 27.35 Selecting previously unselected package libip4tc2:amd64. [2022-01-20T15:46:20.333Z] #28 27.36 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2022-01-20T15:46:20.333Z] #28 27.37 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-01-20T15:46:20.333Z] #28 27.41 Selecting previously unselected package libip6tc2:amd64. [2022-01-20T15:46:20.333Z] #28 27.42 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2022-01-20T15:46:20.333Z] #28 27.42 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-01-20T15:46:20.333Z] #28 27.47 Selecting previously unselected package libnfnetlink0:amd64. [2022-01-20T15:46:20.333Z] #28 27.48 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-01-20T15:46:20.333Z] #28 27.48 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-20T15:46:20.333Z] #28 27.53 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-01-20T15:46:20.333Z] #28 27.53 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-01-20T15:46:20.333Z] #28 27.54 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-20T15:46:20.333Z] #28 27.58 Selecting previously unselected package libnftnl11:amd64. [2022-01-20T15:46:20.333Z] #28 27.58 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2022-01-20T15:46:20.333Z] #28 27.59 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-01-20T15:46:20.333Z] #28 27.64 Selecting previously unselected package iptables. [2022-01-20T15:46:20.413Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:46:17.939Z] > git remote # timeout=10 [2022-01-20T15:46:18.016Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:46:18.071Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:18.073Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:46:19.302Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-01-20T15:46:19.436Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:46:19.496Z] > git checkout -f 530ea249109f6caa344a56d7ce2f20a7457913da # timeout=10 [2022-01-20T15:46:20.594Z] #28 27.65 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2022-01-20T15:46:20.594Z] #28 27.65 Unpacking iptables (1.8.7-1) ... [2022-01-20T15:46:20.594Z] #28 27.81 Selecting previously unselected package libonig5:amd64. [2022-01-20T15:46:20.594Z] #28 27.82 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-20T15:46:20.594Z] #28 27.83 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-20T15:46:20.710Z] Fetching without tags [2022-01-20T15:46:20.854Z] #28 27.90 Selecting previously unselected package libjq1:amd64. [2022-01-20T15:46:20.854Z] #28 27.91 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2022-01-20T15:46:20.854Z] #28 27.91 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-20T15:46:20.854Z] #28 27.98 Selecting previously unselected package jq. [2022-01-20T15:46:20.854Z] #28 27.99 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2022-01-20T15:46:20.854Z] #28 27.99 Unpacking jq (1.6-2.1) ... [2022-01-20T15:46:20.854Z] #28 28.04 Selecting previously unselected package libaio1:amd64. [2022-01-20T15:46:20.854Z] #28 28.05 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2022-01-20T15:46:20.854Z] #28 28.06 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-01-20T15:46:20.854Z] #28 28.10 Selecting previously unselected package libgpm2:amd64. [2022-01-20T15:46:20.854Z] #28 28.10 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2022-01-20T15:46:20.854Z] #28 28.11 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-01-20T15:46:21.114Z] #28 28.15 Selecting previously unselected package libinih1:amd64. [2022-01-20T15:46:21.114Z] #28 28.15 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2022-01-20T15:46:21.114Z] #28 28.16 Unpacking libinih1:amd64 (53-1+b2) ... [2022-01-20T15:46:21.114Z] #28 28.20 Selecting previously unselected package libnet1:amd64. [2022-01-20T15:46:21.114Z] #28 28.21 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-20T15:46:21.114Z] #28 28.21 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-20T15:46:21.114Z] #28 28.27 Selecting previously unselected package libnl-3-200:amd64. [2022-01-20T15:46:21.114Z] #28 28.28 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-20T15:46:21.114Z] #28 28.28 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-20T15:46:21.114Z] #28 28.33 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-20T15:46:21.114Z] #28 28.34 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-20T15:46:21.114Z] #28 28.34 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-20T15:46:21.400Z] #28 28.37 Selecting previously unselected package net-tools. [2022-01-20T15:46:21.400Z] #28 28.39 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-01-20T15:46:21.400Z] #28 28.39 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-01-20T15:46:21.400Z] #28 28.48 Selecting previously unselected package python-pip-whl. [2022-01-20T15:46:21.400Z] #28 28.49 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2022-01-20T15:46:21.400Z] #28 28.49 Unpacking python-pip-whl (20.3.4-4) ... [2022-01-20T15:46:21.426Z] Merging remotes/origin/master commit 6e05fa7076670a55d94c57578a3b0097f3ca4b53 into PR head commit 5d96e09628ac93d2f92903d940546dcc95e11cbb [2022-01-20T15:46:20.407Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:46:20.460Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:46:20.503Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:20.627Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:46:20.745Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:46:20.746Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:20.747Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:19.350Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:46:19.412Z] > git config --add remote.origin.fetch +refs/pull/43142/head:refs/remotes/origin/PR-43142 # timeout=10 [2022-01-20T15:46:19.459Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:19.582Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-01-20T15:46:19.717Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-01-20T15:46:19.717Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:19.719Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43142/head:refs/remotes/origin/PR-43142 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-01-20T15:46:20.528Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:46:20.574Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:46:21.661Z] #28 28.72 Selecting previously unselected package python3-lib2to3. [2022-01-20T15:46:21.661Z] #28 28.73 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2022-01-20T15:46:21.661Z] #28 28.74 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-01-20T15:46:21.661Z] #28 28.81 Selecting previously unselected package python3-distutils. [2022-01-20T15:46:21.661Z] #28 28.82 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2022-01-20T15:46:21.661Z] #28 28.82 Unpacking python3-distutils (3.9.2-1) ... [2022-01-20T15:46:21.921Z] #28 28.89 Selecting previously unselected package python3-pkg-resources. [2022-01-20T15:46:21.921Z] #28 28.90 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-20T15:46:21.921Z] #28 28.91 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-20T15:46:21.921Z] #28 28.99 Selecting previously unselected package python3-setuptools. [2022-01-20T15:46:21.921Z] #28 29.00 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2022-01-20T15:46:21.921Z] #28 29.00 Unpacking python3-setuptools (52.0.0-4) ... [2022-01-20T15:46:21.921Z] #28 29.11 Selecting previously unselected package python3-wheel. [2022-01-20T15:46:22.182Z] #28 29.12 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2022-01-20T15:46:22.182Z] #28 29.12 Unpacking python3-wheel (0.34.2-1) ... [2022-01-20T15:46:22.182Z] #28 29.17 Selecting previously unselected package python3-pip. [2022-01-20T15:46:22.182Z] #28 29.18 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2022-01-20T15:46:22.182Z] #28 29.19 Unpacking python3-pip (20.3.4-4) ... [2022-01-20T15:46:22.182Z] #28 29.31 Selecting previously unselected package sudo. [2022-01-20T15:46:22.182Z] #28 29.31 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2022-01-20T15:46:22.182Z] #28 29.32 Unpacking sudo (1.9.5p2-3) ... [2022-01-20T15:46:22.443Z] #28 29.58 Selecting previously unselected package thin-provisioning-tools. [2022-01-20T15:46:22.443Z] #28 29.59 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-01-20T15:46:22.443Z] #28 29.59 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-01-20T15:46:22.443Z] #28 29.71 Selecting previously unselected package uidmap. [2022-01-20T15:46:22.704Z] #28 29.71 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-01-20T15:46:22.704Z] #28 29.72 Unpacking uidmap (1:4.8.1-1) ... [2022-01-20T15:46:22.704Z] #28 29.79 Selecting previously unselected package vim-runtime. [2022-01-20T15:46:22.704Z] #28 29.80 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-20T15:46:22.704Z] #28 29.81 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-01-20T15:46:22.704Z] #28 29.84 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-01-20T15:46:22.704Z] #28 29.85 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:24.088Z] #28 31.07 Selecting previously unselected package vim. [2022-01-20T15:46:24.088Z] #28 31.08 Preparing to unpack .../40-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-20T15:46:24.088Z] #28 31.10 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:24.349Z] #28 31.33 Selecting previously unselected package xfsprogs. [2022-01-20T15:46:24.349Z] #28 31.34 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2022-01-20T15:46:24.349Z] #28 31.34 Unpacking xfsprogs (5.10.0-4) ... [2022-01-20T15:46:24.349Z] #28 31.54 Selecting previously unselected package zip. [2022-01-20T15:46:24.349Z] #28 31.55 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2022-01-20T15:46:24.349Z] #28 31.56 Unpacking zip (3.0-12) ... [2022-01-20T15:46:24.611Z] #28 31.64 Selecting previously unselected package zstd. [2022-01-20T15:46:24.611Z] #28 31.64 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-01-20T15:46:24.611Z] #28 31.65 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-01-20T15:46:24.611Z] #28 31.84 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-20T15:46:21.577Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:46:21.620Z] > git checkout -f 5d96e09628ac93d2f92903d940546dcc95e11cbb # timeout=10 [2022-01-20T15:46:24.048Z] > git remote # timeout=10 [2022-01-20T15:46:24.116Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:46:24.157Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:24.159Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:46:23.573Z] > git remote # timeout=10 [2022-01-20T15:46:23.673Z] > git config --get remote.origin.url # timeout=10 [2022-01-20T15:46:23.719Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-01-20T15:46:23.721Z] > git merge 6e05fa7076670a55d94c57578a3b0097f3ca4b53 # timeout=10 [2022-01-20T15:46:24.880Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-01-20T15:46:24.965Z] Merge succeeded, producing 7d374687d75045fe2f6db159fc450fd8a05a433f [2022-01-20T15:46:24.965Z] Checking out Revision 7d374687d75045fe2f6db159fc450fd8a05a433f (PR-43142) [2022-01-20T15:46:25.183Z] #28 32.29 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-01-20T15:46:25.183Z] #28 32.31 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-01-20T15:46:25.183Z] #28 32.32 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-01-20T15:46:25.183Z] #28 32.33 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-01-20T15:46:25.183Z] #28 32.34 Setting up libinih1:amd64 (53-1+b2) ... [2022-01-20T15:46:25.183Z] #28 32.35 Setting up uidmap (1:4.8.1-1) ... [2022-01-20T15:46:25.183Z] #28 32.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-20T15:46:25.183Z] #28 32.37 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-20T15:46:25.183Z] #28 32.38 Setting up python3-wheel (0.34.2-1) ... [2022-01-20T15:46:25.444Z] #28 32.70 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:25.444Z] #28 32.71 Setting up libcap2:amd64 (1:2.44-1) ... [2022-01-20T15:46:25.444Z] #28 32.73 Setting up libcap2-bin (1:2.44-1) ... [2022-01-20T15:46:25.467Z] #14 ... [2022-01-20T15:46:25.467Z] [2022-01-20T15:46:25.467Z] #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-01-20T15:46:25.467Z] #60 sha256:481c41a2e68fa68bd7f6cb56b1df14df8093a238ef3b27ef861f95ffab77a47b [2022-01-20T15:46:25.559Z] Merge succeeded, producing 2036981c77941851f6e560af3952a96ac4057710 [2022-01-20T15:46:25.560Z] Checking out Revision 2036981c77941851f6e560af3952a96ac4057710 (PR-43142) [2022-01-20T15:46:25.706Z] #28 32.74 Setting up apparmor (2.13.6-10) ... [2022-01-20T15:46:25.986Z] #60 37.11 Updating files: 61% (2868/4684) Updating files: 62% (2905/4684) Updating files: 63% (2951/4684) Updating files: 64% (2998/4684) Updating files: 65% (3045/4684) Updating files: 66% (3092/4684) Updating files: 67% (3139/4684) Updating files: 68% (3186/4684) Updating files: 69% (3232/4684) Updating files: 70% (3279/4684) Updating files: 71% (3326/4684) Updating files: 72% (3373/4684) Updating files: 73% (3420/4684) Updating files: 74% (3467/4684) Updating files: 75% (3513/4684) Updating files: 76% (3560/4684) Updating files: 77% (3607/4684) Updating files: 78% (3654/4684) Updating files: 79% (3701/4684) Updating files: 80% (3748/4684) Updating files: 81% (3795/4684) Updating files: 82% (3841/4684) Updating files: 83% (3888/4684) Updating files: 84% (3935/4684) Updating files: 85% (3982/4684) Updating files: 86% (4029/4684) Updating files: 87% (4076/4684) Updating files: 88% (4122/4684) Updating files: 89% (4169/4684) Updating files: 90% (4216/4684) Updating files: 91% (4263/4684) Updating files: 92% (4310/4684) Updating files: 93% (4357/4684) Updating files: 94% (4403/4684) Updating files: 95% (4450/4684) Updating files: 96% (4497/4684) Updating files: 97% (4544/4684) Updating files: 98% (4591/4684) Updating files: 99% (4638/4684) Updating files: 100% (4684/4684) Updating files: 100% (4684/4684), done. [2022-01-20T15:46:25.986Z] #60 38.09 + cd /tmp/tmp.1AAX1hWLDP/src/github.com/containerd/containerd [2022-01-20T15:46:25.986Z] #60 38.09 + git checkout -q v1.5.9 [2022-01-20T15:46:26.649Z] #28 33.73 Setting up zip (3.0-12) ... [2022-01-20T15:46:26.649Z] #28 33.74 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:26.649Z] #28 33.76 Setting up bash-completion (1:2.11-2) ... [2022-01-20T15:46:27.893Z] #60 39.89 + export 'BUILDTAGS=netgo osusergo static_build' [2022-01-20T15:46:27.893Z] #60 39.89 + BUILDTAGS='netgo osusergo static_build' [2022-01-20T15:46:27.893Z] #60 39.89 + export EXTRA_FLAGS=-buildmode=pie [2022-01-20T15:46:27.893Z] #60 39.89 + EXTRA_FLAGS=-buildmode=pie [2022-01-20T15:46:27.893Z] #60 39.89 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-01-20T15:46:27.893Z] #60 39.89 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-01-20T15:46:27.893Z] #60 39.89 + '[' '' = dynamic ']' [2022-01-20T15:46:27.893Z] #60 39.89 + make [2022-01-20T15:46:28.035Z] #28 34.89 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-01-20T15:46:28.035Z] #28 34.89 Setting up sudo (1.9.5p2-3) ... [2022-01-20T15:46:28.035Z] #28 34.95 invoke-rc.d: could not determine current runlevel [2022-01-20T15:46:28.035Z] #28 34.96 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-20T15:46:28.035Z] #28 34.97 Setting up xfsprogs (5.10.0-4) ... [2022-01-20T15:46:28.035Z] #28 34.98 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-01-20T15:46:28.035Z] #28 34.99 Setting up inetutils-ping (2:2.0-1) ... [2022-01-20T15:46:28.035Z] #28 35.00 Setting up pigz (2.6-1) ... [2022-01-20T15:46:28.035Z] #28 35.01 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-20T15:46:28.035Z] #28 35.02 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-20T15:46:28.035Z] #28 35.04 Setting up python-pip-whl (20.3.4-4) ... [2022-01-20T15:46:28.035Z] #28 35.05 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:28.035Z] #28 35.34 Setting up libaio1:amd64 (0.3.112-9) ... [2022-01-20T15:46:25.475Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-01-20T15:46:25.594Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:46:25.641Z] > git checkout -f 2036981c77941851f6e560af3952a96ac4057710 # timeout=10 [2022-01-20T15:46:28.296Z] #28 35.36 Setting up python3-lib2to3 (3.9.2-1) ... [2022-01-20T15:46:25.003Z] > git config core.sparsecheckout # timeout=10 [2022-01-20T15:46:25.050Z] > git checkout -f 7d374687d75045fe2f6db159fc450fd8a05a433f # timeout=10 [2022-01-20T15:46:28.557Z] #28 35.52 Setting up libelf1:amd64 (0.183-1) ... [2022-01-20T15:46:28.557Z] #28 35.53 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-01-20T15:46:28.557Z] #28 35.54 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-20T15:46:28.557Z] #28 35.55 Setting up python3-distutils (3.9.2-1) ... [2022-01-20T15:46:28.818Z] #28 35.77 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:46:28.818Z] #28 35.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-01-20T15:46:28.819Z] #28 35.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-01-20T15:46:28.819Z] #28 35.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-01-20T15:46:28.819Z] #28 35.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-01-20T15:46:28.819Z] #28 35.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-01-20T15:46:28.819Z] #28 35.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-01-20T15:46:28.819Z] #28 35.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-01-20T15:46:28.819Z] #28 35.82 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-01-20T15:46:28.819Z] #28 35.84 Setting up python3-setuptools (52.0.0-4) ... [2022-01-20T15:46:29.273Z] #60 41.29 + bin/ctr [2022-01-20T15:46:29.391Z] #28 36.42 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-20T15:46:29.391Z] #28 36.43 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-01-20T15:46:29.391Z] #28 36.45 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-01-20T15:46:29.391Z] #28 36.46 Setting up python3-pip (20.3.4-4) ... [2022-01-20T15:46:29.652Z] #28 36.88 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-20T15:46:29.652Z] #28 36.90 Setting up jq (1.6-2.1) ... [2022-01-20T15:46:29.652Z] #28 36.91 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-01-20T15:46:29.958Z] #28 36.92 Setting up iptables (1.8.7-1) ... [2022-01-20T15:46:29.958Z] #28 36.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-20T15:46:29.958Z] #28 36.94 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-20T15:46:29.958Z] #28 36.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-20T15:46:29.958Z] #28 36.95 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-20T15:46:29.958Z] #28 36.95 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-01-20T15:46:29.958Z] #28 36.95 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-01-20T15:46:29.958Z] #28 36.96 Setting up iproute2 (5.10.0-4) ... [2022-01-20T15:46:29.958Z] #28 37.16 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:46:30.924Z] #28 DONE 38.1s [2022-01-20T15:46:30.924Z] [2022-01-20T15:46:30.924Z] #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-01-20T15:46:30.924Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:46:31.180Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [2022-01-20T15:46:31.186Z] #67 ... [2022-01-20T15:46:31.186Z] [2022-01-20T15:46:31.186Z] #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-01-20T15:46:31.186Z] #29 sha256:da293fb0bb178af117ea2451107f1e3342776d518326f6780f4817c44bfc1ad7 [2022-01-20T15:46:31.335Z] First time build. Skipping changelog. [2022-01-20T15:46:31.761Z] #29 0.791 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-01-20T15:46:31.761Z] #29 0.797 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-01-20T15:46:31.761Z] #29 0.800 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-20T15:46:32.021Z] #29 DONE 0.9s [2022-01-20T15:46:32.021Z] [2022-01-20T15:46:32.021Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-20T15:46:32.021Z] #30 sha256:21db9a4b5227eed532d737a01d6bb569d979db0903629645b989404f8efb90c5 [2022-01-20T15:46:33.182Z] ok github.com/docker/docker/libnetwork 37.053s coverage: 40.7% of statements [2022-01-20T15:46:33.182Z] ok github.com/docker/docker/libnetwork/bitseq 0.127s coverage: 84.4% of statements [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-20T15:46:33.182Z] ok github.com/docker/docker/libnetwork/config 0.015s coverage: 19.7% of statements [2022-01-20T15:46:33.182Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-20T15:46:33.182Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-20T15:46:33.182Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-01-20T15:46:33.439Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.248s coverage: 59.9% of statements [2022-01-20T15:46:33.439Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-20T15:46:33.697Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-01-20T15:46:34.262Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.017s coverage: 4.0% of statements [2022-01-20T15:46:34.262Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-20T15:46:34.826Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2022-01-20T15:46:34.826Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-20T15:46:34.914Z] + docker version [2022-01-20T15:46:31.220Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:46:35.083Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-01-20T15:46:36.136Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [2022-01-20T15:46:36.266Z] First time build. Skipping changelog. [2022-01-20T15:46:36.667Z] Commit message: "Merge commit '6e05fa7076670a55d94c57578a3b0097f3ca4b53' into HEAD" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-20T15:46:36.789Z] First time build. Skipping changelog. [2022-01-20T15:46:38.604Z] #30 ... [2022-01-20T15:46:38.604Z] [2022-01-20T15:46:38.604Z] #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-01-20T15:46:38.604Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:46:38.604Z] #67 105.2 # github.com/containerd/containerd/cmd/containerd [2022-01-20T15:46:38.604Z] #67 105.2 /usr/bin/ld: /tmp/go-link-878399129/000019.o: in function `New': [2022-01-20T15:46:38.604Z] #67 105.2 /tmp/tmp.fKa9iiS2rO/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-01-20T15:46:38.604Z] #67 105.3 + bin/containerd-stress [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-01-20T15:46:39.288Z] #60 ... [2022-01-20T15:46:39.288Z] [2022-01-20T15:46:39.288Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-01-20T15:46:39.288Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:46:39.288Z] #14 69.04 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-01-20T15:46:39.288Z] #14 69.04 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:46:39.288Z] #14 69.04 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:46:39.288Z] #14 73.53 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-01-20T15:46:39.288Z] #14 73.55 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:46:39.288Z] #14 73.55 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-20T15:46:39.288Z] #14 78.88 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-01-20T15:46:39.288Z] #14 78.90 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:46:39.288Z] #14 78.90 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:46:36.703Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:46:39.546Z] #67 106.3 + bin/containerd-shim [2022-01-20T15:46:39.649Z] + docker version [2022-01-20T15:46:36.174Z] > git rev-list --no-walk 7016c1c8fbee54ea6b9da94f594579f65801759c # timeout=10 [2022-01-20T15:46:41.459Z] #67 ... [2022-01-20T15:46:41.459Z] [2022-01-20T15:46:41.459Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-20T15:46:41.459Z] #30 sha256:21db9a4b5227eed532d737a01d6bb569d979db0903629645b989404f8efb90c5 [2022-01-20T15:46:41.459Z] #30 6.649 Collecting yamllint==1.26.1 [2022-01-20T15:46:41.459Z] #30 7.695 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-01-20T15:46:41.459Z] #30 8.118 Collecting pathspec>=0.5.3 [2022-01-20T15:46:41.459Z] #30 8.123 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-01-20T15:46:41.459Z] #30 8.275 Collecting pyyaml [2022-01-20T15:46:41.459Z] #30 8.286 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-01-20T15:46:41.459Z] #30 8.318 Building wheels for collected packages: yamllint [2022-01-20T15:46:41.459Z] #30 8.322 Building wheel for yamllint (setup.py): started [2022-01-20T15:46:41.459Z] #30 8.802 Building wheel for yamllint (setup.py): finished with status 'done' [2022-01-20T15:46:41.459Z] #30 8.803 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=12cb6d21bdf23927e0aeb82f9f3abc7ba64cbac14be1eb82f63827dcbd7dcf2f [2022-01-20T15:46:41.459Z] #30 8.803 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-01-20T15:46:41.459Z] #30 8.806 Successfully built yamllint [2022-01-20T15:46:41.459Z] #30 8.815 Installing collected packages: pyyaml, pathspec, yamllint [2022-01-20T15:46:41.459Z] #30 8.993 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-01-20T15:46:41.459Z] #30 DONE 9.3s [2022-01-20T15:46:41.459Z] [2022-01-20T15:46:41.459Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-20T15:46:41.459Z] #34 sha256:257a95f0ee05a0862574b037ebc1b3bf329955707ee68ee25cd0802ce6704cf9 [2022-01-20T15:46:41.459Z] #34 DONE 0.2s [2022-01-20T15:46:41.459Z] [2022-01-20T15:46:41.459Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-20T15:46:41.459Z] #39 sha256:2ec6bc2886c9ac579563e32fd9b5b050dd958e59afdd6b264ce12a36491b76c7 [2022-01-20T15:46:41.533Z] + docker version [2022-01-20T15:46:41.722Z] #39 DONE 0.3s [2022-01-20T15:46:41.722Z] [2022-01-20T15:46:41.722Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-20T15:46:41.722Z] #42 sha256:752326e4f5a95ab9c9076ac44fd941ae6d55d11af59853d761a7a4d237d4a960 [2022-01-20T15:46:41.722Z] #42 DONE 0.1s [2022-01-20T15:46:41.722Z] [2022-01-20T15:46:41.722Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-20T15:46:41.722Z] #44 sha256:fa6ec1975f65a5aedd82d78eb4053131c4b4a6b6d2d04f577f9b4cfcf7410b13 [2022-01-20T15:46:41.722Z] #44 DONE 0.1s [2022-01-20T15:46:41.722Z] [2022-01-20T15:46:41.722Z] #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-01-20T15:46:41.722Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:46:41.984Z] #67 ... [2022-01-20T15:46:41.984Z] [2022-01-20T15:46:41.984Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-20T15:46:41.984Z] #48 sha256:f2110c45fe61dbf52530c83ad5c21a5d18ed6c8d1a6a5ce73cbfd44f2848466b [2022-01-20T15:46:41.984Z] #48 DONE 0.1s [2022-01-20T15:46:42.107Z] Client: [2022-01-20T15:46:42.107Z] Version: 20.10.9 [2022-01-20T15:46:42.107Z] API version: 1.41 [2022-01-20T15:46:42.107Z] Go version: go1.16.8 [2022-01-20T15:46:42.107Z] Git commit: c2ea9bc [2022-01-20T15:46:42.107Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-20T15:46:42.107Z] OS/Arch: windows/amd64 [2022-01-20T15:46:42.107Z] Context: default [2022-01-20T15:46:42.107Z] Experimental: true [2022-01-20T15:46:42.107Z] [2022-01-20T15:46:42.107Z] Server: Docker Engine - Community [2022-01-20T15:46:42.107Z] Engine: [2022-01-20T15:46:42.107Z] Version: 20.10.9 [2022-01-20T15:46:42.107Z] API version: 1.41 (minimum version 1.24) [2022-01-20T15:46:42.107Z] Go version: go1.16.8 [2022-01-20T15:46:42.107Z] Git commit: 79ea9d3 [2022-01-20T15:46:42.107Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-20T15:46:42.107Z] OS/Arch: windows/amd64 [2022-01-20T15:46:42.107Z] Experimental: true [2022-01-20T15:46:42.245Z] [2022-01-20T15:46:42.245Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-20T15:46:42.245Z] #51 sha256:05d0d74f0cc8998182cebe259fd645881237b6bc1613c9bcea2b0c6aabb977c3 [2022-01-20T15:46:42.245Z] #51 DONE 0.3s [2022-01-20T15:46:42.245Z] [2022-01-20T15:46:42.245Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-20T15:46:42.245Z] #55 sha256:4fe67b6c6600604cd2e29fec935c71e71d08c2ca929035455e247b2266683682 [2022-01-20T15:46:42.245Z] #55 DONE 0.1s [2022-01-20T15:46:42.245Z] [2022-01-20T15:46:42.245Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-20T15:46:42.245Z] #57 sha256:43ec4976850b6c815557e745a7ce7e600cb46e928e56eb6f00d860c458e2fb26 [2022-01-20T15:46:42.506Z] #57 DONE 0.1s [2022-01-20T15:46:42.506Z] [2022-01-20T15:46:42.506Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-20T15:46:42.506Z] #59 sha256:109618d4f31a616ed553f90385e65be4ef4f9cc42a94680c24b14d43d1d2c8ff [2022-01-20T15:46:42.506Z] #59 DONE 0.3s [2022-01-20T15:46:42.506Z] [2022-01-20T15:46:42.506Z] #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-01-20T15:46:42.506Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [2022-01-20T15:46:42.766Z] #67 ... [2022-01-20T15:46:42.766Z] [2022-01-20T15:46:42.766Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-20T15:46:42.766Z] #61 sha256:c06907c8df17767bfe4b2687524ba32975ebcbb09ed16ee29a2799ba5b7a671c [2022-01-20T15:46:42.766Z] #61 DONE 0.1s [2022-01-20T15:46:42.766Z] [2022-01-20T15:46:42.766Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-20T15:46:42.766Z] #64 sha256:f3fa7f7d32a940880204b692ffc1a2dbeff63998c0156a07fd9560816163c564 [2022-01-20T15:46:42.766Z] #64 DONE 0.1s [2022-01-20T15:46:42.766Z] [2022-01-20T15:46:42.766Z] #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-01-20T15:46:42.766Z] #67 sha256:2f020a9941dff42e8473ce3c027e95d880af97c865930e888c706f9db7329616 [Pipeline] sh [2022-01-20T15:46:43.719Z] + docker info [2022-01-20T15:46:45.041Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.744s coverage: 7.2% of statements [2022-01-20T15:46:45.041Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-20T15:46:45.041Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-01-20T15:46:45.041Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-01-20T15:46:45.041Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-20T15:46:45.041Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-01-20T15:46:45.041Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-20T15:46:45.299Z] ok github.com/docker/docker/libnetwork/drvregistry 0.013s coverage: 82.4% of statements [2022-01-20T15:46:45.556Z] ok github.com/docker/docker/libnetwork/etchosts 0.013s coverage: 81.2% of statements [2022-01-20T15:46:45.813Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-01-20T15:46:45.813Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-01-20T15:46:46.811Z] Client: [2022-01-20T15:46:46.811Z] Version: 20.10.9 [2022-01-20T15:46:46.811Z] API version: 1.41 [2022-01-20T15:46:46.811Z] Go version: go1.16.8 [2022-01-20T15:46:46.811Z] Git commit: c2ea9bc [2022-01-20T15:46:46.811Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-20T15:46:46.811Z] OS/Arch: windows/amd64 [2022-01-20T15:46:46.811Z] Context: default [2022-01-20T15:46:46.811Z] Experimental: true [2022-01-20T15:46:46.811Z] [2022-01-20T15:46:46.811Z] Server: Docker Engine - Community [2022-01-20T15:46:46.811Z] Engine: [2022-01-20T15:46:46.811Z] Version: 20.10.9 [2022-01-20T15:46:46.811Z] API version: 1.41 (minimum version 1.24) [2022-01-20T15:46:46.811Z] Go version: go1.16.8 [2022-01-20T15:46:46.811Z] Git commit: 79ea9d3 [2022-01-20T15:46:46.811Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-20T15:46:46.811Z] OS/Arch: windows/amd64 [2022-01-20T15:46:46.811Z] Experimental: true [2022-01-20T15:46:47.362Z] Client: [2022-01-20T15:46:47.362Z] Version: 20.10.9 [2022-01-20T15:46:47.362Z] API version: 1.41 [2022-01-20T15:46:47.362Z] Go version: go1.16.8 [2022-01-20T15:46:47.362Z] Git commit: c2ea9bc [2022-01-20T15:46:47.362Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-20T15:46:47.362Z] OS/Arch: windows/amd64 [2022-01-20T15:46:47.362Z] Context: default [2022-01-20T15:46:47.362Z] Experimental: true [2022-01-20T15:46:47.362Z] [2022-01-20T15:46:47.362Z] Server: Docker Engine - Community [2022-01-20T15:46:47.362Z] Engine: [2022-01-20T15:46:47.362Z] Version: 20.10.9 [2022-01-20T15:46:47.362Z] API version: 1.41 (minimum version 1.24) [2022-01-20T15:46:47.362Z] Go version: go1.16.8 [2022-01-20T15:46:47.362Z] Git commit: 79ea9d3 [2022-01-20T15:46:47.362Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-20T15:46:47.362Z] OS/Arch: windows/amd64 [2022-01-20T15:46:47.362Z] Experimental: true [Pipeline] sh [Pipeline] sh [2022-01-20T15:46:48.054Z] #67 114.5 + bin/containerd-shim-runc-v1 [2022-01-20T15:46:48.410Z] + docker info [2022-01-20T15:46:48.410Z] Client: [2022-01-20T15:46:48.410Z] Context: default [2022-01-20T15:46:48.410Z] Debug Mode: false [2022-01-20T15:46:48.410Z] [2022-01-20T15:46:48.410Z] Server: [2022-01-20T15:46:48.410Z] Containers: 0 [2022-01-20T15:46:48.410Z] Running: 0 [2022-01-20T15:46:48.410Z] Paused: 0 [2022-01-20T15:46:48.410Z] Stopped: 0 [2022-01-20T15:46:48.410Z] Images: 0 [2022-01-20T15:46:48.410Z] Server Version: 20.10.9 [2022-01-20T15:46:48.410Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-20T15:46:48.410Z] Windows: [2022-01-20T15:46:48.410Z] LCOW: [2022-01-20T15:46:48.410Z] Logging Driver: json-file [2022-01-20T15:46:48.410Z] Plugins: [2022-01-20T15:46:48.410Z] Volume: local [2022-01-20T15:46:48.410Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:46:48.410Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:46:48.410Z] Swarm: inactive [2022-01-20T15:46:48.410Z] Default Isolation: process [2022-01-20T15:46:48.410Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T15:46:48.410Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T15:46:48.410Z] OSType: windows [2022-01-20T15:46:48.410Z] Architecture: x86_64 [2022-01-20T15:46:48.410Z] CPUs: 4 [2022-01-20T15:46:48.410Z] Total Memory: 32GiB [2022-01-20T15:46:48.410Z] Name: azwin-2-f55b50 [2022-01-20T15:46:48.410Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-20T15:46:48.410Z] Docker Root Dir: D:\docker [2022-01-20T15:46:48.410Z] Debug Mode: false [2022-01-20T15:46:48.410Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:46:48.410Z] Labels: [2022-01-20T15:46:48.410Z] Experimental: true [2022-01-20T15:46:48.410Z] Insecure Registries: [2022-01-20T15:46:48.410Z] 10.0.0.4:5000 [2022-01-20T15:46:48.410Z] 127.0.0.0/8 [2022-01-20T15:46:48.410Z] Registry Mirrors: [2022-01-20T15:46:48.410Z] http://10.0.0.4:5000/ [2022-01-20T15:46:48.410Z] Live Restore Enabled: false [2022-01-20T15:46:48.410Z] Product License: Community Engine [2022-01-20T15:46:48.410Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-01-20T15:46:48.921Z] + docker info [2022-01-20T15:46:48.921Z] Client: [2022-01-20T15:46:48.921Z] Context: default [2022-01-20T15:46:48.921Z] Debug Mode: false [2022-01-20T15:46:48.921Z] [2022-01-20T15:46:48.921Z] Server: [2022-01-20T15:46:48.921Z] Containers: 0 [2022-01-20T15:46:48.921Z] Running: 0 [2022-01-20T15:46:48.921Z] Paused: 0 [2022-01-20T15:46:48.921Z] Stopped: 0 [2022-01-20T15:46:48.921Z] Images: 0 [2022-01-20T15:46:48.921Z] Server Version: 20.10.9 [2022-01-20T15:46:48.921Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-20T15:46:48.921Z] Windows: [2022-01-20T15:46:48.921Z] LCOW: [2022-01-20T15:46:48.921Z] Logging Driver: json-file [2022-01-20T15:46:48.921Z] Plugins: [2022-01-20T15:46:48.921Z] Volume: local [2022-01-20T15:46:48.921Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:46:48.921Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:46:48.921Z] Swarm: inactive [2022-01-20T15:46:48.921Z] Default Isolation: process [2022-01-20T15:46:48.921Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T15:46:48.921Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T15:46:48.921Z] OSType: windows [2022-01-20T15:46:48.921Z] Architecture: x86_64 [2022-01-20T15:46:48.921Z] CPUs: 4 [2022-01-20T15:46:48.921Z] Total Memory: 32GiB [2022-01-20T15:46:48.921Z] Name: azwin-2-7d8690 [2022-01-20T15:46:48.921Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-20T15:46:48.921Z] Docker Root Dir: D:\docker [2022-01-20T15:46:48.921Z] Debug Mode: false [2022-01-20T15:46:48.921Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:46:48.921Z] Labels: [2022-01-20T15:46:48.921Z] Experimental: true [2022-01-20T15:46:48.921Z] Insecure Registries: [2022-01-20T15:46:48.921Z] 10.0.0.4:5000 [2022-01-20T15:46:48.921Z] 127.0.0.0/8 [2022-01-20T15:46:48.921Z] Registry Mirrors: [2022-01-20T15:46:48.921Z] http://10.0.0.4:5000/ [2022-01-20T15:46:48.921Z] Live Restore Enabled: false [2022-01-20T15:46:48.921Z] Product License: Community Engine [2022-01-20T15:46:48.921Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-01-20T15:46:49.277Z] #14 ... [2022-01-20T15:46:49.277Z] [2022-01-20T15:46:49.277Z] #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-01-20T15:46:49.277Z] #63 sha256:eceb82a2fee050eb23d3451b1abc5af0d0ab1af7012f05af6c55b4aeb1039616 [2022-01-20T15:46:49.277Z] #63 88.97 + for f in rootlesskit rootlesskit-docker-proxy [2022-01-20T15:46:49.277Z] #63 88.97 + GOBIN=/build [2022-01-20T15:46:49.277Z] #63 88.97 + GO111MODULE=on [2022-01-20T15:46:49.277Z] #63 88.97 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-01-20T15:46:51.266Z] --- PASS: TestBuildWithHugeFile (53.62s) [2022-01-20T15:46:51.266Z] === RUN TestBuildWCOWSandboxSize [2022-01-20T15:46:51.266Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:46:51.266Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:46:51.266Z] === RUN TestBuildWithEmptyDockerfile [2022-01-20T15:46:51.266Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:46:51.266Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:46:51.266Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:46:51.266Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:46:51.266Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:46:51.266Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:46:51.266Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:46:51.266Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:46:51.266Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:46:51.266Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-01-20T15:46:51.266Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-01-20T15:46:51.266Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2022-01-20T15:46:51.266Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-01-20T15:46:51.266Z] === RUN TestBuildPreserveOwnership [2022-01-20T15:46:51.266Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-20T15:46:51.266Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-20T15:46:51.858Z] --- PASS: TestBuildPreserveOwnership (3.43s) [2022-01-20T15:46:51.858Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.34s) [2022-01-20T15:46:51.858Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.09s) [2022-01-20T15:46:51.858Z] === RUN TestBuildPlatformInvalid [2022-01-20T15:46:51.858Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-01-20T15:46:51.858Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-20T15:46:52.824Z] Loaded image: busybox:latest [2022-01-20T15:46:52.824Z] Loaded image: busybox:glibc [2022-01-20T15:46:53.352Z] #67 119.6 + bin/containerd-shim-runc-v2 [2022-01-20T15:46:53.612Z] #67 120.2 + binaries [2022-01-20T15:46:53.612Z] #67 120.2 + install -D bin/containerd /build/containerd [2022-01-20T15:46:53.612Z] #67 120.2 + install -D bin/containerd-shim /build/containerd-shim [2022-01-20T15:46:53.612Z] #67 120.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-01-20T15:46:53.612Z] #67 120.3 + install -D bin/ctr /build/ctr [2022-01-20T15:46:53.873Z] #67 DONE 120.5s [2022-01-20T15:46:54.207Z] Loaded image: debian:bullseye-slim [2022-01-20T15:46:54.207Z] Loaded image: hello-world:latest [2022-01-20T15:46:54.467Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:46:54.578Z] #63 93.90 rootlesskit version 0.14.6 [2022-01-20T15:46:54.578Z] #63 93.90 Usage of /build/rootlesskit-docker-proxy: [2022-01-20T15:46:54.578Z] #63 93.90 -container-ip string [2022-01-20T15:46:54.578Z] #63 93.90 container ip [2022-01-20T15:46:54.578Z] #63 93.90 -container-port int [2022-01-20T15:46:54.578Z] #63 93.90 container port (default -1) [2022-01-20T15:46:54.578Z] #63 93.90 -host-ip string [2022-01-20T15:46:54.578Z] #63 93.90 host ip [2022-01-20T15:46:54.578Z] #63 93.90 -host-port int [2022-01-20T15:46:54.578Z] #63 93.90 host port (default -1) [2022-01-20T15:46:54.578Z] #63 93.90 -proto string [2022-01-20T15:46:54.578Z] #63 93.90 proxy protocol (default "tcp") [2022-01-20T15:46:54.825Z] [2022-01-20T15:46:54.825Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-20T15:46:54.825Z] #68 sha256:240e215946dfdaeb47cd93f55407b82e9f9b1628dbe135a4351df236a4711434 [2022-01-20T15:46:54.825Z] #68 DONE 0.2s [2022-01-20T15:46:54.825Z] [2022-01-20T15:46:54.825Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-20T15:46:54.825Z] #73 sha256:5506b8318a5e0f25e3aa86ff4642cdd41033d6fb787d5a943cfa3b3252d4972d [2022-01-20T15:46:54.825Z] #73 DONE 0.1s [2022-01-20T15:46:55.124Z] [2022-01-20T15:46:55.124Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-20T15:46:55.124Z] #78 sha256:08751462e0310f62ecc3d86861cde72c969b96432de3f811946f7f8e70ce9c15 [2022-01-20T15:46:55.387Z] #78 DONE 0.4s [2022-01-20T15:46:55.388Z] [2022-01-20T15:46:55.388Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-20T15:46:55.388Z] #79 sha256:37dbbb31d465698aa00c660c27f0473c655b6dc93f5434cb2d598827bf517be6 [2022-01-20T15:46:55.388Z] #79 DONE 0.0s [2022-01-20T15:46:55.388Z] [2022-01-20T15:46:55.388Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-20T15:46:55.388Z] #80 sha256:6049bfde58ea5d77aba1fb5572d6573c463b296731492a60c1e3cea367f63c02 [2022-01-20T15:46:55.960Z] #63 ... [2022-01-20T15:46:55.960Z] [2022-01-20T15:46:55.960Z] #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-01-20T15:46:55.960Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:46:55.961Z] #14 89.61 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-01-20T15:46:55.961Z] #14 89.62 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-01-20T15:46:55.961Z] #14 89.62 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:46:55.961Z] #14 94.37 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-01-20T15:46:55.961Z] #14 94.37 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-01-20T15:46:55.961Z] #14 94.70 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-20T15:46:55.961Z] #14 94.90 Selecting previously unselected package libapparmor1:amd64. [2022-01-20T15:46:55.961Z] #14 94.90 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-01-20T15:46:55.961Z] #14 95.14 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-01-20T15:46:55.961Z] #14 95.52 Selecting previously unselected package libapparmor-dev:amd64. [2022-01-20T15:46:55.961Z] #14 95.52 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-01-20T15:46:55.961Z] #14 95.75 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-20T15:46:56.267Z] Client: [2022-01-20T15:46:56.267Z] Context: default [2022-01-20T15:46:56.267Z] Debug Mode: false [2022-01-20T15:46:56.267Z] Plugins: [2022-01-20T15:46:56.267Z] app: Docker Application (Docker Inc., v0.8.0) [2022-01-20T15:46:56.267Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-01-20T15:46:56.267Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-01-20T15:46:56.267Z] [2022-01-20T15:46:56.267Z] Server: [2022-01-20T15:46:56.267Z] Containers: 0 [2022-01-20T15:46:56.267Z] Running: 0 [2022-01-20T15:46:56.267Z] Paused: 0 [2022-01-20T15:46:56.267Z] Stopped: 0 [2022-01-20T15:46:56.267Z] Images: 0 [2022-01-20T15:46:56.267Z] Server Version: 20.10.9 [2022-01-20T15:46:56.267Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-20T15:46:56.267Z] Windows: [2022-01-20T15:46:56.267Z] LCOW: [2022-01-20T15:46:56.267Z] Logging Driver: json-file [2022-01-20T15:46:56.267Z] Plugins: [2022-01-20T15:46:56.267Z] Volume: local [2022-01-20T15:46:56.267Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:46:56.267Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:46:56.267Z] Swarm: inactive [2022-01-20T15:46:56.267Z] Default Isolation: process [2022-01-20T15:46:56.267Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-20T15:46:56.267Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-20T15:46:56.267Z] OSType: windows [2022-01-20T15:46:56.267Z] Architecture: x86_64 [2022-01-20T15:46:56.267Z] CPUs: 4 [2022-01-20T15:46:56.267Z] Total Memory: 32GiB [2022-01-20T15:46:56.267Z] Name: azwin-2-36ef30 [2022-01-20T15:46:56.267Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-01-20T15:46:56.267Z] Docker Root Dir: D:\docker [2022-01-20T15:46:56.267Z] Debug Mode: false [2022-01-20T15:46:56.267Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:46:56.267Z] Labels: [2022-01-20T15:46:56.267Z] Experimental: true [2022-01-20T15:46:56.267Z] Insecure Registries: [2022-01-20T15:46:56.267Z] 10.0.0.4:5000 [2022-01-20T15:46:56.267Z] 127.0.0.0/8 [2022-01-20T15:46:56.267Z] Registry Mirrors: [2022-01-20T15:46:56.267Z] http://10.0.0.4:5000/ [2022-01-20T15:46:56.267Z] Live Restore Enabled: false [2022-01-20T15:46:56.267Z] Product License: Community Engine [2022-01-20T15:46:56.267Z] [2022-01-20T15:46:56.328Z] #80 DONE 1.0s [2022-01-20T15:46:56.328Z] [2022-01-20T15:46:56.328Z] #81 exporting to image [2022-01-20T15:46:56.328Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-20T15:46:56.328Z] #81 exporting layers [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-01-20T15:46:56.790Z] #14 96.91 Selecting previously unselected package libbtrfs0:amd64. [2022-01-20T15:46:56.790Z] #14 96.93 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-01-20T15:46:56.790Z] #14 96.94 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:46:57.754Z] #14 97.87 Selecting previously unselected package libbtrfs-dev:amd64. [2022-01-20T15:46:57.754Z] #14 97.88 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-01-20T15:46:57.754Z] #14 97.92 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:46:58.000Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.006s coverage: 100.0% of statements [2022-01-20T15:46:58.016Z] #14 ... [2022-01-20T15:46:58.016Z] [2022-01-20T15:46:58.016Z] #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-01-20T15:46:58.016Z] #63 sha256:eceb82a2fee050eb23d3451b1abc5af0d0ab1af7012f05af6c55b4aeb1039616 [2022-01-20T15:46:58.016Z] #63 DONE 97.9s [2022-01-20T15:46:58.016Z] [2022-01-20T15:46:58.016Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-01-20T15:46:58.016Z] #64 sha256:333769cebc369710ddb2aec2dbb63946947f5598699790387e7e10431201f56c [2022-01-20T15:46:58.016Z] #64 DONE 0.1s [2022-01-20T15:46:58.016Z] [2022-01-20T15:46:58.016Z] #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-01-20T15:46:58.016Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:46:58.016Z] #14 98.22 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-01-20T15:46:58.016Z] #14 98.23 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:46:58.016Z] #14 98.24 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:46:58.016Z] #14 98.37 Selecting previously unselected package libudev-dev:amd64. [2022-01-20T15:46:58.276Z] #14 ... [2022-01-20T15:46:58.276Z] [2022-01-20T15:46:58.276Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-01-20T15:46:58.276Z] #65 sha256:a441b067b02c507dd33b96a57f3ad7436e3d5b3472cb3d1a14ede04d0abf5353 [2022-01-20T15:46:58.276Z] #65 DONE 0.1s [2022-01-20T15:46:58.276Z] [2022-01-20T15:46:58.276Z] #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-01-20T15:46:58.276Z] #14 sha256:15cb28e840cc1430d064f1bc3bec2eb69770f43fd5e2d00fc5390980be2d2c73 [2022-01-20T15:46:58.276Z] #14 98.37 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-01-20T15:46:58.276Z] #14 98.41 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-01-20T15:46:58.535Z] #14 98.67 Selecting previously unselected package libsepol1-dev:amd64. [2022-01-20T15:46:58.535Z] #14 98.68 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-01-20T15:46:58.535Z] #14 98.71 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-01-20T15:46:58.794Z] #14 99.01 Selecting previously unselected package libpcre2-16-0:amd64. [2022-01-20T15:46:58.794Z] #14 99.02 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-01-20T15:46:58.794Z] #14 99.05 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-01-20T15:46:59.055Z] #14 99.23 Selecting previously unselected package libpcre2-32-0:amd64. [2022-01-20T15:46:59.055Z] #14 99.23 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-01-20T15:46:59.055Z] #14 99.24 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-01-20T15:46:59.315Z] #14 99.51 Selecting previously unselected package libpcre2-posix2:amd64. [2022-01-20T15:46:59.315Z] #14 99.51 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-01-20T15:46:59.315Z] #14 99.54 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-01-20T15:46:59.574Z] #14 99.76 Selecting previously unselected package libpcre2-dev:amd64. [2022-01-20T15:46:59.574Z] #14 99.76 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-01-20T15:46:59.574Z] #14 99.79 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-01-20T15:46:59.834Z] #14 100.1 Selecting previously unselected package libselinux1-dev:amd64. [2022-01-20T15:46:59.834Z] #14 100.1 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-01-20T15:46:59.834Z] #14 100.1 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-01-20T15:47:00.094Z] #14 100.2 Selecting previously unselected package libdevmapper-dev:amd64. [2022-01-20T15:47:00.094Z] #14 100.3 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-01-20T15:47:00.094Z] #14 100.3 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:47:00.094Z] #14 100.3 Selecting previously unselected package libseccomp-dev:amd64. [2022-01-20T15:47:00.094Z] #14 100.3 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-01-20T15:47:00.094Z] #14 100.3 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-20T15:47:00.094Z] #14 100.4 Selecting previously unselected package libsystemd-dev:amd64. [2022-01-20T15:47:00.354Z] #14 100.4 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-01-20T15:47:00.354Z] #14 100.4 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-01-20T15:47:00.614Z] #14 100.9 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-01-20T15:47:00.614Z] #14 100.9 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-01-20T15:47:00.614Z] #14 100.9 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-01-20T15:47:00.614Z] #14 100.9 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-01-20T15:47:00.614Z] #14 100.9 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-01-20T15:47:00.614Z] #14 100.9 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-01-20T15:47:00.614Z] #14 101.0 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-01-20T15:47:00.614Z] #14 101.0 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-01-20T15:47:00.614Z] #14 101.0 Setting up libudev-dev:amd64 (247.3-6) ... [2022-01-20T15:47:00.874Z] #14 101.0 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-01-20T15:47:00.874Z] #14 101.0 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-01-20T15:47:00.874Z] #14 101.0 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-01-20T15:47:00.874Z] #14 101.0 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-01-20T15:47:00.874Z] #14 101.0 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-01-20T15:47:00.874Z] #14 101.0 Setting up mingw-w64-common (8.0.0-1) ... [2022-01-20T15:47:00.874Z] #14 101.1 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-01-20T15:47:00.874Z] #14 101.1 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-01-20T15:47:00.874Z] #14 101.1 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-01-20T15:47:00.874Z] #14 101.1 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-01-20T15:47:00.874Z] #14 101.1 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-01-20T15:47:00.874Z] #14 101.1 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:47:00.874Z] #14 101.1 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-01-20T15:47:00.874Z] #14 101.1 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:47:00.874Z] #14 101.1 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-01-20T15:47:00.874Z] #14 101.2 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-01-20T15:47:00.874Z] #14 101.2 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-01-20T15:47:00.874Z] #14 101.2 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-01-20T15:47:00.874Z] #14 101.2 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-01-20T15:47:00.874Z] #14 101.2 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-01-20T15:47:01.136Z] #14 101.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:47:01.136Z] #14 101.2 Setting up dmsetup (2:1.02.175-2.1) ... [2022-01-20T15:47:01.136Z] #14 101.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:47:01.136Z] #14 101.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-01-20T15:47:01.136Z] #14 101.3 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:47:01.395Z] #14 DONE 101.6s [2022-01-20T15:47:01.395Z] [2022-01-20T15:47:01.395Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-20T15:47:01.395Z] #15 sha256:4e589520ad799bfc353249e1dd4287c7128a42444952712e1e83904eb7721cbc [2022-01-20T15:47:01.655Z] #15 ... [2022-01-20T15:47:01.655Z] [2022-01-20T15:47:01.655Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-01-20T15:47:01.655Z] #55 sha256:0777b4b96c4a6ebde8888ea9be180a6ddce8d171bf47f38a8f4fe4cd70cec3ac [2022-01-20T15:47:01.655Z] #55 DONE 0.1s [2022-01-20T15:47:01.655Z] [2022-01-20T15:47:01.655Z] #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-01-20T15:47:01.655Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:47:02.688Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.47s) [2022-01-20T15:47:02.688Z] PASS [2022-01-20T15:47:02.688Z] [2022-01-20T15:47:02.688Z] === Skipped [2022-01-20T15:47:02.688Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-01-20T15:47:02.688Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:47:02.688Z] [2022-01-20T15:47:02.688Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:47:02.688Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:47:02.688Z] [2022-01-20T15:47:02.688Z] DONE 34 tests, 2 skipped in 88.487s [2022-01-20T15:47:02.688Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-01-20T15:47:02.688Z] INFO: Testing against a local daemon [2022-01-20T15:47:02.688Z] === RUN TestConfigInspect [2022-01-20T15:47:03.036Z] #56 ... [2022-01-20T15:47:03.036Z] [2022-01-20T15:47:03.036Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-01-20T15:47:03.036Z] #15 sha256:4e589520ad799bfc353249e1dd4287c7128a42444952712e1e83904eb7721cbc [2022-01-20T15:47:03.036Z] #15 DONE 1.4s [2022-01-20T15:47:03.036Z] [2022-01-20T15:47:03.036Z] #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-01-20T15:47:03.036Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:47:03.036Z] #56 1.228 + RM_GOPATH=0 [2022-01-20T15:47:03.036Z] #56 1.228 + TMP_GOPATH= [2022-01-20T15:47:03.036Z] #56 1.228 + : /build [2022-01-20T15:47:03.036Z] #56 1.228 + '[' -z '' ']' [2022-01-20T15:47:03.036Z] #56 1.228 ++ mktemp -d [2022-01-20T15:47:03.036Z] #56 1.230 + export GOPATH=/tmp/tmp.q8fdzmPXFe [2022-01-20T15:47:03.036Z] #56 1.230 + GOPATH=/tmp/tmp.q8fdzmPXFe [2022-01-20T15:47:03.036Z] #56 1.230 + RM_GOPATH=1 [2022-01-20T15:47:03.036Z] #56 1.230 + case "$(go env GOARCH)" in [2022-01-20T15:47:03.036Z] #56 1.231 ++ go env GOARCH [2022-01-20T15:47:03.036Z] #56 1.237 + export GO_BUILDMODE=-buildmode=pie [2022-01-20T15:47:03.036Z] #56 1.238 + GO_BUILDMODE=-buildmode=pie [2022-01-20T15:47:03.036Z] #56 1.238 ++ dirname /install.sh [2022-01-20T15:47:03.036Z] #56 1.239 + dir=/ [2022-01-20T15:47:03.036Z] #56 1.243 + bin=runc [2022-01-20T15:47:03.036Z] #56 1.243 + shift [2022-01-20T15:47:03.036Z] #56 1.243 + '[' '!' -f //runc.installer ']' [2022-01-20T15:47:03.036Z] #56 1.243 + . //runc.installer [2022-01-20T15:47:03.036Z] #56 1.243 ++ set -e [2022-01-20T15:47:03.036Z] #56 1.243 ++ : v1.0.3 [2022-01-20T15:47:03.036Z] #56 1.245 + install_runc [2022-01-20T15:47:03.036Z] #56 1.245 + RUNC_BUILDTAGS=seccomp [2022-01-20T15:47:03.036Z] #56 1.245 + echo 'Install runc version v1.0.3 (build tags: seccomp)' [2022-01-20T15:47:03.036Z] #56 1.245 Install runc version v1.0.3 (build tags: seccomp) [2022-01-20T15:47:03.036Z] #56 1.245 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.q8fdzmPXFe/src/github.com/opencontainers/runc [2022-01-20T15:47:03.036Z] #56 1.247 Cloning into '/tmp/tmp.q8fdzmPXFe/src/github.com/opencontainers/runc'... [2022-01-20T15:47:03.975Z] #56 ... [2022-01-20T15:47:03.975Z] [2022-01-20T15:47:03.975Z] #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-01-20T15:47:03.975Z] #16 sha256:2166b8a9e3cccc2aedf08e9b13b2f5c89aa9241bc84188e03bce10f5aae71242 [2022-01-20T15:47:03.975Z] #16 DONE 1.0s [2022-01-20T15:47:03.975Z] [2022-01-20T15:47:03.975Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-01-20T15:47:03.975Z] #17 sha256:1d9a10fa1e71232ffd398f54e30861b815ed30ab219704877afd4bc9ccd30468 [2022-01-20T15:47:04.545Z] #17 0.863 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-01-20T15:47:04.545Z] #17 DONE 1.0s [2022-01-20T15:47:04.545Z] [2022-01-20T15:47:04.545Z] #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-01-20T15:47:04.545Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:47:04.600Z] --- PASS: TestConfigInspect (2.11s) [2022-01-20T15:47:04.600Z] === RUN TestConfigList [2022-01-20T15:47:05.930Z] #56 ... [2022-01-20T15:47:05.930Z] [2022-01-20T15:47:05.930Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-01-20T15:47:05.930Z] #18 sha256:66cb3ca5958d12fc89abce9ad3ff0546abab2d677c4969b8453243b436f4daee [2022-01-20T15:47:05.930Z] #18 DONE 1.1s [2022-01-20T15:47:05.930Z] [2022-01-20T15:47:05.930Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-01-20T15:47:05.930Z] #19 sha256:226076c6e75ec2917465d02033ead7f7c18bd9271ef04371ee3f84fa6965ee6a [2022-01-20T15:47:06.870Z] #19 DONE 1.0s [2022-01-20T15:47:06.870Z] [2022-01-20T15:47:06.870Z] #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-01-20T15:47:06.870Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:47:06.870Z] #56 ... [2022-01-20T15:47:06.870Z] [2022-01-20T15:47:06.870Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-01-20T15:47:06.870Z] #20 sha256:64591cc4e5143c43afe6e0b0ae4c475714e81c8d8a0164bcc8364ef7f5cf0f78 [2022-01-20T15:47:07.141Z] --- PASS: TestConfigList (2.10s) [2022-01-20T15:47:07.141Z] === RUN TestConfigsCreateAndDelete [2022-01-20T15:47:07.152Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-01-20T15:47:07.152Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-c7fe4650\powershellScript.ps1'; exit $LASTEXITCODE; [2022-01-20T15:47:07.152Z] ---------------------------------------------------------------------------- [2022-01-20T15:47:07.152Z] [2022-01-20T15:47:07.152Z] INFO: executeCI.ps1 starting at Thu Jan 20 15:47:05 CUT 2022 [2022-01-20T15:47:07.152Z] [2022-01-20T15:47:07.152Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-01-20T15:47:07.152Z] INFO: Running git version 2.24.1.windows.2 [2022-01-20T15:47:07.152Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-01-20T15:47:07.152Z] INFO: Environment variables: [2022-01-20T15:47:07.152Z] [2022-01-20T15:47:07.152Z] Name Value [2022-01-20T15:47:07.152Z] ---- ----- [2022-01-20T15:47:07.152Z] ALLUSERSPROFILE C:\ProgramData [2022-01-20T15:47:07.152Z] amd64 true [2022-01-20T15:47:07.152Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-01-20T15:47:07.152Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-01-20T15:47:07.152Z] arm64 true [2022-01-20T15:47:07.152Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-01-20T15:47:07.152Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-01-20T15:47:07.152Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-01-20T15:47:07.152Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-01-20T15:47:07.152Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-01-20T15:47:07.152Z] BRANCH_NAME PR-43142 [2022-01-20T15:47:07.152Z] BUILD_DISPLAY_NAME #4 [2022-01-20T15:47:07.152Z] BUILD_ID 4 [2022-01-20T15:47:07.152Z] BUILD_NUMBER 4 [2022-01-20T15:47:07.152Z] BUILD_TAG jenkins-moby-PR-43142-4 [2022-01-20T15:47:07.152Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/ [2022-01-20T15:47:07.152Z] cgroup2 true [2022-01-20T15:47:07.152Z] CHANGE_AUTHOR lebauce [2022-01-20T15:47:07.152Z] CHANGE_AUTHOR_DISPLAY_NAME Sylvain Baubeau [2022-01-20T15:47:07.152Z] CHANGE_BRANCH fix-panic-on-empty-quoted-strings [2022-01-20T15:47:07.152Z] CHANGE_FORK lebauce/docker [2022-01-20T15:47:07.152Z] CHANGE_ID 43142 [2022-01-20T15:47:07.152Z] CHANGE_TARGET master [2022-01-20T15:47:07.152Z] CHANGE_TITLE Do not panic on empty quoted string argument [2022-01-20T15:47:07.152Z] CHANGE_URL https://github.com/moby/moby/pull/43142 [2022-01-20T15:47:07.152Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:47:07.152Z] CommonProgramFiles C:\Program Files\Common Files [2022-01-20T15:47:07.152Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-01-20T15:47:07.152Z] CommonProgramW6432 C:\Program Files\Common Files [2022-01-20T15:47:07.152Z] COMPUTERNAME azwin-2-f55b50 [2022-01-20T15:47:07.152Z] ComSpec C:\Windows\system32\cmd.exe [2022-01-20T15:47:07.152Z] ConfigSequenceNumber 0 [2022-01-20T15:47:07.152Z] dco true [2022-01-20T15:47:07.152Z] DOCKER_BUILDKIT 0 [2022-01-20T15:47:07.152Z] DOCKER_DUT_DEBUG 1 [2022-01-20T15:47:07.152Z] DOCKER_EXPERIMENTAL 1 [2022-01-20T15:47:07.152Z] DOCKER_GRAPHDRIVER overlay2 [2022-01-20T15:47:07.152Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-01-20T15:47:07.152Z] EXECUTOR_NUMBER 0 [2022-01-20T15:47:07.152Z] FQDN azwin-2-f55b50.westus.cloudapp.azure.com [2022-01-20T15:47:07.152Z] GIT_BRANCH PR-43142 [2022-01-20T15:47:07.152Z] GIT_COMMIT 2036981c77941851f6e560af3952a96ac4057710 [2022-01-20T15:47:07.152Z] GIT_PREVIOUS_COMMIT 7016c1c8fbee54ea6b9da94f594579f65801759c [2022-01-20T15:47:07.152Z] GIT_URL https://github.com/moby/moby.git [2022-01-20T15:47:07.152Z] HUDSON_COOKIE 349b207a-fae2-4c78-ae2c-ae30e2d9f134 [2022-01-20T15:47:07.152Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-01-20T15:47:07.152Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-01-20T15:47:07.152Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-01-20T15:47:07.152Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-01-20T15:47:07.152Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-01-20T15:47:07.152Z] JENKINS_NODE_COOKIE 0730777e-b33f-4b7d-a5e9-7a98b71ad8e5 [2022-01-20T15:47:07.152Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-01-20T15:47:07.152Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-01-20T15:47:07.152Z] JOB_BASE_NAME PR-43142 [2022-01-20T15:47:07.152Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/display/redirect [2022-01-20T15:47:07.152Z] JOB_NAME moby/PR-43142 [2022-01-20T15:47:07.152Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/ [2022-01-20T15:47:07.152Z] library.jps.version master [2022-01-20T15:47:07.152Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-01-20T15:47:07.152Z] NODE_LABELS amd64 azure azwin-2-f55b50 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-01-20T15:47:07.152Z] NODE_NAME azwin-2-f55b50 [2022-01-20T15:47:07.152Z] NUMBER_OF_PROCESSORS 4 [2022-01-20T15:47:07.152Z] OS Windows_NT [2022-01-20T15:47:07.152Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-01-20T15:47:07.152Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-01-20T15:47:07.152Z] ppc64le false [2022-01-20T15:47:07.152Z] PROCESSOR_ARCHITECTURE AMD64 [2022-01-20T15:47:07.152Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-01-20T15:47:07.152Z] PROCESSOR_LEVEL 6 [2022-01-20T15:47:07.152Z] PROCESSOR_REVISION 4f01 [2022-01-20T15:47:07.152Z] ProgramData C:\ProgramData [2022-01-20T15:47:07.152Z] ProgramFiles C:\Program Files [2022-01-20T15:47:07.152Z] ProgramFiles(x86) C:\Program Files (x86) [2022-01-20T15:47:07.152Z] ProgramW6432 C:\Program Files [2022-01-20T15:47:07.153Z] PROMPT $P$G [2022-01-20T15:47:07.153Z] PSExecutionPolicyPreference Bypass [2022-01-20T15:47:07.153Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-01-20T15:47:07.153Z] PUBLIC C:\Users\Public [2022-01-20T15:47:07.153Z] rootless true [2022-01-20T15:47:07.153Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=artif... [2022-01-20T15:47:07.153Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=changes [2022-01-20T15:47:07.153Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect [2022-01-20T15:47:07.153Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=tests [2022-01-20T15:47:07.153Z] s390x false [2022-01-20T15:47:07.153Z] SKIP_VALIDATION_TESTS 1 [2022-01-20T15:47:07.153Z] SOURCES_DRIVE d [2022-01-20T15:47:07.153Z] SOURCES_SUBDIR gopath [2022-01-20T15:47:07.153Z] STAGE_NAME Run tests [2022-01-20T15:47:07.153Z] SystemDrive C: [2022-01-20T15:47:07.153Z] SystemRoot C:\Windows [2022-01-20T15:47:07.153Z] TEMP C:\Windows\TEMP [2022-01-20T15:47:07.153Z] TESTDEBUG 0 [2022-01-20T15:47:07.153Z] TESTRUN_DRIVE d [2022-01-20T15:47:07.153Z] TESTRUN_SUBDIR CI [2022-01-20T15:47:07.153Z] TIMEOUT 120m [2022-01-20T15:47:07.153Z] TMP C:\Windows\TEMP [2022-01-20T15:47:07.153Z] unit_validate true [2022-01-20T15:47:07.153Z] USERDOMAIN WORKGROUP [2022-01-20T15:47:07.153Z] USERNAME azwin-2-f55b50$ [2022-01-20T15:47:07.153Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-01-20T15:47:07.153Z] validate_force false [2022-01-20T15:47:07.153Z] windir C:\Windows [2022-01-20T15:47:07.153Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-01-20T15:47:07.153Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-01-20T15:47:07.153Z] windows2022 true [2022-01-20T15:47:07.153Z] windows2022containerd true [2022-01-20T15:47:07.153Z] windowsRS1 false [2022-01-20T15:47:07.153Z] windowsRS5 true [2022-01-20T15:47:07.153Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-01-20T15:47:07.153Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-01-20T15:47:07.153Z] [2022-01-20T15:47:07.153Z] [2022-01-20T15:47:07.153Z] [2022-01-20T15:47:07.514Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-01-20T15:47:07.514Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-2b47ef27\powershellScript.ps1'; exit $LASTEXITCODE; [2022-01-20T15:47:07.514Z] ---------------------------------------------------------------------------- [2022-01-20T15:47:07.514Z] [2022-01-20T15:47:07.514Z] INFO: executeCI.ps1 starting at Thu Jan 20 15:47:05 CUT 2022 [2022-01-20T15:47:07.514Z] [2022-01-20T15:47:07.514Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-01-20T15:47:07.514Z] INFO: Running git version 2.24.1.windows.2 [2022-01-20T15:47:07.514Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-01-20T15:47:07.514Z] INFO: Environment variables: [2022-01-20T15:47:07.514Z] [2022-01-20T15:47:07.514Z] Name Value [2022-01-20T15:47:07.514Z] ---- ----- [2022-01-20T15:47:07.514Z] ALLUSERSPROFILE C:\ProgramData [2022-01-20T15:47:07.514Z] amd64 true [2022-01-20T15:47:07.514Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-01-20T15:47:07.514Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-01-20T15:47:07.514Z] arm64 true [2022-01-20T15:47:07.514Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-01-20T15:47:07.514Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-01-20T15:47:07.514Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-01-20T15:47:07.514Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-01-20T15:47:07.514Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-01-20T15:47:07.514Z] BRANCH_NAME PR-43142 [2022-01-20T15:47:07.514Z] BUILD_DISPLAY_NAME #4 [2022-01-20T15:47:07.514Z] BUILD_ID 4 [2022-01-20T15:47:07.514Z] BUILD_NUMBER 4 [2022-01-20T15:47:07.514Z] BUILD_TAG jenkins-moby-PR-43142-4 [2022-01-20T15:47:07.514Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/ [2022-01-20T15:47:07.515Z] cgroup2 true [2022-01-20T15:47:07.515Z] CHANGE_AUTHOR lebauce [2022-01-20T15:47:07.515Z] CHANGE_AUTHOR_DISPLAY_NAME Sylvain Baubeau [2022-01-20T15:47:07.515Z] CHANGE_BRANCH fix-panic-on-empty-quoted-strings [2022-01-20T15:47:07.515Z] CHANGE_FORK lebauce/docker [2022-01-20T15:47:07.515Z] CHANGE_ID 43142 [2022-01-20T15:47:07.515Z] CHANGE_TARGET master [2022-01-20T15:47:07.515Z] CHANGE_TITLE Do not panic on empty quoted string argument [2022-01-20T15:47:07.515Z] CHANGE_URL https://github.com/moby/moby/pull/43142 [2022-01-20T15:47:07.515Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:47:07.515Z] CommonProgramFiles C:\Program Files\Common Files [2022-01-20T15:47:07.515Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-01-20T15:47:07.515Z] CommonProgramW6432 C:\Program Files\Common Files [2022-01-20T15:47:07.515Z] COMPUTERNAME azwin-2-7d8690 [2022-01-20T15:47:07.515Z] ComSpec C:\Windows\system32\cmd.exe [2022-01-20T15:47:07.515Z] ConfigSequenceNumber 0 [2022-01-20T15:47:07.515Z] dco true [2022-01-20T15:47:07.515Z] DOCKER_BUILDKIT 0 [2022-01-20T15:47:07.515Z] DOCKER_DUT_DEBUG 1 [2022-01-20T15:47:07.515Z] DOCKER_EXPERIMENTAL 1 [2022-01-20T15:47:07.515Z] DOCKER_GRAPHDRIVER overlay2 [2022-01-20T15:47:07.515Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-01-20T15:47:07.515Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-01-20T15:47:07.515Z] EXECUTOR_NUMBER 0 [2022-01-20T15:47:07.515Z] FQDN azwin-2-7d8690.westus.cloudapp.azure.com [2022-01-20T15:47:07.515Z] GIT_BRANCH PR-43142 [2022-01-20T15:47:07.515Z] GIT_COMMIT 2036981c77941851f6e560af3952a96ac4057710 [2022-01-20T15:47:07.515Z] GIT_PREVIOUS_COMMIT 7016c1c8fbee54ea6b9da94f594579f65801759c [2022-01-20T15:47:07.515Z] GIT_URL https://github.com/moby/moby.git [2022-01-20T15:47:07.515Z] HUDSON_COOKIE faef6d52-9a7c-4e70-b6e8-6254bdbf053a [2022-01-20T15:47:07.515Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-01-20T15:47:07.515Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-01-20T15:47:07.515Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-01-20T15:47:07.515Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-01-20T15:47:07.515Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-01-20T15:47:07.515Z] JENKINS_NODE_COOKIE d0b5fd24-ec2a-4213-8aa0-1d66a2f235e4 [2022-01-20T15:47:07.515Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-01-20T15:47:07.515Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-01-20T15:47:07.515Z] JOB_BASE_NAME PR-43142 [2022-01-20T15:47:07.515Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/display/redirect [2022-01-20T15:47:07.515Z] JOB_NAME moby/PR-43142 [2022-01-20T15:47:07.515Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/ [2022-01-20T15:47:07.515Z] library.jps.version master [2022-01-20T15:47:07.515Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-01-20T15:47:07.515Z] NODE_LABELS amd64 azure azwin-2-7d8690 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-01-20T15:47:07.515Z] NODE_NAME azwin-2-7d8690 [2022-01-20T15:47:07.515Z] NUMBER_OF_PROCESSORS 4 [2022-01-20T15:47:07.515Z] OS Windows_NT [2022-01-20T15:47:07.515Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-01-20T15:47:07.515Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-01-20T15:47:07.515Z] ppc64le false [2022-01-20T15:47:07.515Z] PROCESSOR_ARCHITECTURE AMD64 [2022-01-20T15:47:07.515Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-01-20T15:47:07.515Z] PROCESSOR_LEVEL 6 [2022-01-20T15:47:07.515Z] PROCESSOR_REVISION 5504 [2022-01-20T15:47:07.515Z] ProgramData C:\ProgramData [2022-01-20T15:47:07.515Z] ProgramFiles C:\Program Files [2022-01-20T15:47:07.515Z] ProgramFiles(x86) C:\Program Files (x86) [2022-01-20T15:47:07.515Z] ProgramW6432 C:\Program Files [2022-01-20T15:47:07.515Z] PROMPT $P$G [2022-01-20T15:47:07.515Z] PSExecutionPolicyPreference Bypass [2022-01-20T15:47:07.515Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-01-20T15:47:07.515Z] PUBLIC C:\Users\Public [2022-01-20T15:47:07.515Z] rootless true [2022-01-20T15:47:07.515Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=artif... [2022-01-20T15:47:07.515Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=changes [2022-01-20T15:47:07.515Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect [2022-01-20T15:47:07.515Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=tests [2022-01-20T15:47:07.515Z] s390x false [2022-01-20T15:47:07.515Z] SKIP_VALIDATION_TESTS 1 [2022-01-20T15:47:07.515Z] SOURCES_DRIVE d [2022-01-20T15:47:07.515Z] SOURCES_SUBDIR gopath [2022-01-20T15:47:07.515Z] STAGE_NAME Run tests [2022-01-20T15:47:07.515Z] SystemDrive C: [2022-01-20T15:47:07.515Z] SystemRoot C:\Windows [2022-01-20T15:47:07.515Z] TEMP C:\Windows\TEMP [2022-01-20T15:47:07.515Z] TESTDEBUG 0 [2022-01-20T15:47:07.515Z] TESTRUN_DRIVE d [2022-01-20T15:47:07.515Z] TESTRUN_SUBDIR CI [2022-01-20T15:47:07.515Z] TIMEOUT 120m [2022-01-20T15:47:07.515Z] TMP C:\Windows\TEMP [2022-01-20T15:47:07.515Z] unit_validate true [2022-01-20T15:47:07.515Z] USERDOMAIN WORKGROUP [2022-01-20T15:47:07.515Z] USERNAME azwin-2-7d8690$ [2022-01-20T15:47:07.515Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-01-20T15:47:07.515Z] validate_force false [2022-01-20T15:47:07.515Z] windir C:\Windows [2022-01-20T15:47:07.515Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-01-20T15:47:07.515Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-01-20T15:47:07.515Z] windows2022 true [2022-01-20T15:47:07.515Z] windows2022containerd true [2022-01-20T15:47:07.515Z] windowsRS1 false [2022-01-20T15:47:07.515Z] windowsRS5 true [2022-01-20T15:47:07.515Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-01-20T15:47:07.515Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-01-20T15:47:07.515Z] [2022-01-20T15:47:07.515Z] [2022-01-20T15:47:07.515Z] [2022-01-20T15:47:07.810Z] #20 DONE 0.9s [2022-01-20T15:47:07.810Z] [2022-01-20T15:47:07.810Z] #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-01-20T15:47:07.810Z] #21 sha256:25b5507dab344cd0e5a3da2e5150a5085c76a60af2ea560649b1de46f5baaf51 [2022-01-20T15:47:07.978Z] INFO: Sources under d:\gopath\... [2022-01-20T15:47:07.978Z] INFO: Test run under d:\CI\... [2022-01-20T15:47:07.978Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-01-20T15:47:07.978Z] INFO: docker/docker repository was found [2022-01-20T15:47:07.978Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-01-20T15:47:08.441Z] ltsc2022: Pulling from windows/servercore [2022-01-20T15:47:08.721Z] INFO: Sources under d:\gopath\... [2022-01-20T15:47:08.721Z] INFO: Test run under d:\CI\... [2022-01-20T15:47:08.721Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-01-20T15:47:08.721Z] INFO: docker/docker repository was found [2022-01-20T15:47:08.721Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-01-20T15:47:08.905Z] 8f616e6e9eec: Pulling fs layer [2022-01-20T15:47:08.905Z] 0e02c12b1310: Pulling fs layer [2022-01-20T15:47:09.048Z] --- PASS: TestConfigsCreateAndDelete (2.08s) [2022-01-20T15:47:09.048Z] === RUN TestConfigsUpdate [2022-01-20T15:47:09.191Z] ltsc2022: Pulling from windows/servercore [2022-01-20T15:47:09.192Z] #21 1.254 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-01-20T15:47:09.192Z] #21 1.280 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-01-20T15:47:09.192Z] #21 1.290 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-01-20T15:47:09.661Z] 8f616e6e9eec: Pulling fs layer [2022-01-20T15:47:09.661Z] 0e02c12b1310: Pulling fs layer [2022-01-20T15:47:09.761Z] #21 1.794 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-01-20T15:47:10.329Z] #21 2.468 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [108 kB] [2022-01-20T15:47:10.959Z] --- PASS: TestConfigsUpdate (2.19s) [2022-01-20T15:47:10.959Z] === RUN TestTemplatedConfig [2022-01-20T15:47:11.709Z] #21 3.671 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B] [2022-01-20T15:47:12.922Z] ok github.com/docker/docker/libnetwork/ipam 15.948s coverage: 85.3% of statements [2022-01-20T15:47:12.922Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-20T15:47:12.922Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-20T15:47:12.922Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-01-20T15:47:13.180Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2022-01-20T15:47:13.180Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-20T15:47:13.437Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-01-20T15:47:13.499Z] --- PASS: TestTemplatedConfig (2.55s) [2022-01-20T15:47:13.499Z] === RUN TestConfigCreateResolve [2022-01-20T15:47:14.002Z] ok github.com/docker/docker/libnetwork/ipamutils 0.281s coverage: 74.0% of statements [2022-01-20T15:47:14.567Z] ok github.com/docker/docker/libnetwork/iptables 0.126s coverage: 45.1% of statements [2022-01-20T15:47:14.825Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-01-20T15:47:14.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-20T15:47:15.000Z] #21 7.117 Fetched 8493 kB in 6s (1378 kB/s) [2022-01-20T15:47:15.082Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-01-20T15:47:15.569Z] #21 7.117 Reading package lists... [2022-01-20T15:47:15.569Z] #21 ... [2022-01-20T15:47:15.569Z] [2022-01-20T15:47:15.569Z] #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-01-20T15:47:15.570Z] #34 sha256:9fe0f3d33a999b153a8e31cd4d91505945385bf49d44e9974bedbe8d707b997f [2022-01-20T15:47:15.570Z] #34 DONE 115.4s [2022-01-20T15:47:15.570Z] [2022-01-20T15:47:15.570Z] #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-01-20T15:47:15.570Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:47:15.570Z] #56 10.13 + cd /tmp/tmp.q8fdzmPXFe/src/github.com/opencontainers/runc [2022-01-20T15:47:15.570Z] #56 10.13 + git checkout -q v1.0.3 [2022-01-20T15:47:15.570Z] #56 10.69 + '[' -z '' ']' [2022-01-20T15:47:15.570Z] #56 10.69 + target=static [2022-01-20T15:47:15.570Z] #56 10.69 + make BUILDTAGS=seccomp static [2022-01-20T15:47:15.570Z] #56 11.01 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o runc . [2022-01-20T15:47:16.040Z] --- PASS: TestConfigCreateResolve (2.08s) [2022-01-20T15:47:16.040Z] PASS [2022-01-20T15:47:16.040Z] [2022-01-20T15:47:16.040Z] DONE 6 tests in 13.160s [2022-01-20T15:47:16.040Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-01-20T15:47:16.040Z] INFO: Testing against a local daemon [2022-01-20T15:47:16.040Z] === RUN TestCheckpoint [2022-01-20T15:47:16.040Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:47:16.040Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-20T15:47:16.040Z] === RUN TestContainerInvalidJSON [2022-01-20T15:47:16.040Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:47:16.040Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:47:16.040Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:47:16.040Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:47:16.040Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:47:16.040Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:47:16.040Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-01-20T15:47:16.040Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-20T15:47:16.040Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-20T15:47:16.040Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-20T15:47:16.040Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2022-01-20T15:47:16.040Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-20T15:47:16.040Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2022-01-20T15:47:16.040Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-20T15:47:16.040Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-01-20T15:47:16.040Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-20T15:47:16.040Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-01-20T15:47:16.040Z] === RUN TestCopyFromContainer [2022-01-20T15:47:16.980Z] === RUN TestCopyFromContainer// [2022-01-20T15:47:16.980Z] === RUN TestCopyFromContainer//bar/root [2022-01-20T15:47:17.241Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-20T15:47:17.241Z] === RUN TestCopyFromContainer/bar/quux [2022-01-20T15:47:17.241Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-20T15:47:17.241Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-20T15:47:17.241Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-20T15:47:17.502Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-20T15:47:17.502Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-20T15:47:17.502Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer (1.63s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2022-01-20T15:47:17.502Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-01-20T15:47:17.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-20T15:47:17.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:47:17.502Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:47:17.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:47:17.502Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:47:17.502Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:47:17.502Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:47:17.502Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:47:17.502Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:47:17.502Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:47:17.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-01-20T15:47:17.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-20T15:47:17.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-20T15:47:17.502Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-20T15:47:17.502Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-20T15:47:17.763Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-01-20T15:47:17.763Z] === RUN TestCreateWithInvalidEnv [2022-01-20T15:47:17.763Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-20T15:47:17.763Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-20T15:47:17.763Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-20T15:47:17.763Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-20T15:47:17.763Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-20T15:47:17.763Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-20T15:47:17.763Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-20T15:47:17.763Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-20T15:47:17.763Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-20T15:47:17.763Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-01-20T15:47:17.763Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-20T15:47:17.763Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-20T15:47:17.763Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-20T15:47:17.763Z] === RUN TestCreateTmpfsMountsTarget [2022-01-20T15:47:17.763Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-01-20T15:47:17.763Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-20T15:47:18.107Z] #56 ... [2022-01-20T15:47:18.107Z] [2022-01-20T15:47:18.107Z] #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-01-20T15:47:18.107Z] #21 sha256:25b5507dab344cd0e5a3da2e5150a5085c76a60af2ea560649b1de46f5baaf51 [2022-01-20T15:47:18.107Z] #21 7.117 Reading package lists... [2022-01-20T15:47:19.276Z] 0e02c12b1310: Verifying Checksum [2022-01-20T15:47:19.276Z] 0e02c12b1310: Download complete [2022-01-20T15:47:19.673Z] --- PASS: TestCreateWithCustomMaskedPaths (1.60s) [2022-01-20T15:47:19.673Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-20T15:47:20.013Z] #21 10.14 Reading package lists... [2022-01-20T15:47:20.582Z] #21 12.02 Building dependency tree... [2022-01-20T15:47:20.825Z] 8f616e6e9eec: Verifying Checksum [2022-01-20T15:47:20.825Z] 8f616e6e9eec: Download complete [2022-01-20T15:47:20.841Z] #21 13.07 The following additional packages will be installed: [2022-01-20T15:47:20.841Z] #21 13.09 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-20T15:47:21.055Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.57s) [2022-01-20T15:47:21.055Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-20T15:47:21.055Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:47:21.055Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:47:21.055Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:47:21.055Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:47:21.055Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:47:21.055Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:47:21.055Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:47:21.055Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:47:21.055Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:47:21.055Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:47:21.055Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:47:21.055Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:47:21.055Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:47:21.055Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:47:21.055Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:47:21.055Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-01-20T15:47:21.055Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-20T15:47:21.055Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-20T15:47:21.055Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-20T15:47:21.055Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-20T15:47:21.055Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-20T15:47:21.055Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-20T15:47:21.101Z] #21 13.09 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-01-20T15:47:21.101Z] #21 13.09 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-01-20T15:47:21.101Z] #21 13.09 python3-pkg-resources vim-runtime xxd [2022-01-20T15:47:21.101Z] #21 13.09 Suggested packages: [2022-01-20T15:47:21.101Z] #21 13.09 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-01-20T15:47:21.101Z] #21 13.09 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-01-20T15:47:21.101Z] #21 13.09 acl attr quota [2022-01-20T15:47:21.101Z] #21 13.09 Recommended packages: [2022-01-20T15:47:21.101Z] #21 13.09 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-01-20T15:47:21.625Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.58s) [2022-01-20T15:47:21.625Z] === RUN TestCreateDifferentPlatform [2022-01-20T15:47:21.625Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-20T15:47:21.625Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-20T15:47:21.625Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-01-20T15:47:21.625Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-20T15:47:21.625Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-20T15:47:21.625Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-20T15:47:21.625Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-01-20T15:47:21.625Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-20T15:47:21.625Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-01-20T15:47:21.625Z] === RUN TestContainerStartOnDaemonRestart [2022-01-20T15:47:21.625Z] === PAUSE TestContainerStartOnDaemonRestart [2022-01-20T15:47:21.625Z] === RUN TestDaemonRestartIpcMode [2022-01-20T15:47:21.625Z] === PAUSE TestDaemonRestartIpcMode [2022-01-20T15:47:21.625Z] === RUN TestDaemonHostGatewayIP [2022-01-20T15:47:21.625Z] === PAUSE TestDaemonHostGatewayIP [2022-01-20T15:47:21.625Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-20T15:47:21.625Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-20T15:47:21.625Z] === RUN TestContainerKillOnDaemonStart [2022-01-20T15:47:21.625Z] === PAUSE TestContainerKillOnDaemonStart [2022-01-20T15:47:21.625Z] === RUN TestDiff [2022-01-20T15:47:22.039Z] #21 14.06 The following NEW packages will be installed: [2022-01-20T15:47:22.039Z] #21 14.06 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-01-20T15:47:22.039Z] #21 14.06 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-01-20T15:47:22.039Z] #21 14.06 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-01-20T15:47:22.039Z] #21 14.06 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-01-20T15:47:22.039Z] #21 14.06 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-01-20T15:47:22.039Z] #21 14.06 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-01-20T15:47:22.039Z] #21 14.06 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-01-20T15:47:22.039Z] #21 14.06 xz-utils zip zstd [2022-01-20T15:47:22.194Z] --- PASS: TestDiff (0.53s) [2022-01-20T15:47:22.194Z] === RUN TestExecWithCloseStdin [2022-01-20T15:47:22.300Z] #21 14.37 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-01-20T15:47:22.300Z] #21 14.37 Need to get 27.6 MB of archives. [2022-01-20T15:47:22.300Z] #21 14.37 After this operation, 106 MB of additional disk space will be used. [2022-01-20T15:47:22.300Z] #21 14.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-01-20T15:47:22.300Z] #21 14.38 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-01-20T15:47:22.300Z] #21 14.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-01-20T15:47:22.300Z] #21 14.38 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-01-20T15:47:22.300Z] #21 14.38 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-01-20T15:47:22.300Z] #21 14.38 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-01-20T15:47:22.300Z] #21 14.38 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-01-20T15:47:22.300Z] #21 14.39 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-01-20T15:47:22.300Z] #21 14.41 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-01-20T15:47:22.300Z] #21 14.42 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-01-20T15:47:22.300Z] #21 14.43 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-01-20T15:47:22.300Z] #21 14.43 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-01-20T15:47:22.300Z] #21 14.43 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-01-20T15:47:22.300Z] #21 14.44 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-01-20T15:47:22.300Z] #21 14.46 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-01-20T15:47:22.300Z] #21 14.47 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-01-20T15:47:22.300Z] #21 14.47 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-01-20T15:47:22.300Z] #21 14.47 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-01-20T15:47:22.300Z] #21 14.47 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-01-20T15:47:22.300Z] #21 14.47 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-01-20T15:47:22.300Z] #21 14.47 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-01-20T15:47:22.300Z] #21 14.48 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-01-20T15:47:22.300Z] #21 14.48 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-01-20T15:47:22.300Z] #21 14.48 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-01-20T15:47:22.300Z] #21 14.49 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-01-20T15:47:22.300Z] #21 14.49 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-01-20T15:47:22.300Z] #21 14.49 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-01-20T15:47:22.370Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-01-20T15:47:22.370Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-ff232bc2\powershellScript.ps1'; exit $LASTEXITCODE; [2022-01-20T15:47:22.370Z] ---------------------------------------------------------------------------- [2022-01-20T15:47:22.370Z] [2022-01-20T15:47:22.370Z] INFO: executeCI.ps1 starting at Thu Jan 20 15:47:19 CUT 2022 [2022-01-20T15:47:22.370Z] [2022-01-20T15:47:22.370Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-01-20T15:47:22.370Z] INFO: Running git version 2.24.1.windows.2 [2022-01-20T15:47:22.370Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-01-20T15:47:22.370Z] INFO: Environment variables: [2022-01-20T15:47:22.370Z] [2022-01-20T15:47:22.370Z] Name Value [2022-01-20T15:47:22.370Z] ---- ----- [2022-01-20T15:47:22.370Z] ALLUSERSPROFILE C:\ProgramData [2022-01-20T15:47:22.370Z] amd64 true [2022-01-20T15:47:22.370Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-01-20T15:47:22.370Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-01-20T15:47:22.370Z] arm64 true [2022-01-20T15:47:22.370Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-01-20T15:47:22.370Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-01-20T15:47:22.370Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-01-20T15:47:22.370Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-01-20T15:47:22.370Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-01-20T15:47:22.370Z] BRANCH_NAME PR-43142 [2022-01-20T15:47:22.370Z] BUILD_DISPLAY_NAME #4 [2022-01-20T15:47:22.370Z] BUILD_ID 4 [2022-01-20T15:47:22.370Z] BUILD_NUMBER 4 [2022-01-20T15:47:22.370Z] BUILD_TAG jenkins-moby-PR-43142-4 [2022-01-20T15:47:22.370Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/ [2022-01-20T15:47:22.370Z] cgroup2 true [2022-01-20T15:47:22.370Z] CHANGE_AUTHOR lebauce [2022-01-20T15:47:22.370Z] CHANGE_AUTHOR_DISPLAY_NAME Sylvain Baubeau [2022-01-20T15:47:22.370Z] CHANGE_BRANCH fix-panic-on-empty-quoted-strings [2022-01-20T15:47:22.370Z] CHANGE_FORK lebauce/docker [2022-01-20T15:47:22.370Z] CHANGE_ID 43142 [2022-01-20T15:47:22.370Z] CHANGE_TARGET master [2022-01-20T15:47:22.370Z] CHANGE_TITLE Do not panic on empty quoted string argument [2022-01-20T15:47:22.370Z] CHANGE_URL https://github.com/moby/moby/pull/43142 [2022-01-20T15:47:22.370Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-01-20T15:47:22.370Z] CommonProgramFiles C:\Program Files\Common Files [2022-01-20T15:47:22.370Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-01-20T15:47:22.370Z] CommonProgramW6432 C:\Program Files\Common Files [2022-01-20T15:47:22.370Z] COMPUTERNAME azwin-2-36ef30 [2022-01-20T15:47:22.370Z] ComSpec C:\Windows\system32\cmd.exe [2022-01-20T15:47:22.370Z] ConfigSequenceNumber 0 [2022-01-20T15:47:22.370Z] dco true [2022-01-20T15:47:22.370Z] DOCKER_BUILDKIT 0 [2022-01-20T15:47:22.370Z] DOCKER_DUT_DEBUG 1 [2022-01-20T15:47:22.370Z] DOCKER_EXPERIMENTAL 1 [2022-01-20T15:47:22.370Z] DOCKER_GRAPHDRIVER overlay2 [2022-01-20T15:47:22.370Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-01-20T15:47:22.370Z] EXECUTOR_NUMBER 0 [2022-01-20T15:47:22.370Z] FQDN azwin-2-36ef30.westus.cloudapp.azure.com [2022-01-20T15:47:22.370Z] GIT_BRANCH PR-43142 [2022-01-20T15:47:22.370Z] GIT_COMMIT 2036981c77941851f6e560af3952a96ac4057710 [2022-01-20T15:47:22.370Z] GIT_PREVIOUS_COMMIT 7016c1c8fbee54ea6b9da94f594579f65801759c [2022-01-20T15:47:22.370Z] GIT_URL https://github.com/moby/moby.git [2022-01-20T15:47:22.370Z] HUDSON_COOKIE 4fa64d64-dcf1-4fdf-936b-0fb35d9afb0d [2022-01-20T15:47:22.370Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-01-20T15:47:22.370Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-01-20T15:47:22.370Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-01-20T15:47:22.370Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-01-20T15:47:22.370Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-01-20T15:47:22.370Z] JENKINS_NODE_COOKIE 42f7dd6a-fe09-4418-8a72-028e03f35978 [2022-01-20T15:47:22.370Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-01-20T15:47:22.370Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-01-20T15:47:22.370Z] JOB_BASE_NAME PR-43142 [2022-01-20T15:47:22.370Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/display/redirect [2022-01-20T15:47:22.370Z] JOB_NAME moby/PR-43142 [2022-01-20T15:47:22.371Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/ [2022-01-20T15:47:22.371Z] library.jps.version master [2022-01-20T15:47:22.371Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-01-20T15:47:22.371Z] NODE_LABELS amd64 azure azwin-2-36ef30 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-01-20T15:47:22.371Z] NODE_NAME azwin-2-36ef30 [2022-01-20T15:47:22.371Z] NUMBER_OF_PROCESSORS 4 [2022-01-20T15:47:22.371Z] OS Windows_NT [2022-01-20T15:47:22.371Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-01-20T15:47:22.371Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-01-20T15:47:22.371Z] ppc64le false [2022-01-20T15:47:22.371Z] PROCESSOR_ARCHITECTURE AMD64 [2022-01-20T15:47:22.371Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-01-20T15:47:22.371Z] PROCESSOR_LEVEL 6 [2022-01-20T15:47:22.371Z] PROCESSOR_REVISION 4f01 [2022-01-20T15:47:22.371Z] ProgramData C:\ProgramData [2022-01-20T15:47:22.371Z] ProgramFiles C:\Program Files [2022-01-20T15:47:22.371Z] ProgramFiles(x86) C:\Program Files (x86) [2022-01-20T15:47:22.371Z] ProgramW6432 C:\Program Files [2022-01-20T15:47:22.371Z] PROMPT $P$G [2022-01-20T15:47:22.371Z] PSExecutionPolicyPreference Bypass [2022-01-20T15:47:22.371Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-01-20T15:47:22.371Z] PUBLIC C:\Users\Public [2022-01-20T15:47:22.371Z] rootless true [2022-01-20T15:47:22.371Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=artif... [2022-01-20T15:47:22.371Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=changes [2022-01-20T15:47:22.371Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect [2022-01-20T15:47:22.371Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43142/4/display/redirect?page=tests [2022-01-20T15:47:22.371Z] s390x false [2022-01-20T15:47:22.371Z] SKIP_VALIDATION_TESTS 1 [2022-01-20T15:47:22.371Z] SOURCES_DRIVE d [2022-01-20T15:47:22.371Z] SOURCES_SUBDIR gopath [2022-01-20T15:47:22.371Z] STAGE_NAME Run tests [2022-01-20T15:47:22.371Z] SystemDrive C: [2022-01-20T15:47:22.371Z] SystemRoot C:\Windows [2022-01-20T15:47:22.371Z] TEMP C:\Windows\TEMP [2022-01-20T15:47:22.371Z] TESTDEBUG 0 [2022-01-20T15:47:22.371Z] TESTRUN_DRIVE d [2022-01-20T15:47:22.371Z] TESTRUN_SUBDIR CI [2022-01-20T15:47:22.371Z] TIMEOUT 120m [2022-01-20T15:47:22.371Z] TMP C:\Windows\TEMP [2022-01-20T15:47:22.371Z] unit_validate true [2022-01-20T15:47:22.371Z] USERDOMAIN WORKGROUP [2022-01-20T15:47:22.371Z] USERNAME azwin-2-36ef30$ [2022-01-20T15:47:22.371Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-01-20T15:47:22.371Z] validate_force false [2022-01-20T15:47:22.371Z] windir C:\Windows [2022-01-20T15:47:22.371Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-01-20T15:47:22.371Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-01-20T15:47:22.371Z] windows2022 true [2022-01-20T15:47:22.371Z] windows2022containerd true [2022-01-20T15:47:22.371Z] windowsRS1 false [2022-01-20T15:47:22.371Z] windowsRS5 true [2022-01-20T15:47:22.371Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-01-20T15:47:22.371Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-01-20T15:47:22.371Z] [2022-01-20T15:47:22.371Z] [2022-01-20T15:47:22.371Z] [2022-01-20T15:47:22.371Z] INFO: Sources under d:\gopath\... [2022-01-20T15:47:22.371Z] INFO: Test run under d:\CI\... [2022-01-20T15:47:22.371Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-01-20T15:47:22.371Z] INFO: docker/docker repository was found [2022-01-20T15:47:22.371Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-01-20T15:47:22.371Z] ltsc2019: Pulling from windows/servercore [2022-01-20T15:47:22.559Z] #21 14.81 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-01-20T15:47:22.559Z] #21 14.81 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2022-01-20T15:47:22.559Z] #21 14.81 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-01-20T15:47:22.559Z] #21 14.81 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2022-01-20T15:47:22.559Z] #21 14.81 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-01-20T15:47:22.559Z] #21 14.82 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-01-20T15:47:22.764Z] --- PASS: TestExecWithCloseStdin (0.61s) [2022-01-20T15:47:22.764Z] === RUN TestExec [2022-01-20T15:47:22.819Z] #21 14.82 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-01-20T15:47:22.819Z] #21 14.87 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-01-20T15:47:22.819Z] #21 14.87 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-01-20T15:47:22.819Z] #21 14.87 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-01-20T15:47:22.819Z] #21 14.88 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-01-20T15:47:22.819Z] #21 14.89 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-01-20T15:47:22.819Z] #21 14.89 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-01-20T15:47:22.819Z] #21 14.90 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-01-20T15:47:22.819Z] #21 14.92 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-01-20T15:47:22.819Z] #21 14.93 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-01-20T15:47:22.819Z] #21 14.94 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3+deb11u1 [6226 kB] [2022-01-20T15:47:22.843Z] 4612f6d0b889: Pulling fs layer [2022-01-20T15:47:22.843Z] 567fd00846e9: Pulling fs layer [2022-01-20T15:47:22.903Z] #81 exporting layers 22.9s done [2022-01-20T15:47:22.903Z] #81 writing image sha256:00424afec9734077b9eada0ef5771588782c6af94638468a0c41af7e0531fc3f done [2022-01-20T15:47:22.903Z] #81 naming to docker.io/library/docker:9363a990ff1718d8e3362c805083627578ea41f1 done [2022-01-20T15:47:22.903Z] #81 DONE 22.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-01-20T15:47:23.079Z] #21 15.14 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-01-20T15:47:23.079Z] #21 15.17 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-01-20T15:47:23.079Z] #21 15.19 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-01-20T15:47:23.079Z] #21 15.20 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-01-20T15:47:23.255Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43142/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9363a990ff1718d8e3362c805083627578ea41f1 hack/validate/default [2022-01-20T15:47:23.335Z] --- PASS: TestExec (0.59s) [2022-01-20T15:47:23.335Z] === RUN TestExecUser [2022-01-20T15:47:23.656Z] #21 15.94 debconf: delaying package configuration, since apt-utils is not installed [2022-01-20T15:47:23.904Z] --- PASS: TestExecUser (0.60s) [2022-01-20T15:47:23.904Z] === RUN TestExportContainerAndImportImage [2022-01-20T15:47:23.915Z] #21 16.06 Fetched 27.6 MB in 1s (24.5 MB/s) [2022-01-20T15:47:23.915Z] #21 16.12 Selecting previously unselected package pigz. [2022-01-20T15:47:23.915Z] #21 16.12 (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-01-20T15:47:23.915Z] #21 16.17 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-01-20T15:47:24.175Z] #21 16.17 Unpacking pigz (2.6-1) ... [2022-01-20T15:47:24.175Z] #21 16.25 Selecting previously unselected package libelf1:amd64. [2022-01-20T15:47:24.175Z] #21 16.25 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-01-20T15:47:24.175Z] #21 16.27 Unpacking libelf1:amd64 (0.183-1) ... [2022-01-20T15:47:24.175Z] #21 16.39 Selecting previously unselected package libbpf0:amd64. [2022-01-20T15:47:24.175Z] #21 16.39 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-01-20T15:47:24.175Z] #21 16.40 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-01-20T15:47:24.195Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-01-20T15:47:24.195Z] No api/types/ or api/swagger.yaml changes in diff. [2022-01-20T15:47:24.195Z] Congratulations! All TOML source files changed here have valid syntax. [2022-01-20T15:47:24.195Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-01-20T15:47:24.195Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-01-20T15:47:24.195Z] Congratulations! No new tests were added to integration-cli. [2022-01-20T15:47:24.195Z] [2022-01-20T15:47:24.195Z] INFO Start validation with golang-ci-lint [2022-01-20T15:47:24.195Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-01-20T15:47:24.195Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-01-20T15:47:24.195Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-01-20T15:47:24.434Z] #21 16.50 Selecting previously unselected package libcap2:amd64. [2022-01-20T15:47:24.434Z] #21 16.51 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-01-20T15:47:24.434Z] #21 16.52 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-01-20T15:47:24.434Z] #21 16.58 Selecting previously unselected package libmnl0:amd64. [2022-01-20T15:47:24.434Z] #21 16.60 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-01-20T15:47:24.434Z] #21 16.60 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-01-20T15:47:24.434Z] #21 16.66 Selecting previously unselected package libxtables12:amd64. [2022-01-20T15:47:24.434Z] #21 16.66 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-01-20T15:47:24.434Z] #21 16.67 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-01-20T15:47:24.434Z] #21 16.72 Selecting previously unselected package libcap2-bin. [2022-01-20T15:47:24.618Z] 8f616e6e9eec: Verifying Checksum [2022-01-20T15:47:24.618Z] 8f616e6e9eec: Download complete [2022-01-20T15:47:24.697Z] #21 16.72 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-01-20T15:47:24.697Z] #21 16.73 Unpacking libcap2-bin (1:2.44-1) ... [2022-01-20T15:47:24.697Z] #21 16.82 Selecting previously unselected package iproute2. [2022-01-20T15:47:24.697Z] #21 16.82 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-01-20T15:47:24.697Z] #21 16.83 Unpacking iproute2 (5.10.0-4) ... [2022-01-20T15:47:24.844Z] --- PASS: TestExportContainerAndImportImage (0.71s) [2022-01-20T15:47:24.844Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-20T15:47:25.215Z] #21 17.23 Selecting previously unselected package xxd. [2022-01-20T15:47:25.215Z] #21 17.25 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-20T15:47:25.215Z] #21 17.25 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:25.215Z] #21 17.37 Selecting previously unselected package vim-common. [2022-01-20T15:47:25.215Z] #21 17.38 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-20T15:47:25.215Z] #21 17.39 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:25.475Z] #21 17.56 Selecting previously unselected package bash-completion. [2022-01-20T15:47:25.475Z] #21 17.56 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-01-20T15:47:25.783Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2022-01-20T15:47:25.783Z] === RUN TestHealthCheckWorkdir [2022-01-20T15:47:26.723Z] --- PASS: TestHealthCheckWorkdir (0.77s) [2022-01-20T15:47:26.723Z] === RUN TestHealthKillContainer [2022-01-20T15:47:27.394Z] #21 19.18 Unpacking bash-completion (1:2.11-2) ... [2022-01-20T15:47:27.395Z] #21 19.44 Selecting previously unselected package bzip2. [2022-01-20T15:47:27.395Z] #21 19.44 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-01-20T15:47:27.395Z] #21 19.45 Unpacking bzip2 (1.0.8-4) ... [2022-01-20T15:47:27.395Z] #21 19.51 Selecting previously unselected package xz-utils. [2022-01-20T15:47:27.395Z] #21 19.52 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-01-20T15:47:27.395Z] #21 19.52 Unpacking xz-utils (5.2.5-2) ... [2022-01-20T15:47:27.395Z] #21 19.65 Selecting previously unselected package apparmor. [2022-01-20T15:47:27.395Z] #21 19.66 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-01-20T15:47:27.395Z] #21 19.71 Unpacking apparmor (2.13.6-10) ... [2022-01-20T15:47:27.963Z] #21 20.07 Selecting previously unselected package inetutils-ping. [2022-01-20T15:47:27.963Z] #21 20.07 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-01-20T15:47:27.963Z] #21 20.08 Unpacking inetutils-ping (2:2.0-1) ... [2022-01-20T15:47:28.223Z] #21 20.18 Selecting previously unselected package libip4tc2:amd64. [2022-01-20T15:47:28.223Z] #21 20.19 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-01-20T15:47:28.223Z] #21 20.19 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-01-20T15:47:28.223Z] #21 20.25 Selecting previously unselected package libip6tc2:amd64. [2022-01-20T15:47:28.223Z] #21 20.25 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-01-20T15:47:28.223Z] #21 20.26 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-01-20T15:47:28.223Z] #21 20.32 Selecting previously unselected package libnfnetlink0:amd64. [2022-01-20T15:47:28.223Z] #21 20.34 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-01-20T15:47:28.223Z] #21 20.34 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-20T15:47:28.223Z] #21 20.39 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-01-20T15:47:28.223Z] #21 20.41 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-01-20T15:47:28.223Z] #21 20.44 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-20T15:47:28.223Z] #21 20.51 Selecting previously unselected package libnftnl11:amd64. [2022-01-20T15:47:28.483Z] #21 20.52 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-01-20T15:47:28.483Z] #21 20.52 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-01-20T15:47:28.483Z] #21 20.62 Selecting previously unselected package iptables. [2022-01-20T15:47:28.483Z] #21 20.62 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-01-20T15:47:28.483Z] #21 20.63 Unpacking iptables (1.8.7-1) ... [2022-01-20T15:47:28.742Z] #21 20.95 Selecting previously unselected package libonig5:amd64. [2022-01-20T15:47:28.742Z] #21 20.96 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-01-20T15:47:28.742Z] #21 20.97 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-01-20T15:47:29.001Z] #21 21.12 Selecting previously unselected package libjq1:amd64. [2022-01-20T15:47:29.001Z] #21 21.13 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-01-20T15:47:29.001Z] #21 21.15 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-01-20T15:47:29.264Z] #21 21.25 Selecting previously unselected package jq. [2022-01-20T15:47:29.264Z] #21 21.26 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-01-20T15:47:29.264Z] #21 21.26 Unpacking jq (1.6-2.1) ... [2022-01-20T15:47:29.264Z] #21 21.35 Selecting previously unselected package libaio1:amd64. [2022-01-20T15:47:29.264Z] #21 21.36 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-01-20T15:47:29.264Z] #21 21.37 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-01-20T15:47:29.264Z] #21 21.42 Selecting previously unselected package libgpm2:amd64. [2022-01-20T15:47:29.264Z] #21 21.43 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-01-20T15:47:29.264Z] #21 21.44 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-01-20T15:47:29.524Z] #21 21.51 Selecting previously unselected package libicu67:amd64. [2022-01-20T15:47:29.524Z] #21 21.52 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-01-20T15:47:29.524Z] #21 21.53 Unpacking libicu67:amd64 (67.1-7) ... [2022-01-20T15:47:29.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-20T15:47:32.870Z] #21 24.87 Selecting previously unselected package libinih1:amd64. [2022-01-20T15:47:32.870Z] #21 24.87 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-01-20T15:47:32.870Z] #21 24.88 Unpacking libinih1:amd64 (53-1+b2) ... [2022-01-20T15:47:32.870Z] #21 24.94 Selecting previously unselected package libnet1:amd64. [2022-01-20T15:47:32.870Z] #21 24.94 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-01-20T15:47:32.870Z] #21 24.94 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-20T15:47:32.870Z] #21 25.02 Selecting previously unselected package libnl-3-200:amd64. [2022-01-20T15:47:32.870Z] #21 25.02 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-01-20T15:47:32.870Z] #21 25.03 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-20T15:47:32.870Z] #21 25.11 Selecting previously unselected package libprotobuf-c1:amd64. [2022-01-20T15:47:32.870Z] #21 25.13 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-01-20T15:47:32.870Z] #21 25.15 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-20T15:47:33.129Z] #21 25.21 Selecting previously unselected package net-tools. [2022-01-20T15:47:33.129Z] #21 25.22 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-01-20T15:47:33.129Z] #21 25.23 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-01-20T15:47:33.129Z] #21 25.43 Selecting previously unselected package patch. [2022-01-20T15:47:33.129Z] #21 25.43 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-01-20T15:47:33.129Z] #21 25.47 Unpacking patch (2.7.6-7) ... [2022-01-20T15:47:33.292Z] 0e02c12b1310: Verifying Checksum [2022-01-20T15:47:33.292Z] 0e02c12b1310: Download complete [2022-01-20T15:47:33.389Z] #21 25.56 Selecting previously unselected package python-pip-whl. [2022-01-20T15:47:33.389Z] #21 25.56 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-01-20T15:47:33.389Z] #21 25.57 Unpacking python-pip-whl (20.3.4-4) ... [2022-01-20T15:47:33.958Z] #21 26.08 Selecting previously unselected package python3-lib2to3. [2022-01-20T15:47:33.958Z] #21 26.09 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-01-20T15:47:33.958Z] #21 26.09 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-01-20T15:47:34.357Z] #21 26.20 Selecting previously unselected package python3-distutils. [2022-01-20T15:47:34.357Z] #21 26.20 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-01-20T15:47:34.357Z] #21 26.21 Unpacking python3-distutils (3.9.2-1) ... [2022-01-20T15:47:34.357Z] #21 26.37 Selecting previously unselected package python3-pkg-resources. [2022-01-20T15:47:34.357Z] #21 26.37 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-01-20T15:47:34.357Z] #21 26.38 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-01-20T15:47:34.357Z] #21 26.52 Selecting previously unselected package python3-setuptools. [2022-01-20T15:47:34.357Z] #21 26.53 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-01-20T15:47:34.357Z] #21 26.54 Unpacking python3-setuptools (52.0.0-4) ... [2022-01-20T15:47:34.617Z] #21 26.76 Selecting previously unselected package python3-wheel. [2022-01-20T15:47:34.617Z] #21 26.76 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-01-20T15:47:34.617Z] #21 26.77 Unpacking python3-wheel (0.34.2-1) ... [2022-01-20T15:47:34.617Z] #21 26.82 Selecting previously unselected package python3-pip. [2022-01-20T15:47:34.617Z] #21 26.83 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-01-20T15:47:34.617Z] #21 26.83 Unpacking python3-pip (20.3.4-4) ... [2022-01-20T15:47:34.851Z] --- PASS: TestHealthKillContainer (8.18s) [2022-01-20T15:47:34.851Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-20T15:47:34.877Z] #21 27.03 Selecting previously unselected package sudo. [2022-01-20T15:47:34.877Z] #21 27.04 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-01-20T15:47:34.877Z] #21 27.04 Unpacking sudo (1.9.5p2-3) ... [2022-01-20T15:47:35.421Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s) [2022-01-20T15:47:35.421Z] === RUN TestIpcModeNone [2022-01-20T15:47:35.446Z] #21 27.48 Selecting previously unselected package thin-provisioning-tools. [2022-01-20T15:47:35.446Z] #21 27.49 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-01-20T15:47:35.446Z] #21 27.50 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-01-20T15:47:35.446Z] #21 27.73 Selecting previously unselected package uidmap. [2022-01-20T15:47:35.706Z] #21 27.74 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-01-20T15:47:35.706Z] #21 27.75 Unpacking uidmap (1:4.8.1-1) ... [2022-01-20T15:47:35.706Z] #21 27.90 Selecting previously unselected package vim-runtime. [2022-01-20T15:47:35.706Z] #21 27.90 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-01-20T15:47:35.706Z] #21 27.92 Adding 'diversion of /usr/share/vim/vim82/doc/help.txt to /usr/share/vim/vim82/doc/help.txt.vim-tiny by vim-runtime' [2022-01-20T15:47:35.706Z] #21 27.94 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-01-20T15:47:35.706Z] #21 27.95 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:35.990Z] --- PASS: TestIpcModeNone (0.62s) [2022-01-20T15:47:35.990Z] === RUN TestIpcModePrivate [2022-01-20T15:47:36.251Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:59, shared: false, mustBeShared: false [2022-01-20T15:47:36.820Z] --- PASS: TestIpcModePrivate (0.61s) [2022-01-20T15:47:36.820Z] === RUN TestIpcModeShareable [2022-01-20T15:47:37.081Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:54, shared: true, mustBeShared: true [2022-01-20T15:47:37.341Z] --- PASS: TestIpcModeShareable (0.60s) [2022-01-20T15:47:37.341Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-20T15:47:37.836Z] 567fd00846e9: Verifying Checksum [2022-01-20T15:47:37.836Z] 567fd00846e9: Download complete [2022-01-20T15:47:38.997Z] #21 30.66 Selecting previously unselected package vim. [2022-01-20T15:47:38.997Z] #21 30.66 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-01-20T15:47:38.997Z] #21 30.69 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:38.997Z] #21 31.15 Selecting previously unselected package xfsprogs. [2022-01-20T15:47:38.997Z] #21 31.16 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-01-20T15:47:38.997Z] #21 31.16 Unpacking xfsprogs (5.10.0-4) ... [2022-01-20T15:47:39.253Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.74s) [2022-01-20T15:47:39.253Z] === RUN TestAPIIpcModeHost [2022-01-20T15:47:39.253Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-01-20T15:47:39.253Z] === RUN TestDaemonIpcModeShareable [2022-01-20T15:47:39.516Z] #21 31.56 Selecting previously unselected package zip. [2022-01-20T15:47:39.516Z] #21 31.58 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-01-20T15:47:39.516Z] #21 31.58 Unpacking zip (3.0-12) ... [2022-01-20T15:47:39.516Z] #21 31.75 Selecting previously unselected package zstd. [2022-01-20T15:47:39.516Z] #21 31.76 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-01-20T15:47:39.516Z] #21 31.77 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-01-20T15:47:40.084Z] #21 32.10 Setting up python3-pkg-resources (52.0.0-4) ... [2022-01-20T15:47:40.634Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-01-20T15:47:40.634Z] --- PASS: TestDaemonIpcModeShareable (1.17s) [2022-01-20T15:47:40.634Z] === RUN TestDaemonIpcModePrivate [2022-01-20T15:47:40.653Z] #21 32.88 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-01-20T15:47:40.653Z] #21 32.91 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-01-20T15:47:40.653Z] #21 32.93 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-01-20T15:47:40.653Z] #21 32.94 Setting up libicu67:amd64 (67.1-7) ... [2022-01-20T15:47:40.653Z] #21 32.95 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-01-20T15:47:40.653Z] #21 32.96 Setting up libinih1:amd64 (53-1+b2) ... [2022-01-20T15:47:40.653Z] #21 32.98 Setting up uidmap (1:4.8.1-1) ... [2022-01-20T15:47:40.912Z] #21 32.99 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-01-20T15:47:40.912Z] #21 33.01 Setting up bzip2 (1.0.8-4) ... [2022-01-20T15:47:40.912Z] #21 33.02 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-01-20T15:47:40.912Z] #21 33.04 Setting up python3-wheel (0.34.2-1) ... [2022-01-20T15:47:41.573Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-01-20T15:47:41.748Z] #21 33.71 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:41.748Z] #21 33.72 Setting up libcap2:amd64 (1:2.44-1) ... [2022-01-20T15:47:41.748Z] #21 33.73 Setting up libcap2-bin (1:2.44-1) ... [2022-01-20T15:47:41.748Z] #21 33.75 Setting up apparmor (2.13.6-10) ... [2022-01-20T15:47:41.833Z] --- PASS: TestDaemonIpcModePrivate (1.17s) [2022-01-20T15:47:41.833Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-20T15:47:42.781Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:68, shared: false, mustBeShared: false [2022-01-20T15:47:42.781Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.16s) [2022-01-20T15:47:42.781Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-20T15:47:43.657Z] #21 35.48 Setting up zip (3.0-12) ... [2022-01-20T15:47:43.657Z] #21 35.49 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:43.657Z] #21 35.52 Setting up bash-completion (1:2.11-2) ... [2022-01-20T15:47:44.173Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: true, mustBeShared: true [2022-01-20T15:47:44.173Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.19s) [2022-01-20T15:47:44.173Z] === RUN TestIpcModeOlderClient [2022-01-20T15:47:44.173Z] === PAUSE TestIpcModeOlderClient [2022-01-20T15:47:44.173Z] === RUN TestKillContainerInvalidSignal [2022-01-20T15:47:44.436Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2022-01-20T15:47:44.436Z] === RUN TestKillContainer [2022-01-20T15:47:44.436Z] === RUN TestKillContainer/no_signal [2022-01-20T15:47:45.019Z] === RUN TestKillContainer/non_killing_signal [2022-01-20T15:47:45.039Z] #21 37.16 Setting up xz-utils (5.2.5-2) ... [2022-01-20T15:47:45.039Z] #21 37.17 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-01-20T15:47:45.039Z] #21 37.19 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-01-20T15:47:45.039Z] #21 37.20 Setting up patch (2.7.6-7) ... [2022-01-20T15:47:45.039Z] #21 37.21 Setting up sudo (1.9.5p2-3) ... [2022-01-20T15:47:45.278Z] === RUN TestKillContainer/killing_signal [2022-01-20T15:47:45.298Z] #21 37.27 invoke-rc.d: could not determine current runlevel [2022-01-20T15:47:45.298Z] #21 37.27 invoke-rc.d: policy-rc.d denied execution of start. [2022-01-20T15:47:45.298Z] #21 37.28 Setting up xfsprogs (5.10.0-4) ... [2022-01-20T15:47:45.298Z] #21 37.30 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-01-20T15:47:45.298Z] #21 37.31 Setting up inetutils-ping (2:2.0-1) ... [2022-01-20T15:47:45.298Z] #21 37.32 Setting up pigz (2.6-1) ... [2022-01-20T15:47:45.298Z] #21 37.33 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-01-20T15:47:45.298Z] #21 37.34 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-01-20T15:47:45.298Z] #21 37.36 Setting up python-pip-whl (20.3.4-4) ... [2022-01-20T15:47:45.298Z] #21 37.39 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:45.848Z] --- PASS: TestKillContainer (1.32s) [2022-01-20T15:47:45.848Z] --- PASS: TestKillContainer/no_signal (0.43s) [2022-01-20T15:47:45.848Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-01-20T15:47:45.848Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-01-20T15:47:45.848Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-20T15:47:45.848Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-20T15:47:45.864Z] #21 38.08 Setting up libaio1:amd64 (0.3.112-9) ... [2022-01-20T15:47:46.123Z] #21 38.10 Setting up python3-lib2to3 (3.9.2-1) ... [2022-01-20T15:47:46.382Z] #21 38.52 Setting up libelf1:amd64 (0.183-1) ... [2022-01-20T15:47:46.382Z] #21 38.59 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-01-20T15:47:46.382Z] #21 38.61 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-01-20T15:47:46.382Z] #21 38.62 Setting up python3-distutils (3.9.2-1) ... [2022-01-20T15:47:46.419Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-20T15:47:46.952Z] #21 39.11 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-01-20T15:47:46.952Z] #21 39.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-01-20T15:47:46.952Z] #21 39.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-01-20T15:47:46.952Z] #21 39.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-01-20T15:47:46.952Z] #21 39.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-01-20T15:47:46.952Z] #21 39.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-01-20T15:47:46.952Z] #21 39.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-01-20T15:47:46.952Z] #21 39.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-01-20T15:47:46.952Z] #21 39.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-01-20T15:47:46.952Z] #21 39.19 Setting up python3-setuptools (52.0.0-4) ... [2022-01-20T15:47:46.989Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.20s) [2022-01-20T15:47:46.989Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-01-20T15:47:46.989Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-01-20T15:47:46.989Z] === RUN TestKillStoppedContainer [2022-01-20T15:47:46.989Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-01-20T15:47:46.989Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-20T15:47:47.249Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-01-20T15:47:47.249Z] === RUN TestKillDifferentUserContainer [2022-01-20T15:47:47.510Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-01-20T15:47:47.510Z] === RUN TestInspectOomKilledTrue [2022-01-20T15:47:47.510Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-01-20T15:47:47.510Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-20T15:47:47.510Z] === RUN TestInspectOomKilledFalse [2022-01-20T15:47:48.080Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-01-20T15:47:48.080Z] === RUN TestLinksEtcHostsContentMatch [2022-01-20T15:47:48.312Z] 4612f6d0b889: Verifying Checksum [2022-01-20T15:47:48.312Z] 4612f6d0b889: Download complete [2022-01-20T15:47:48.329Z] #21 40.51 Setting up libjq1:amd64 (1.6-2.1) ... [2022-01-20T15:47:48.329Z] #21 40.53 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-01-20T15:47:48.329Z] #21 40.54 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-01-20T15:47:48.329Z] #21 40.55 Setting up python3-pip (20.3.4-4) ... [2022-01-20T15:47:48.340Z] --- PASS: TestLinksEtcHostsContentMatch (0.31s) [2022-01-20T15:47:48.340Z] === RUN TestLinksContainerNames [2022-01-20T15:47:49.280Z] --- PASS: TestLinksContainerNames (0.81s) [2022-01-20T15:47:49.280Z] === RUN TestLogsFollowTailEmpty [2022-01-20T15:47:49.539Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2022-01-20T15:47:49.539Z] === RUN TestContainerNetworkMountsNoChown [2022-01-20T15:47:49.707Z] #21 41.60 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-01-20T15:47:49.707Z] #21 41.62 Setting up jq (1.6-2.1) ... [2022-01-20T15:47:49.707Z] #21 41.63 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-01-20T15:47:49.707Z] #21 41.64 Setting up iptables (1.8.7-1) ... [2022-01-20T15:47:49.707Z] #21 41.65 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-20T15:47:49.707Z] #21 41.65 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-20T15:47:49.707Z] #21 41.66 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-01-20T15:47:49.707Z] #21 41.67 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-01-20T15:47:49.707Z] #21 41.68 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-01-20T15:47:49.707Z] #21 41.69 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-01-20T15:47:49.707Z] #21 41.71 Setting up iproute2 (5.10.0-4) ... [2022-01-20T15:47:49.799Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/default [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/default [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/private [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/private [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/rprivate [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/slave [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/slave [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/rslave [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/shared [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/shared [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/rshared [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-20T15:47:49.799Z] === CONT TestMountDaemonRoot/default [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-20T15:47:49.799Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:47:49.799Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/rslave [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/rshared [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/shared [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/rprivate [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/slave [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/private [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-20T15:47:49.800Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:47:49.800Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-20T15:47:49.800Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:47:49.966Z] #21 42.09 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:47:50.060Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-20T15:47:50.322Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.10s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.09s) [2022-01-20T15:47:50.582Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-01-20T15:47:50.582Z] === RUN TestContainerBindMountNonRecursive [2022-01-20T15:47:51.345Z] #21 DONE 43.4s [2022-01-20T15:47:51.345Z] [2022-01-20T15:47:51.345Z] #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-01-20T15:47:51.345Z] #22 sha256:8e8a2568d8b42e3431a1de8ca3e5e0a9c966cfcce2f579991af4863412e0c9e0 [2022-01-20T15:47:51.964Z] --- PASS: TestContainerBindMountNonRecursive (1.33s) [2022-01-20T15:47:51.964Z] === RUN TestContainerVolumesMountedAsShared [2022-01-20T15:47:52.224Z] --- PASS: TestContainerVolumesMountedAsShared (0.37s) [2022-01-20T15:47:52.224Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-20T15:47:52.283Z] #22 0.902 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-01-20T15:47:52.283Z] #22 0.906 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-01-20T15:47:52.283Z] #22 0.911 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-01-20T15:47:52.283Z] #22 DONE 1.0s [2022-01-20T15:47:52.283Z] [2022-01-20T15:47:52.283Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-01-20T15:47:52.283Z] #23 sha256:553b68e326ee4cc8bacee9c0f32e9ee3e9d3bd3f2cb5ca6edb8fb5fe1d0106b7 [2022-01-20T15:47:52.484Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-01-20T15:47:52.484Z] === RUN TestNetworkNat [2022-01-20T15:47:53.053Z] --- PASS: TestNetworkNat (0.45s) [2022-01-20T15:47:53.053Z] === RUN TestNetworkLocalhostTCPNat [2022-01-20T15:47:53.313Z] --- PASS: TestNetworkLocalhostTCPNat (0.42s) [2022-01-20T15:47:53.313Z] === RUN TestNetworkLoopbackNat [2022-01-20T15:47:55.853Z] --- PASS: TestNetworkLoopbackNat (2.57s) [2022-01-20T15:47:55.853Z] === RUN TestPause [2022-01-20T15:47:56.424Z] --- PASS: TestPause (0.42s) [2022-01-20T15:47:56.424Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-20T15:47:56.424Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:47:56.424Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:47:56.424Z] === RUN TestPauseStopPausedContainer [2022-01-20T15:47:56.684Z] --- PASS: TestPauseStopPausedContainer (0.44s) [2022-01-20T15:47:56.684Z] === RUN TestPidHost [2022-01-20T15:47:57.626Z] --- PASS: TestPidHost (0.94s) [2022-01-20T15:47:57.626Z] === RUN TestPsFilter [2022-01-20T15:47:57.887Z] --- PASS: TestPsFilter (0.11s) [2022-01-20T15:47:57.887Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-20T15:47:58.147Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-01-20T15:47:58.147Z] === RUN TestRemoveContainerWithVolume [2022-01-20T15:47:58.716Z] --- PASS: TestRemoveContainerWithVolume (0.40s) [2022-01-20T15:47:58.716Z] === RUN TestRemoveContainerRunning [2022-01-20T15:47:58.976Z] --- PASS: TestRemoveContainerRunning (0.41s) [2022-01-20T15:47:58.976Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-20T15:47:59.545Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2022-01-20T15:47:59.545Z] === RUN TestRemoveInvalidContainer [2022-01-20T15:47:59.545Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-20T15:47:59.545Z] === RUN TestRenameLinkedContainer [2022-01-20T15:48:01.454Z] --- PASS: TestRenameLinkedContainer (1.68s) [2022-01-20T15:48:01.454Z] === RUN TestRenameStoppedContainer [2022-01-20T15:48:01.454Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-01-20T15:48:01.454Z] === RUN TestRenameRunningContainerAndReuse [2022-01-20T15:48:02.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-20T15:48:02.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-20T15:48:02.270Z] #23 9.387 Collecting yamllint==1.26.1 [2022-01-20T15:48:02.394Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2022-01-20T15:48:02.394Z] === RUN TestRenameInvalidName [2022-01-20T15:48:02.529Z] #23 10.42 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-01-20T15:48:02.964Z] --- PASS: TestRenameInvalidName (0.43s) [2022-01-20T15:48:02.964Z] === RUN TestRenameAnonymousContainer [2022-01-20T15:48:03.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-20T15:48:03.909Z] #23 11.48 Collecting pathspec>=0.5.3 [2022-01-20T15:48:03.909Z] #23 11.50 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-01-20T15:48:03.909Z] #23 11.84 Collecting pyyaml [2022-01-20T15:48:04.169Z] #23 11.85 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-01-20T15:48:04.169Z] #23 11.91 Building wheels for collected packages: yamllint [2022-01-20T15:48:04.169Z] #23 11.91 Building wheel for yamllint (setup.py): started [2022-01-20T15:48:04.347Z] --- PASS: TestRenameAnonymousContainer (1.48s) [2022-01-20T15:48:04.347Z] === RUN TestRenameContainerWithSameName [2022-01-20T15:48:04.607Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-01-20T15:48:04.607Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-20T15:48:05.106Z] #23 12.82 Building wheel for yamllint (setup.py): finished with status 'done' [2022-01-20T15:48:05.106Z] #23 12.82 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=632f3282364a83c213c70e9e3c6704671dd27c568a0f37fb707fd147c8864fa9 [2022-01-20T15:48:05.106Z] #23 12.82 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-01-20T15:48:05.106Z] #23 12.82 Successfully built yamllint [2022-01-20T15:48:05.106Z] #23 12.87 Installing collected packages: pyyaml, pathspec, yamllint [2022-01-20T15:48:05.365Z] #23 13.23 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-01-20T15:48:05.547Z] --- PASS: TestRenameContainerWithLinkedContainer (0.83s) [2022-01-20T15:48:05.547Z] === RUN TestResize [2022-01-20T15:48:05.808Z] --- PASS: TestResize (0.42s) [2022-01-20T15:48:05.808Z] === RUN TestResizeWithInvalidSize [2022-01-20T15:48:05.934Z] #23 DONE 13.7s [2022-01-20T15:48:05.934Z] [2022-01-20T15:48:05.934Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-01-20T15:48:05.934Z] #27 sha256:7193d4e361cd01622a1b2252542584b261db466925716e0f53b0c8a23c86657f [2022-01-20T15:48:06.019Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-20T15:48:06.194Z] #27 DONE 0.3s [2022-01-20T15:48:06.194Z] [2022-01-20T15:48:06.194Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-01-20T15:48:06.194Z] #32 sha256:086b22a5d1eac08ed0c32daf68a92facd566f207a3599dd1c7db68693a6422cc [2022-01-20T15:48:06.379Z] --- PASS: TestResizeWithInvalidSize (0.41s) [2022-01-20T15:48:06.379Z] === RUN TestResizeWhenContainerNotStarted [2022-01-20T15:48:06.591Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-20T15:48:06.639Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:48:06.639Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:48:06.639Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:48:06.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:48:06.640Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:48:06.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:48:06.640Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:48:06.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:48:06.640Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:48:06.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:48:06.640Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:48:06.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:48:06.640Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:48:06.640Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:48:06.640Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:48:06.640Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:48:06.768Z] #32 DONE 0.6s [2022-01-20T15:48:06.768Z] [2022-01-20T15:48:06.768Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-01-20T15:48:06.768Z] #35 sha256:d27e6dd2fe1d9ef0b0ad0a8cd8c59f6351c454e7affa93c27793f8d0e8a4a180 [2022-01-20T15:48:07.340Z] #35 DONE 0.5s [2022-01-20T15:48:07.340Z] [2022-01-20T15:48:07.340Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-01-20T15:48:07.340Z] #37 sha256:1f4da8262aa608926c4676ca98a79803cfa9b4db703043139a0e54ccde72a104 [2022-01-20T15:48:07.340Z] #37 DONE 0.1s [2022-01-20T15:48:07.340Z] [2022-01-20T15:48:07.340Z] #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-01-20T15:48:07.340Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:48:07.340Z] #56 ... [2022-01-20T15:48:07.340Z] [2022-01-20T15:48:07.340Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-01-20T15:48:07.340Z] #41 sha256:bed8b63ed2bb7b0b079f0861e0585bfe5278f5a0c41c364538dd8b123eb36c2e [2022-01-20T15:48:07.340Z] #41 DONE 0.1s [2022-01-20T15:48:07.609Z] [2022-01-20T15:48:07.609Z] #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-01-20T15:48:07.609Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:48:08.553Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:48:09.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-20T15:48:09.934Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:48:10.936Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:48:10.936Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:48:11.810Z] #56 ... [2022-01-20T15:48:11.810Z] [2022-01-20T15:48:11.810Z] #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-01-20T15:48:11.810Z] #43 sha256:76944249cecba13870a8649d0eebcf3a28556913abfe2b53480837c4f26c1011 [2022-01-20T15:48:11.810Z] #43 171.6 + dpkg --print-architecture [2022-01-20T15:48:11.810Z] #43 171.6 + git checkout -q v2.1.0 [2022-01-20T15:48:11.880Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:48:12.141Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:48:12.405Z] #43 172.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-01-20T15:48:12.405Z] #43 172.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-01-20T15:48:15.441Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:48:15.702Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:48:17.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-20T15:48:17.613Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:48:17.755Z] #43 ... [2022-01-20T15:48:17.755Z] [2022-01-20T15:48:17.755Z] #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.23.8" && /build/golangci-lint --version [2022-01-20T15:48:17.755Z] #51 sha256:f951c89bd34772c72bba58283b87fe5c67921e7ad1eb99176575536462edc601 [2022-01-20T15:48:17.755Z] #51 176.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2022-01-20T15:48:17.755Z] #51 DONE 177.4s [2022-01-20T15:48:17.755Z] [2022-01-20T15:48:17.755Z] #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-01-20T15:48:17.755Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:48:19.522Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:48:19.523Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:48:19.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-20T15:48:21.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:48:21.462Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:48:22.433Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-20T15:48:22.846Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:48:23.841Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.80s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.01s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.40s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.44s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.81s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.65s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.97s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.13s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.17s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.69s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.82s) [2022-01-20T15:48:24.778Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-01-20T15:48:24.778Z] === RUN TestCgroupNamespacesRun [2022-01-20T15:48:25.720Z] --- PASS: TestCgroupNamespacesRun (1.19s) [2022-01-20T15:48:25.720Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-20T15:48:25.720Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-01-20T15:48:25.720Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-01-20T15:48:25.720Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-20T15:48:27.104Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-01-20T15:48:27.104Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-20T15:48:27.142Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-20T15:48:28.047Z] --- PASS: TestCgroupNamespacesRunHostMode (1.19s) [2022-01-20T15:48:28.047Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-20T15:48:29.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-20T15:48:29.448Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2022-01-20T15:48:29.448Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-20T15:48:30.396Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-01-20T15:48:30.396Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-20T15:48:30.969Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.67s) [2022-01-20T15:48:30.969Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-20T15:48:32.353Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-01-20T15:48:32.353Z] === RUN TestNISDomainname [2022-01-20T15:48:32.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-20T15:48:32.649Z] #56 ... [2022-01-20T15:48:32.649Z] [2022-01-20T15:48:32.649Z] #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-01-20T15:48:32.649Z] #43 sha256:76944249cecba13870a8649d0eebcf3a28556913abfe2b53480837c4f26c1011 [2022-01-20T15:48:32.649Z] #43 DONE 190.3s [2022-01-20T15:48:32.649Z] [2022-01-20T15:48:32.649Z] #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-01-20T15:48:32.649Z] #60 sha256:481c41a2e68fa68bd7f6cb56b1df14df8093a238ef3b27ef861f95ffab77a47b [2022-01-20T15:48:32.649Z] #60 ... [2022-01-20T15:48:32.649Z] [2022-01-20T15:48:32.649Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-01-20T15:48:32.649Z] #44 sha256:40cbb7a724fca0fc67115587aabb981a20e5995e01832b6a76d890d6004292bc [2022-01-20T15:48:32.649Z] #44 DONE 0.5s [2022-01-20T15:48:32.649Z] [2022-01-20T15:48:32.649Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-01-20T15:48:32.649Z] #48 sha256:6f0507bd05d74ca562479edd9f96c94718284d82afbd01bb0f0748d9d3234bab [2022-01-20T15:48:32.649Z] #48 DONE 0.1s [2022-01-20T15:48:32.649Z] [2022-01-20T15:48:32.649Z] #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-01-20T15:48:32.649Z] #60 sha256:481c41a2e68fa68bd7f6cb56b1df14df8093a238ef3b27ef861f95ffab77a47b [2022-01-20T15:48:32.649Z] #60 ... [2022-01-20T15:48:32.649Z] [2022-01-20T15:48:32.649Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-01-20T15:48:32.649Z] #50 sha256:ab0cd9d6c5ba8d98190040a8788de8e5533019d722c4f5a39b51279e2f5b1532 [2022-01-20T15:48:32.649Z] #50 DONE 0.1s [2022-01-20T15:48:32.649Z] [2022-01-20T15:48:32.649Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-01-20T15:48:32.649Z] #52 sha256:9b330ed27907f0d9324363cebc8101ea94f2ef861da8b422c37c72753cd08b1b [2022-01-20T15:48:32.934Z] --- PASS: TestNISDomainname (0.54s) [2022-01-20T15:48:32.934Z] === RUN TestHostnameDnsResolution [2022-01-20T15:48:33.219Z] #52 DONE 0.5s [2022-01-20T15:48:33.219Z] [2022-01-20T15:48:33.219Z] #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-01-20T15:48:33.219Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:48:33.219Z] #56 ... [2022-01-20T15:48:33.219Z] [2022-01-20T15:48:33.219Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-01-20T15:48:33.219Z] #54 sha256:6532f57aaa07d6e6d3f0ea56f41875c3af9719e52dc9335dd584ec3e684bc3b9 [2022-01-20T15:48:33.219Z] #54 DONE 0.1s [2022-01-20T15:48:33.478Z] [2022-01-20T15:48:33.478Z] #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-01-20T15:48:33.478Z] #60 sha256:481c41a2e68fa68bd7f6cb56b1df14df8093a238ef3b27ef861f95ffab77a47b [2022-01-20T15:48:33.505Z] --- PASS: TestHostnameDnsResolution (0.78s) [2022-01-20T15:48:33.505Z] === RUN TestUnprivilegedPortsAndPing [2022-01-20T15:48:34.076Z] --- PASS: TestUnprivilegedPortsAndPing (0.53s) [2022-01-20T15:48:34.077Z] === RUN TestStats [2022-01-20T15:48:35.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-20T15:48:36.627Z] --- PASS: TestStats (2.57s) [2022-01-20T15:48:36.627Z] === RUN TestStopContainerWithTimeout [2022-01-20T15:48:36.627Z] === RUN TestStopContainerWithTimeout/0 [2022-01-20T15:48:36.627Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-20T15:48:36.627Z] === RUN TestStopContainerWithTimeout/1 [2022-01-20T15:48:36.627Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-20T15:48:36.627Z] === RUN TestStopContainerWithTimeout/3 [2022-01-20T15:48:36.627Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-20T15:48:36.627Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-20T15:48:36.627Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-20T15:48:36.627Z] === CONT TestStopContainerWithTimeout/0 [2022-01-20T15:48:36.627Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-20T15:48:36.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-20T15:48:37.198Z] === CONT TestStopContainerWithTimeout/3 [2022-01-20T15:48:39.529Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-20T15:48:39.529Z] Using test binary docker [2022-01-20T15:48:39.529Z] +++ /etc/init.d/apparmor start [2022-01-20T15:48:39.529Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-20T15:48:39.529Z] INFO: Waiting for daemon to start... [2022-01-20T15:48:39.529Z] Starting dockerd [2022-01-20T15:48:39.529Z] +++ 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-01-20T15:48:39.738Z] === CONT TestStopContainerWithTimeout/1 [2022-01-20T15:48:40.677Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-01-20T15:48:40.677Z] --- PASS: TestStopContainerWithTimeout/0 (0.67s) [2022-01-20T15:48:40.677Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2022-01-20T15:48:40.677Z] --- PASS: TestStopContainerWithTimeout/3 (2.42s) [2022-01-20T15:48:40.677Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2022-01-20T15:48:40.677Z] === RUN TestDeleteDevicemapper [2022-01-20T15:48:40.677Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:48:40.677Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-20T15:48:40.677Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-20T15:48:42.079Z] . [2022-01-20T15:48:42.079Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-20T15:48:42.079Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-20T15:48:42.079Z] Error: No such image: emptyfs [2022-01-20T15:48:42.079Z] ++++ docker load [2022-01-20T15:48:42.079Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-20T15:48:42.079Z] Running integration-test (iteration 1) [2022-01-20T15:48:42.079Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-01-20T15:48:42.079Z] ++ 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-01-20T15:48:42.079Z] ++ set -e [2022-01-20T15:48:42.079Z] ++ '[' -n 0 ']' [2022-01-20T15:48:42.079Z] ++ set -x [2022-01-20T15:48:42.079Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-01-20T15:48:43.024Z] Loaded image: busybox:latest [2022-01-20T15:48:43.218Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.11s) [2022-01-20T15:48:43.218Z] === RUN TestUpdateMemory [2022-01-20T15:48:43.478Z] --- PASS: TestUpdateMemory (0.55s) [2022-01-20T15:48:43.478Z] === RUN TestUpdateCPUQuota [2022-01-20T15:48:43.596Z] Loaded image: busybox:glibc [2022-01-20T15:48:44.419Z] --- PASS: TestUpdateCPUQuota (0.88s) [2022-01-20T15:48:44.419Z] === RUN TestUpdatePidsLimit [2022-01-20T15:48:44.419Z] === RUN TestUpdatePidsLimit/update_from_none [2022-01-20T15:48:44.419Z] === RUN TestUpdatePidsLimit/no_change [2022-01-20T15:48:44.679Z] === RUN TestUpdatePidsLimit/update_lower [2022-01-20T15:48:44.939Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-01-20T15:48:45.200Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-01-20T15:48:45.460Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-01-20T15:48:45.720Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit (2.02s) [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.20s) [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit/no_change (0.22s) [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit/update_lower (0.23s) [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.22s) [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.21s) [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.24s) [2022-01-20T15:48:46.296Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2022-01-20T15:48:46.296Z] === RUN TestUpdateRestartPolicy [2022-01-20T15:48:46.974Z] 8f616e6e9eec: Pull complete [2022-01-20T15:48:48.900Z] Loaded image: debian:bullseye-slim [2022-01-20T15:48:48.900Z] Loaded image: hello-world:latest [2022-01-20T15:48:48.900Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:48:48.900Z] INFO: Testing against a local daemon [2022-01-20T15:48:48.900Z] === RUN TestCgroupNamespacesBuild [2022-01-20T15:48:51.448Z] --- PASS: TestCgroupNamespacesBuild (2.35s) [2022-01-20T15:48:51.448Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-20T15:48:52.837Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.79s) [2022-01-20T15:48:52.837Z] === RUN TestBuildWithSession [2022-01-20T15:48:52.837Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:48:52.837Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-20T15:48:52.837Z] === RUN TestBuildSquashParent [2022-01-20T15:48:55.421Z] #60 184.2 + bin/containerd [2022-01-20T15:48:57.434Z] #60 ... [2022-01-20T15:48:57.434Z] [2022-01-20T15:48:57.434Z] #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-01-20T15:48:57.434Z] #56 sha256:952bd5e535c705fb26e1b5d691e6b78724ed40354696a38bfe4bd070e692633b [2022-01-20T15:48:57.434Z] #56 114.6 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.3-0-gf46b6ba2 -X main.version=1.0.3 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2022-01-20T15:48:57.434Z] #56 115.4 + mkdir -p /build [2022-01-20T15:48:57.434Z] #56 115.4 + cp runc /build/runc [2022-01-20T15:48:57.750Z] #56 DONE 116.3s [2022-01-20T15:48:57.750Z] [2022-01-20T15:48:57.750Z] #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-01-20T15:48:57.750Z] #60 sha256:481c41a2e68fa68bd7f6cb56b1df14df8093a238ef3b27ef861f95ffab77a47b [2022-01-20T15:48:58.613Z] --- PASS: TestUpdateRestartPolicy (10.98s) [2022-01-20T15:48:58.613Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-20T15:48:58.613Z] --- PASS: TestUpdateRestartWithAutoRemove (0.42s) [2022-01-20T15:48:58.613Z] === RUN TestWaitNonBlocked [2022-01-20T15:48:58.613Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:48:58.613Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:48:58.613Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:48:58.613Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:48:58.613Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:48:58.613Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:48:58.613Z] --- PASS: TestWaitNonBlocked (0.02s) [2022-01-20T15:48:58.613Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.57s) [2022-01-20T15:48:58.613Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.59s) [2022-01-20T15:48:58.613Z] === RUN TestWaitBlocked [2022-01-20T15:48:58.613Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:48:58.613Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:48:58.613Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:48:58.613Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:48:58.613Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:48:58.613Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:48:59.135Z] #60 ... [2022-01-20T15:48:59.135Z] [2022-01-20T15:48:59.135Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-01-20T15:48:59.135Z] #57 sha256:1605f25b7376c036cf19e9a1bbc7d007edfdb5ad2c8706653b49239ad79c205a [2022-01-20T15:48:59.135Z] #57 DONE 0.2s [2022-01-20T15:48:59.135Z] [2022-01-20T15:48:59.135Z] #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-01-20T15:48:59.135Z] #60 sha256:481c41a2e68fa68bd7f6cb56b1df14df8093a238ef3b27ef861f95ffab77a47b [2022-01-20T15:48:59.185Z] --- PASS: TestWaitBlocked (0.01s) [2022-01-20T15:48:59.185Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-01-20T15:48:59.185Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2022-01-20T15:48:59.185Z] === CONT TestContainerStartOnDaemonRestart [2022-01-20T15:48:59.185Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-20T15:48:59.593Z] 8f616e6e9eec: Pull complete [2022-01-20T15:49:01.728Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.20s) [2022-01-20T15:49:01.728Z] === CONT TestIpcModeOlderClient [2022-01-20T15:49:01.728Z] --- PASS: TestIpcModeOlderClient (0.08s) [2022-01-20T15:49:01.728Z] === CONT TestContainerKillOnDaemonStart [2022-01-20T15:49:01.728Z] --- PASS: TestContainerStartOnDaemonRestart (2.30s) [2022-01-20T15:49:01.728Z] === CONT TestDaemonHostGatewayIP [2022-01-20T15:49:02.860Z] --- PASS: TestBuildSquashParent (8.65s) [2022-01-20T15:49:02.861Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-20T15:49:02.861Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:49:02.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:49:02.861Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:49:02.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:49:02.861Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:49:02.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:49:02.861Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:49:02.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:49:02.861Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:49:02.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:49:02.861Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:49:02.861Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:49:02.861Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:49:02.861Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:49:04.274Z] --- PASS: TestDaemonHostGatewayIP (2.48s) [2022-01-20T15:49:04.274Z] === CONT TestDaemonRestartIpcMode [2022-01-20T15:49:04.776Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:49:04.776Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:49:06.185Z] --- PASS: TestDaemonRestartIpcMode (2.18s) [2022-01-20T15:49:06.500Z] ok github.com/docker/docker/libnetwork/networkdb 103.428s coverage: 60.3% of statements [2022-01-20T15:49:06.501Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-20T15:49:06.501Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-01-20T15:49:06.501Z] ok github.com/docker/docker/libnetwork/osl 4.330s coverage: 39.7% of statements [2022-01-20T15:49:06.501Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-01-20T15:49:06.501Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-01-20T15:49:06.501Z] ok github.com/docker/docker/libnetwork/portmapper 0.278s coverage: 48.6% of statements [2022-01-20T15:49:06.501Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-01-20T15:49:06.501Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-20T15:49:06.501Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === Skipped [2022-01-20T15:49:06.501Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-01-20T15:49:06.501Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-01-20T15:49:06.501Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-01-20T15:49:06.501Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-20T15:49:06.501Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-20T15:49:06.501Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-20T15:49:06.501Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-20T15:49:06.501Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-20T15:49:06.501Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-01-20T15:49:06.501Z] firewalld_test.go:14: firewalld is not running [2022-01-20T15:49:06.501Z] [2022-01-20T15:49:06.501Z] DONE 326 tests, 9 skipped in 200.353s Post stage [Pipeline] junit [2022-01-20T15:49:07.079Z] Recording test results [2022-01-20T15:49:07.168Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-20T15:49:07.518Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cd3f8bbdde1eee645e6de952c12345ab4bad967f -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:cd3f8bbdde1eee645e6de952c12345ab4bad967f hack/make.sh dynbinary test-integration [2022-01-20T15:49:07.775Z] [2022-01-20T15:49:07.775Z] Removing bundles/ [2022-01-20T15:49:07.775Z] [2022-01-20T15:49:07.775Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-20T15:49:07.775Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:49:07.775Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:49:08.077Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:49:08.077Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:49:11.381Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-01-20T15:49:11.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.39s) [2022-01-20T15:49:11.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.45s) [2022-01-20T15:49:11.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.01s) [2022-01-20T15:49:11.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.11s) [2022-01-20T15:49:11.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.87s) [2022-01-20T15:49:11.381Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.89s) [2022-01-20T15:49:11.381Z] === RUN TestBuildMultiStageCopy [2022-01-20T15:49:11.381Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-20T15:49:13.299Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-20T15:49:13.871Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-20T15:49:14.132Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-20T15:49:14.321Z] --- PASS: TestContainerKillOnDaemonStart (11.73s) [2022-01-20T15:49:14.321Z] PASS [2022-01-20T15:49:14.321Z] [2022-01-20T15:49:14.321Z] === Skipped [2022-01-20T15:49:14.321Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-01-20T15:49:14.321Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:49:14.321Z] [2022-01-20T15:49:14.321Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-01-20T15:49:14.321Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-01-20T15:49:14.321Z] [2022-01-20T15:49:14.321Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:49:14.321Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:49:14.321Z] [2022-01-20T15:49:14.321Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-01-20T15:49:14.321Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-01-20T15:49:14.321Z] [2022-01-20T15:49:14.321Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-20T15:49:14.321Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:49:14.321Z] [2022-01-20T15:49:14.321Z] DONE 200 tests, 5 skipped in 117.442s [2022-01-20T15:49:14.321Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-20T15:49:14.321Z] === RUN TestConfigDaemonLibtrustID [2022-01-20T15:49:14.321Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-01-20T15:49:14.321Z] === RUN TestDaemonConfigValidation [2022-01-20T15:49:14.321Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:49:14.321Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:49:14.321Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-20T15:49:14.321Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-20T15:49:14.321Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-20T15:49:14.321Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-20T15:49:14.321Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-20T15:49:14.321Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-20T15:49:14.321Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-20T15:49:14.321Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-20T15:49:14.321Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:49:14.321Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-20T15:49:14.321Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-20T15:49:14.321Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-20T15:49:14.321Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-20T15:49:14.321Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-20T15:49:14.321Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-01-20T15:49:14.321Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2022-01-20T15:49:14.321Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-01-20T15:49:14.321Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-01-20T15:49:14.321Z] --- PASS: TestDaemonConfigValidation/valid_config (0.04s) [2022-01-20T15:49:14.321Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-20T15:49:14.321Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-20T15:49:14.705Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-20T15:49:14.892Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-20T15:49:15.280Z] --- PASS: TestBuildMultiStageCopy (4.47s) [2022-01-20T15:49:15.280Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.44s) [2022-01-20T15:49:15.280Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.45s) [2022-01-20T15:49:15.280Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.49s) [2022-01-20T15:49:15.280Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.47s) [2022-01-20T15:49:15.280Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2022-01-20T15:49:15.280Z] === RUN TestBuildMultiStageParentConfig [2022-01-20T15:49:15.833Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-20T15:49:16.823Z] --- PASS: TestBuildMultiStageParentConfig (1.29s) [2022-01-20T15:49:16.823Z] === RUN TestBuildLabelWithTargets [2022-01-20T15:49:17.251Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-20T15:49:17.251Z] daemon_test.go:156: [dfc7652597019] daemon is not started [2022-01-20T15:49:17.251Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2022-01-20T15:49:17.251Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2022-01-20T15:49:17.251Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-01-20T15:49:17.251Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s) [2022-01-20T15:49:17.251Z] === RUN TestDaemonProxy [2022-01-20T15:49:17.251Z] === RUN TestDaemonProxy/environment_variables [2022-01-20T15:49:18.738Z] --- PASS: TestBuildLabelWithTargets (2.03s) [2022-01-20T15:49:18.738Z] === RUN TestBuildWithEmptyLayers [2022-01-20T15:49:19.160Z] === RUN TestDaemonProxy/command-line_options [2022-01-20T15:49:19.681Z] --- PASS: TestBuildWithEmptyLayers (1.09s) [2022-01-20T15:49:19.681Z] === RUN TestBuildMultiStageOnBuild [2022-01-20T15:49:20.543Z] === RUN TestDaemonProxy/configuration_file [2022-01-20T15:49:22.452Z] === RUN TestDaemonProxy/conflicting_options [2022-01-20T15:49:22.713Z] === RUN TestDaemonProxy/reload_sanitized [2022-01-20T15:49:22.991Z] --- PASS: TestBuildMultiStageOnBuild (2.78s) [2022-01-20T15:49:22.991Z] === RUN TestBuildUncleanTarFilenames [2022-01-20T15:49:23.300Z] --- PASS: TestDaemonProxy (6.28s) [2022-01-20T15:49:23.300Z] --- PASS: TestDaemonProxy/environment_variables (1.79s) [2022-01-20T15:49:23.300Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-01-20T15:49:23.300Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-01-20T15:49:23.300Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-01-20T15:49:23.300Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-01-20T15:49:23.300Z] PASS [2022-01-20T15:49:23.300Z] [2022-01-20T15:49:23.300Z] DONE 17 tests in 10.180s [2022-01-20T15:49:23.300Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-01-20T15:49:23.300Z] INFO: Testing against a local daemon [2022-01-20T15:49:23.300Z] === RUN TestCommitInheritsEnv [2022-01-20T15:49:23.567Z] --- PASS: TestCommitInheritsEnv (0.27s) [2022-01-20T15:49:23.567Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-20T15:49:23.567Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-01-20T15:49:23.567Z] === RUN TestImagesFilterMultiReference [2022-01-20T15:49:23.567Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-01-20T15:49:23.567Z] === RUN TestImagePullPlatformInvalid [2022-01-20T15:49:23.567Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-20T15:49:23.567Z] === RUN TestRemoveImageOrphaning [2022-01-20T15:49:23.843Z] --- PASS: TestRemoveImageOrphaning (0.27s) [2022-01-20T15:49:23.843Z] === RUN TestRemoveImageGarbageCollector [2022-01-20T15:49:24.376Z] --- PASS: TestBuildUncleanTarFilenames (1.53s) [2022-01-20T15:49:24.376Z] === RUN TestBuildMultiStageLayerLeak [2022-01-20T15:49:25.756Z] --- PASS: TestRemoveImageGarbageCollector (1.77s) [2022-01-20T15:49:25.756Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-20T15:49:25.756Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2022-01-20T15:49:25.756Z] === RUN TestTagInvalidReference [2022-01-20T15:49:25.756Z] --- PASS: TestTagInvalidReference (0.01s) [2022-01-20T15:49:25.756Z] === RUN TestTagValidPrefixedRepo [2022-01-20T15:49:25.756Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-01-20T15:49:25.756Z] === RUN TestTagExistedNameWithoutForce [2022-01-20T15:49:25.756Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-20T15:49:25.756Z] === RUN TestTagOfficialNames [2022-01-20T15:49:25.756Z] --- PASS: TestTagOfficialNames (0.04s) [2022-01-20T15:49:25.756Z] === RUN TestTagMatchesDigest [2022-01-20T15:49:25.756Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-01-20T15:49:25.756Z] === CONT TestImportExtremelyLargeImageWorks [2022-01-20T15:49:27.689Z] --- PASS: TestBuildMultiStageLayerLeak (3.07s) [2022-01-20T15:49:27.689Z] === RUN TestBuildWithHugeFile [2022-01-20T15:49:31.227Z] #60 219.8 # github.com/containerd/containerd/cmd/containerd [2022-01-20T15:49:31.228Z] #60 219.8 /usr/bin/ld: /tmp/go-link-3914953012/000019.o: in function `New': [2022-01-20T15:49:31.228Z] #60 219.8 /tmp/tmp.1AAX1hWLDP/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-01-20T15:49:31.228Z] #60 219.8 + bin/containerd-stress [2022-01-20T15:49:31.228Z] #60 221.0 + bin/containerd-shim [2022-01-20T15:49:36.507Z] #60 228.4 + bin/containerd-shim-runc-v1 [2022-01-20T15:49:41.799Z] #60 233.6 + bin/containerd-shim-runc-v2 [2022-01-20T15:49:42.132Z] #60 234.3 + binaries [2022-01-20T15:49:42.132Z] #60 234.3 + install -D bin/containerd /build/containerd [2022-01-20T15:49:42.132Z] #60 234.3 + install -D bin/containerd-shim /build/containerd-shim [2022-01-20T15:49:42.132Z] #60 234.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-01-20T15:49:42.132Z] #60 234.3 + install -D bin/ctr /build/ctr [2022-01-20T15:49:44.678Z] #60 DONE 236.7s [2022-01-20T15:49:45.121Z] 4612f6d0b889: Pull complete [2022-01-20T15:49:45.612Z] [2022-01-20T15:49:45.612Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-01-20T15:49:45.612Z] #61 sha256:17fb4e373db6820f02275a792d1252d0b70bd3aac667aa91a1b42148005d8c01 [2022-01-20T15:49:45.750Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m17.280195272s [2022-01-20T15:49:45.750Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.401614ms [2022-01-20T15:49:46.546Z] #61 DONE 0.9s [2022-01-20T15:49:46.546Z] [2022-01-20T15:49:46.546Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-01-20T15:49:46.546Z] #66 sha256:9661ddadb50dc975d74264a62875c2a0cdb1fb4f91f90dc47b20300b22139ef3 [2022-01-20T15:49:46.546Z] #66 DONE 0.2s [2022-01-20T15:49:46.546Z] [2022-01-20T15:49:46.546Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-01-20T15:49:46.546Z] #71 sha256:49ac70087f842babf79ee82b1dc557c216ac3ea26fbe70dfe8e429939b5a18a4 [2022-01-20T15:49:47.975Z] #71 DONE 1.1s [2022-01-20T15:49:47.975Z] [2022-01-20T15:49:47.975Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-01-20T15:49:47.975Z] #72 sha256:ec94a60fc058c57d951a9cbdc55915370d3dc2e1d91ac6179773da9542ab1325 [2022-01-20T15:49:47.975Z] #72 DONE 0.0s [2022-01-20T15:49:47.975Z] [2022-01-20T15:49:47.975Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-01-20T15:49:47.975Z] #73 sha256:452a3b0ab20f7eb6679fa6f07d36004eb21d7e5ad7e93abd3dd40701b04b4b1f [2022-01-20T15:49:49.352Z] #73 DONE 1.4s [2022-01-20T15:49:49.352Z] [2022-01-20T15:49:49.352Z] #74 exporting to image [2022-01-20T15:49:49.352Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-01-20T15:49:49.352Z] #74 exporting layers [2022-01-20T15:49:55.914Z] #74 exporting layers 6.1s done [2022-01-20T15:49:55.914Z] #74 writing image sha256:afdf6b96d3029075fc5c71b67fb978c15b3c2f2f2dea3f9bc04c4d68febd1920 done [2022-01-20T15:49:55.914Z] #74 naming to docker.io/library/docker:4a1f69339542368a205b085d2c563eeeab807c58 done [2022-01-20T15:49:55.914Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-01-20T15:49:56.273Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=4a1f69339542368a205b085d2c563eeeab807c58 -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:4a1f69339542368a205b085d2c563eeeab807c58 hack/make.sh dynbinary test-integration [2022-01-20T15:49:57.647Z] [2022-01-20T15:49:57.647Z] Removing bundles/ [2022-01-20T15:49:57.647Z] [2022-01-20T15:49:57.647Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-20T15:49:57.906Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:49:57.906Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:50:05.367Z] INFO [runner/unused/goanalysis] analyzers took 27.125843512s with top 10 stages: buildssa: 23.523273556s, U1000: 3.602569956s [2022-01-20T15:50:13.287Z] 0e02c12b1310: Pull complete [2022-01-20T15:50:13.288Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-20T15:50:13.288Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T15:50:13.288Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T15:50:13.288Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-01-20T15:50:13.288Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-01-20T15:50:13.288Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.473' [2022-01-20T15:50:13.288Z] INFO: Docker version of control daemon [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] Client: [2022-01-20T15:50:13.288Z] Version: 20.10.9 [2022-01-20T15:50:13.288Z] API version: 1.41 [2022-01-20T15:50:13.288Z] Go version: go1.16.8 [2022-01-20T15:50:13.288Z] Git commit: c2ea9bc [2022-01-20T15:50:13.288Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-20T15:50:13.288Z] OS/Arch: windows/amd64 [2022-01-20T15:50:13.288Z] Context: default [2022-01-20T15:50:13.288Z] Experimental: true [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] Server: Docker Engine - Community [2022-01-20T15:50:13.288Z] Engine: [2022-01-20T15:50:13.288Z] Version: 20.10.9 [2022-01-20T15:50:13.288Z] API version: 1.41 (minimum version 1.24) [2022-01-20T15:50:13.288Z] Go version: go1.16.8 [2022-01-20T15:50:13.288Z] Git commit: 79ea9d3 [2022-01-20T15:50:13.288Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-20T15:50:13.288Z] OS/Arch: windows/amd64 [2022-01-20T15:50:13.288Z] Experimental: true [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] INFO: Docker info of control daemon [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] Client: [2022-01-20T15:50:13.288Z] Context: default [2022-01-20T15:50:13.288Z] Debug Mode: false [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] Server: [2022-01-20T15:50:13.288Z] Containers: 0 [2022-01-20T15:50:13.288Z] Running: 0 [2022-01-20T15:50:13.288Z] Paused: 0 [2022-01-20T15:50:13.288Z] Stopped: 0 [2022-01-20T15:50:13.288Z] Images: 1 [2022-01-20T15:50:13.288Z] Server Version: 20.10.9 [2022-01-20T15:50:13.288Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-20T15:50:13.288Z] Windows: [2022-01-20T15:50:13.288Z] LCOW: [2022-01-20T15:50:13.288Z] Logging Driver: json-file [2022-01-20T15:50:13.288Z] Plugins: [2022-01-20T15:50:13.288Z] Volume: local [2022-01-20T15:50:13.288Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:50:13.288Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:50:13.288Z] Swarm: inactive [2022-01-20T15:50:13.288Z] Default Isolation: process [2022-01-20T15:50:13.288Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T15:50:13.288Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T15:50:13.288Z] OSType: windows [2022-01-20T15:50:13.288Z] Architecture: x86_64 [2022-01-20T15:50:13.288Z] CPUs: 4 [2022-01-20T15:50:13.288Z] Total Memory: 32GiB [2022-01-20T15:50:13.288Z] Name: azwin-2-7d8690 [2022-01-20T15:50:13.288Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-20T15:50:13.288Z] Docker Root Dir: D:\docker [2022-01-20T15:50:13.288Z] Debug Mode: false [2022-01-20T15:50:13.288Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:50:13.288Z] Labels: [2022-01-20T15:50:13.288Z] Experimental: true [2022-01-20T15:50:13.288Z] Insecure Registries: [2022-01-20T15:50:13.288Z] 10.0.0.4:5000 [2022-01-20T15:50:13.288Z] 127.0.0.0/8 [2022-01-20T15:50:13.288Z] Registry Mirrors: [2022-01-20T15:50:13.288Z] http://10.0.0.4:5000/ [2022-01-20T15:50:13.288Z] Live Restore Enabled: false [2022-01-20T15:50:13.288Z] Product License: Community Engine [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] INFO: Commit hash is 2036981c77 [2022-01-20T15:50:13.288Z] INFO: Nuke-Everything... [2022-01-20T15:50:13.288Z] INFO: Container count on control daemon to delete is 0 [2022-01-20T15:50:13.288Z] INFO: Nuking d:\CI [2022-01-20T15:50:13.288Z] INFO: Zapped successfully [2022-01-20T15:50:13.288Z] INFO: Location for testing is d:\CI\PR-43142\4 [2022-01-20T15:50:13.288Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] INFO: Building the image from Dockerfile.windows at 01/20/2022 15:50:03... [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] Sending build context to Docker daemon 61.79MB [2022-01-20T15:50:13.288Z] [2022-01-20T15:50:13.288Z] Step 1/11 : FROM microsoft/windowsservercore [2022-01-20T15:50:13.288Z] ---> 11cbc9e36c7a [2022-01-20T15:50:13.288Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-01-20T15:50:13.288Z] ---> Running in 3c854835fbea [2022-01-20T15:50:13.288Z] Removing intermediate container 3c854835fbea [2022-01-20T15:50:13.288Z] ---> de7bf69b79b1 [2022-01-20T15:50:13.288Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-01-20T15:50:13.288Z] ---> Running in f1c35006c082 [2022-01-20T15:50:13.288Z] Removing intermediate container f1c35006c082 [2022-01-20T15:50:13.288Z] ---> e49abcf94c52 [2022-01-20T15:50:13.288Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-01-20T15:50:13.288Z] ---> Running in 266376610bca [2022-01-20T15:50:13.288Z] Removing intermediate container 266376610bca [2022-01-20T15:50:13.288Z] ---> 4b590249e4bd [2022-01-20T15:50:13.288Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-01-20T15:50:13.288Z] ---> Running in baa8623d1207 [2022-01-20T15:50:13.288Z] Removing intermediate container baa8623d1207 [2022-01-20T15:50:13.288Z] ---> 1318cffd16c0 [2022-01-20T15:50:13.288Z] 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-01-20T15:50:13.288Z] ---> Running in 59045c78ddee [2022-01-20T15:50:13.288Z] Removing intermediate container 59045c78ddee [2022-01-20T15:50:13.288Z] ---> e6556b8f8cfc [2022-01-20T15:50:13.288Z] 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-01-20T15:50:13.288Z] ---> Running in a44ce0e0447d [2022-01-20T15:50:14.841Z] [2022-01-20T15:50:14.841Z] SUCCESS: Specified value was saved. [2022-01-20T15:50:15.305Z] INFO: Downloading git... [2022-01-20T15:50:16.284Z] INFO: Downloading go... [2022-01-20T15:50:17.837Z] INFO: Downloading compiler 1 of 3... [2022-01-20T15:50:18.817Z] INFO: Downloading compiler 2 of 3... [2022-01-20T15:50:19.794Z] INFO: Downloading compiler 3 of 3... [2022-01-20T15:50:20.771Z] INFO: Extracting git... [2022-01-20T15:50:30.534Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:50:30.534Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:50:30.534Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:50:30.534Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:50:30.534Z] [2022-01-20T15:50:30.534Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-20T15:50:30.534Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-20T15:50:30.534Z] HOSTNAME=d5878334fbbf [2022-01-20T15:50:30.534Z] TESTDEBUG=0 [2022-01-20T15:50:30.534Z] DEST=bundles/test-integration [2022-01-20T15:50:30.534Z] PWD=/go/src/github.com/docker/docker [2022-01-20T15:50:30.534Z] DOCKER_GITCOMMIT=cd3f8bbdde1eee645e6de952c12345ab4bad967f [2022-01-20T15:50:30.534Z] container=docker [2022-01-20T15:50:30.534Z] HOME=/root [2022-01-20T15:50:30.534Z] GOLANG_VERSION=1.17.6 [2022-01-20T15:50:30.534Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-20T15:50:30.534Z] VALIDATE_BRANCH=master [2022-01-20T15:50:30.534Z] TERM=xterm [2022-01-20T15:50:30.534Z] DOCKER_PKG=github.com/docker/docker [2022-01-20T15:50:30.534Z] SHLVL=1 [2022-01-20T15:50:30.534Z] TIMEOUT=120m [2022-01-20T15:50:30.534Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-20T15:50:30.534Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-20T15:50:30.534Z] GO111MODULE=off [2022-01-20T15:50:30.534Z] DOCKER_EXPERIMENTAL=1 [2022-01-20T15:50:30.534Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-20T15:50:30.534Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-20T15:50:30.534Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-20T15:50:30.534Z] GOPATH=/go [2022-01-20T15:50:30.534Z] PKG_CONFIG=pkg-config [2022-01-20T15:50:30.534Z] _=/usr/bin/env [2022-01-20T15:50:30.534Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-20T15:50:33.213Z] INFO: Expanding go... [2022-01-20T15:50:41.103Z] 0e02c12b1310: Pull complete [2022-01-20T15:50:41.103Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-20T15:50:41.103Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T15:50:41.103Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T15:50:41.103Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-01-20T15:50:41.103Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-01-20T15:50:41.103Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.473' [2022-01-20T15:50:41.103Z] INFO: Docker version of control daemon [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] Client: [2022-01-20T15:50:41.103Z] Version: 20.10.9 [2022-01-20T15:50:41.103Z] API version: 1.41 [2022-01-20T15:50:41.103Z] Go version: go1.16.8 [2022-01-20T15:50:41.103Z] Git commit: c2ea9bc [2022-01-20T15:50:41.103Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-20T15:50:41.103Z] OS/Arch: windows/amd64 [2022-01-20T15:50:41.103Z] Context: default [2022-01-20T15:50:41.103Z] Experimental: true [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] Server: Docker Engine - Community [2022-01-20T15:50:41.103Z] Engine: [2022-01-20T15:50:41.103Z] Version: 20.10.9 [2022-01-20T15:50:41.103Z] API version: 1.41 (minimum version 1.24) [2022-01-20T15:50:41.103Z] Go version: go1.16.8 [2022-01-20T15:50:41.103Z] Git commit: 79ea9d3 [2022-01-20T15:50:41.103Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-20T15:50:41.103Z] OS/Arch: windows/amd64 [2022-01-20T15:50:41.103Z] Experimental: true [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] INFO: Docker info of control daemon [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] Client: [2022-01-20T15:50:41.103Z] Context: default [2022-01-20T15:50:41.103Z] Debug Mode: false [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] Server: [2022-01-20T15:50:41.103Z] Containers: 0 [2022-01-20T15:50:41.103Z] Running: 0 [2022-01-20T15:50:41.103Z] Paused: 0 [2022-01-20T15:50:41.103Z] Stopped: 0 [2022-01-20T15:50:41.103Z] Images: 1 [2022-01-20T15:50:41.103Z] Server Version: 20.10.9 [2022-01-20T15:50:41.103Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-20T15:50:41.103Z] Windows: [2022-01-20T15:50:41.103Z] LCOW: [2022-01-20T15:50:41.103Z] Logging Driver: json-file [2022-01-20T15:50:41.103Z] Plugins: [2022-01-20T15:50:41.103Z] Volume: local [2022-01-20T15:50:41.103Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:50:41.103Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:50:41.103Z] Swarm: inactive [2022-01-20T15:50:41.103Z] Default Isolation: process [2022-01-20T15:50:41.103Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T15:50:41.103Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T15:50:41.103Z] OSType: windows [2022-01-20T15:50:41.103Z] Architecture: x86_64 [2022-01-20T15:50:41.103Z] CPUs: 4 [2022-01-20T15:50:41.103Z] Total Memory: 32GiB [2022-01-20T15:50:41.103Z] Name: azwin-2-f55b50 [2022-01-20T15:50:41.103Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-01-20T15:50:41.103Z] Docker Root Dir: D:\docker [2022-01-20T15:50:41.103Z] Debug Mode: false [2022-01-20T15:50:41.103Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:50:41.103Z] Labels: [2022-01-20T15:50:41.103Z] Experimental: true [2022-01-20T15:50:41.103Z] Insecure Registries: [2022-01-20T15:50:41.103Z] 10.0.0.4:5000 [2022-01-20T15:50:41.103Z] 127.0.0.0/8 [2022-01-20T15:50:41.103Z] Registry Mirrors: [2022-01-20T15:50:41.103Z] http://10.0.0.4:5000/ [2022-01-20T15:50:41.103Z] Live Restore Enabled: false [2022-01-20T15:50:41.103Z] Product License: Community Engine [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] INFO: Commit hash is 7d374687d7 [2022-01-20T15:50:41.103Z] INFO: Nuke-Everything... [2022-01-20T15:50:41.103Z] INFO: Container count on control daemon to delete is 0 [2022-01-20T15:50:41.103Z] INFO: Nuking d:\CI [2022-01-20T15:50:41.103Z] INFO: Zapped successfully [2022-01-20T15:50:41.103Z] INFO: Location for testing is d:\CI\PR-43142\4 [2022-01-20T15:50:41.103Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:41.103Z] INFO: Building the image from Dockerfile.windows at 01/20/2022 15:50:37... [2022-01-20T15:50:41.103Z] [2022-01-20T15:50:44.057Z] Sending build context to Docker daemon 61.79MB [2022-01-20T15:50:44.057Z] [2022-01-20T15:50:44.530Z] Step 1/11 : FROM microsoft/windowsservercore [2022-01-20T15:50:44.530Z] ---> 11cbc9e36c7a [2022-01-20T15:50:44.530Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-01-20T15:50:44.530Z] ---> Running in 20999c9aba6f [2022-01-20T15:50:44.997Z] Removing intermediate container 20999c9aba6f [2022-01-20T15:50:44.997Z] ---> 981a1ac92781 [2022-01-20T15:50:44.997Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-01-20T15:50:44.997Z] ---> Running in ee63381ec897 [2022-01-20T15:50:44.997Z] Removing intermediate container ee63381ec897 [2022-01-20T15:50:44.997Z] ---> 3cf815fdd4be [2022-01-20T15:50:44.997Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-01-20T15:50:45.466Z] ---> Running in ee1701e38671 [2022-01-20T15:50:45.466Z] Removing intermediate container ee1701e38671 [2022-01-20T15:50:45.466Z] ---> 454fee0295ee [2022-01-20T15:50:45.466Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-01-20T15:50:45.466Z] ---> Running in 39d471f25fac [2022-01-20T15:50:45.934Z] Removing intermediate container 39d471f25fac [2022-01-20T15:50:45.934Z] ---> a11798a459b3 [2022-01-20T15:50:45.934Z] 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-01-20T15:50:45.934Z] ---> Running in feae60f22e3e [2022-01-20T15:50:46.403Z] Removing intermediate container feae60f22e3e [2022-01-20T15:50:46.403Z] ---> d83f4af4182b [2022-01-20T15:50:46.404Z] 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-01-20T15:50:46.404Z] ---> Running in 51fa3dfdb375 [2022-01-20T15:50:49.175Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-20T15:50:49.175Z] Using test binary docker [2022-01-20T15:50:49.175Z] +++ /etc/init.d/apparmor start [2022-01-20T15:50:49.175Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-20T15:50:49.175Z] INFO: Waiting for daemon to start... [2022-01-20T15:50:49.175Z] Starting dockerd [2022-01-20T15:50:49.175Z] +++ 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-01-20T15:50:49.175Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-20T15:50:49.175Z] Using test binary docker [2022-01-20T15:50:49.175Z] +++ /etc/init.d/apparmor start [2022-01-20T15:50:49.175Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-20T15:50:49.175Z] INFO: Waiting for daemon to start... [2022-01-20T15:50:49.175Z] Starting dockerd [2022-01-20T15:50:49.175Z] +++ 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-01-20T15:50:49.175Z] . [2022-01-20T15:50:49.175Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-20T15:50:49.175Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-20T15:50:49.175Z] Error: No such image: emptyfs [2022-01-20T15:50:49.175Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-20T15:50:49.175Z] ++++ docker load [2022-01-20T15:50:49.175Z] Running integration-test (iteration 1) [2022-01-20T15:50:49.175Z] 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-01-20T15:50:49.175Z] ++ 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-01-20T15:50:49.175Z] ++ set -e [2022-01-20T15:50:49.175Z] ++ '[' -n 0 ']' [2022-01-20T15:50:49.175Z] ++ set -x [2022-01-20T15:50:49.175Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-20T15:50:49.748Z] Loaded image: busybox:latest [2022-01-20T15:50:50.323Z] Loaded image: busybox:glibc [2022-01-20T15:50:50.323Z] [2022-01-20T15:50:50.323Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-20T15:50:50.323Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-20T15:50:50.323Z] Error: No such image: emptyfs [2022-01-20T15:50:50.323Z] ++++ docker load [2022-01-20T15:50:50.323Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-20T15:50:50.587Z] Running integration-test (iteration 1) [2022-01-20T15:50:50.587Z] 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-01-20T15:50:50.587Z] ++ 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-01-20T15:50:50.587Z] ++ set -e [2022-01-20T15:50:50.587Z] ++ '[' -n 0 ']' [2022-01-20T15:50:50.587Z] ++ set -x [2022-01-20T15:50:50.587Z] ++ 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-01-20T15:50:51.529Z] Loaded image: busybox:latest [2022-01-20T15:50:52.101Z] Loaded image: busybox:glibc [2022-01-20T15:50:52.296Z] [2022-01-20T15:50:52.296Z] SUCCESS: Specified value was saved. [2022-01-20T15:50:52.296Z] INFO: Downloading git... [2022-01-20T15:50:54.372Z] INFO: Expanding compiler 1 of 3... [2022-01-20T15:50:54.513Z] INFO: Downloading go... [2022-01-20T15:50:54.647Z] Loaded image: debian:bullseye-slim [2022-01-20T15:50:54.647Z] Loaded image: hello-world:latest [2022-01-20T15:50:54.907Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:50:54.907Z] INFO: Testing against a local daemon [2022-01-20T15:50:54.908Z] === RUN TestDockerDaemonSuite [2022-01-20T15:50:54.908Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-01-20T15:50:55.349Z] INFO: Expanding compiler 2 of 3... [2022-01-20T15:50:56.078Z] INFO: Downloading compiler 1 of 3... [2022-01-20T15:50:56.293Z] Loaded image: debian:bullseye-slim [2022-01-20T15:50:56.548Z] INFO: Downloading compiler 2 of 3... [2022-01-20T15:50:56.548Z] INFO: Downloading compiler 3 of 3... [2022-01-20T15:50:56.548Z] INFO: Extracting git... [2022-01-20T15:50:56.553Z] Loaded image: hello-world:latest [2022-01-20T15:50:56.814Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:50:57.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-20T15:50:57.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-20T15:50:57.075Z] INFO: Testing against a local daemon [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-20T15:50:57.075Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-20T15:50:58.017Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-20T15:50:58.017Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-20T15:50:58.588Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-20T15:50:58.588Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-20T15:50:59.160Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-20T15:50:59.160Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-20T15:50:59.160Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-20T15:51:00.073Z] INFO: Expanding compiler 3 of 3... [2022-01-20T15:51:00.073Z] INFO: Removing downloaded files... [2022-01-20T15:51:00.073Z] INFO: Downloading containerd [2022-01-20T15:51:00.548Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-20T15:51:00.809Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-20T15:51:00.809Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-20T15:51:00.809Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-20T15:51:01.069Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-01-20T15:51:02.014Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-20T15:51:02.955Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-20T15:51:02.955Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-20T15:51:03.067Z] --- PASS: TestImportExtremelyLargeImageWorks (91.35s) [2022-01-20T15:51:03.067Z] PASS [2022-01-20T15:51:03.067Z] [2022-01-20T15:51:03.067Z] DONE 12 tests in 93.939s [2022-01-20T15:51:03.067Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-01-20T15:51:03.067Z] INFO: Testing against a local daemon [2022-01-20T15:51:03.067Z] === RUN TestNetworkCreateDelete [2022-01-20T15:51:03.067Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-01-20T15:51:03.067Z] === RUN TestDockerNetworkDeletePreferID [2022-01-20T15:51:03.067Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2022-01-20T15:51:03.067Z] === RUN TestDaemonDNSFallback [2022-01-20T15:51:03.216Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-20T15:51:03.216Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-20T15:51:03.216Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-20T15:51:04.005Z] --- PASS: TestDaemonDNSFallback (6.34s) [2022-01-20T15:51:04.005Z] === RUN TestInspectNetwork [2022-01-20T15:51:07.301Z] === RUN TestInspectNetwork/full_network_id [2022-01-20T15:51:07.301Z] === RUN TestInspectNetwork/partial_network_id [2022-01-20T15:51:07.301Z] === RUN TestInspectNetwork/network_name [2022-01-20T15:51:07.302Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-01-20T15:51:09.805Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-20T15:51:10.442Z] [2022-01-20T15:51:10.442Z] Name Version Source Summary [2022-01-20T15:51:10.442Z] ---- ------- ------ ------- [2022-01-20T15:51:10.442Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-01-20T15:51:11.419Z] [2022-01-20T15:51:11.419Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-01-20T15:51:11.419Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-01-20T15:51:11.419Z] PSChildName : containerd [2022-01-20T15:51:11.419Z] PSDrive : C [2022-01-20T15:51:11.419Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-01-20T15:51:11.419Z] PSIsContainer : True [2022-01-20T15:51:11.419Z] Name : containerd [2022-01-20T15:51:11.419Z] FullName : C:\containerd [2022-01-20T15:51:11.419Z] Parent : [2022-01-20T15:51:11.419Z] Exists : True [2022-01-20T15:51:11.419Z] Root : C:\ [2022-01-20T15:51:11.419Z] Extension : [2022-01-20T15:51:11.419Z] CreationTime : 1/20/2022 3:51:11 PM [2022-01-20T15:51:11.419Z] CreationTimeUtc : 1/20/2022 3:51:11 PM [2022-01-20T15:51:11.419Z] LastAccessTime : 1/20/2022 3:51:11 PM [2022-01-20T15:51:11.419Z] LastAccessTimeUtc : 1/20/2022 3:51:11 PM [2022-01-20T15:51:11.419Z] LastWriteTime : 1/20/2022 3:51:11 PM [2022-01-20T15:51:11.419Z] LastWriteTimeUtc : 1/20/2022 3:51:11 PM [2022-01-20T15:51:11.419Z] Attributes : Directory [2022-01-20T15:51:11.419Z] Mode : d----- [2022-01-20T15:51:11.419Z] BaseName : containerd [2022-01-20T15:51:11.419Z] Target : {} [2022-01-20T15:51:11.419Z] LinkType : [2022-01-20T15:51:11.419Z] [2022-01-20T15:51:11.484Z] INFO: Expanding go... [2022-01-20T15:51:11.498Z] --- PASS: TestInspectNetwork (7.11s) [2022-01-20T15:51:11.498Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-01-20T15:51:11.498Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-01-20T15:51:11.498Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-01-20T15:51:11.498Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-01-20T15:51:11.498Z] === RUN TestRunContainerWithBridgeNone [2022-01-20T15:51:12.349Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-20T15:51:12.885Z] --- PASS: TestRunContainerWithBridgeNone (1.57s) [2022-01-20T15:51:12.885Z] === RUN TestNetworkInvalidJSON [2022-01-20T15:51:12.885Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-20T15:51:12.885Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-20T15:51:12.885Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:51:12.885Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:51:12.885Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:51:12.885Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:51:12.885Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-20T15:51:12.885Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:51:12.885Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:51:12.885Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-01-20T15:51:12.885Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-20T15:51:12.885Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-20T15:51:12.885Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-20T15:51:12.885Z] === RUN TestNetworkList [2022-01-20T15:51:12.885Z] === RUN TestNetworkList//networks [2022-01-20T15:51:12.885Z] === PAUSE TestNetworkList//networks [2022-01-20T15:51:12.885Z] === RUN TestNetworkList//networks/ [2022-01-20T15:51:12.885Z] === PAUSE TestNetworkList//networks/ [2022-01-20T15:51:12.885Z] === CONT TestNetworkList//networks [2022-01-20T15:51:12.885Z] === CONT TestNetworkList//networks/ [2022-01-20T15:51:12.885Z] --- PASS: TestNetworkList (0.01s) [2022-01-20T15:51:12.885Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-20T15:51:12.885Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-20T15:51:12.885Z] === RUN TestHostIPv4BridgeLabel [2022-01-20T15:51:12.968Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-01-20T15:51:12.969Z] INFO: Configuring git core.autocrlf... [2022-01-20T15:51:12.969Z] [2022-01-20T15:51:12.969Z] [2022-01-20T15:51:13.455Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2022-01-20T15:51:13.455Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-20T15:51:14.403Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2022-01-20T15:51:14.403Z] === RUN TestDaemonDefaultNetworkPools [2022-01-20T15:51:14.894Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-20T15:51:15.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-20T15:51:15.342Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s) [2022-01-20T15:51:15.342Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-20T15:51:16.282Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2022-01-20T15:51:16.282Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-20T15:51:16.810Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-20T15:51:17.071Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-20T15:51:17.664Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-01-20T15:51:17.664Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-20T15:51:17.924Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-01-20T15:51:17.924Z] === RUN TestServiceWithPredefinedNetwork [2022-01-20T15:51:18.016Z] --- PASS: TestBuildWithHugeFile (110.70s) [2022-01-20T15:51:18.016Z] === RUN TestBuildWCOWSandboxSize [2022-01-20T15:51:18.016Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:51:18.016Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:51:18.016Z] === RUN TestBuildWithEmptyDockerfile [2022-01-20T15:51:18.016Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:51:18.016Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:51:18.016Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:51:18.016Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:51:18.016Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:51:18.016Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:51:18.016Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:51:18.016Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:51:18.016Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-20T15:51:18.016Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:51:18.016Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-01-20T15:51:18.016Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-01-20T15:51:18.016Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2022-01-20T15:51:18.016Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2022-01-20T15:51:18.016Z] === RUN TestBuildPreserveOwnership [2022-01-20T15:51:18.016Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-20T15:51:18.587Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-20T15:51:19.159Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-01-20T15:51:19.340Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-20T15:51:19.420Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-01-20T15:51:20.464Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2022-01-20T15:51:20.464Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-20T15:51:20.464Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:51:20.464Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:51:20.464Z] === RUN TestServiceWithDataPathPortInit [2022-01-20T15:51:20.804Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-20T15:51:20.804Z] docker_cli_daemon_test.go:1472: [d6d9514682712] daemon is not started [2022-01-20T15:51:21.065Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-01-20T15:51:21.636Z] check_test.go:308: [d8e411837b211] daemon is not started [2022-01-20T15:51:21.636Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-01-20T15:51:22.207Z] --- PASS: TestBuildPreserveOwnership (4.09s) [2022-01-20T15:51:22.207Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.66s) [2022-01-20T15:51:22.207Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.42s) [2022-01-20T15:51:22.207Z] === RUN TestBuildPlatformInvalid [2022-01-20T15:51:22.207Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2022-01-20T15:51:22.207Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-20T15:51:22.779Z] === RUN TestDockerSuite/TestAttachDetach [2022-01-20T15:51:23.350Z] Loaded image: busybox:latest [2022-01-20T15:51:23.611Z] Loaded image: busybox:glibc [2022-01-20T15:51:23.611Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-20T15:51:23.611Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2022-01-20T15:51:24.554Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-20T15:51:25.496Z] check_test.go:308: [d13b21d7c31e1] daemon is not started [2022-01-20T15:51:25.496Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-01-20T15:51:26.067Z] Loaded image: debian:bullseye-slim [2022-01-20T15:51:26.067Z] Loaded image: hello-world:latest [2022-01-20T15:51:26.327Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:51:26.588Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-20T15:51:26.851Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.20049712s with top 10 stages: buildssa: 1m35.433596207s, goimports: 21.380584171s, unconvert: 13.275374424s, gosec: 10.102980806s, golint: 6.22705243s, misspell: 5.11686605s, ineffassign: 4.946080366s, inspect: 3.778050581s, vrp: 2.707675395s, ctrlflow: 1.955146187s [2022-01-20T15:51:26.851Z] INFO [runner] Issues before processing: 2718, after processing: 0 [2022-01-20T15:51:26.851Z] INFO [runner] Processors filtering stat (out/in): cgo: 2137/2718, exclude-rules: 64/1749, nolint: 0/64, autogenerated_exclude: 1749/2137, identifier_marker: 1749/1749, exclude: 1749/1749, filename_unadjuster: 2137/2137, path_prettifier: 2137/2137, skip_files: 2137/2137, skip_dirs: 2137/2137 [2022-01-20T15:51:26.851Z] INFO [runner] processing took 99.165929ms with stages: nolint: 37.516309ms, identifier_marker: 34.771503ms, path_prettifier: 13.396948ms, autogenerated_exclude: 5.446279ms, exclude-rules: 4.866971ms, skip_dirs: 2.821272ms, cgo: 235.167µs, filename_unadjuster: 106.061µs, max_same_issues: 1.516µs, diff: 772ns, exclude: 726ns, uniq_by_line: 532ns, source_code: 460ns, max_from_linter: 418ns, skip_files: 386ns, path_shortener: 311ns, max_per_file_from_linter: 298ns [2022-01-20T15:51:26.851Z] INFO [runner] linters took 1m42.193521843s with stages: goanalysis_metalinter: 1m20.216092089s, unused: 21.878056362s [2022-01-20T15:51:26.851Z] INFO File cache stats: 1673 entries of total size 8.4MiB [2022-01-20T15:51:26.851Z] INFO Memory: 2401 samples, avg is 1665.7MB, max is 4413.1MB [2022-01-20T15:51:26.851Z] INFO Execution took 3m59.982952261s [2022-01-20T15:51:26.851Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-01-20T15:51:27.209Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9363a990ff1718d8e3362c805083627578ea41f1 hack/make.sh dynbinary test-docker-py [2022-01-20T15:51:27.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-20T15:51:27.447Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-20T15:51:27.469Z] [2022-01-20T15:51:27.543Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-20T15:51:27.729Z] Removing bundles/ [2022-01-20T15:51:27.729Z] [2022-01-20T15:51:27.729Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-01-20T15:51:27.729Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:51:27.729Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:51:28.012Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-20T15:51:28.113Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-20T15:51:28.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-20T15:51:28.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-20T15:51:29.497Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-20T15:51:29.878Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-20T15:51:30.069Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-01-20T15:51:31.011Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-20T15:51:31.784Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-20T15:51:31.952Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-20T15:51:32.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-20T15:51:32.899Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-01-20T15:51:33.160Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-20T15:51:33.160Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-20T15:51:33.654Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-20T15:51:33.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-20T15:51:34.102Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-20T15:51:34.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-20T15:51:35.046Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-20T15:51:35.306Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-01-20T15:51:35.361Z] --- PASS: TestServiceWithDataPathPortInit (13.65s) [2022-01-20T15:51:35.361Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-20T15:51:35.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-20T15:51:36.303Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:jfgzf1vl995vhpv31to1vywx9 Created:2022-01-20 15:51:35.181533558 +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[79ff064e02faf10e2865393481d56f2c72c4c05e6d56ef13cbfe81e2edf6b4e9:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5pw79q1fa1a1o1wsjqajg789j EndpointID:ad271b5896682540d8eb5eb6ccaff8494b2f37f65b4772c17e2ed1311dc7da12 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4ce01a50195a8cbf9e4d1edeeec9dce0393d36417bae6f4ecf9b694dcc21a15d 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:36148c90dd8f IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5pw79q1fa1a1o1wsjqajg789j EndpointID:ad271b5896682540d8eb5eb6ccaff8494b2f37f65b4772c17e2ed1311dc7da12 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-01-20T15:51:36.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-20T15:51:36.518Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:51:36.518Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:51:36.518Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:51:36.518Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:51:36.518Z] [2022-01-20T15:51:36.518Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-01-20T15:51:36.518Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-01-20T15:51:36.518Z] HOSTNAME=b71e1f3c5e42 [2022-01-20T15:51:36.518Z] DEST=bundles/test-integration [2022-01-20T15:51:36.518Z] PWD=/go/src/github.com/docker/docker [2022-01-20T15:51:36.518Z] DOCKER_ROOTLESS=1 [2022-01-20T15:51:36.518Z] DOCKER_GITCOMMIT=4a1f69339542368a205b085d2c563eeeab807c58 [2022-01-20T15:51:36.518Z] container=docker [2022-01-20T15:51:36.518Z] HOME=/root [2022-01-20T15:51:36.518Z] GOLANG_VERSION=1.17.6 [2022-01-20T15:51:36.518Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-01-20T15:51:36.518Z] VALIDATE_BRANCH=master [2022-01-20T15:51:36.518Z] TERM=xterm [2022-01-20T15:51:36.518Z] DOCKER_PKG=github.com/docker/docker [2022-01-20T15:51:36.518Z] SHLVL=1 [2022-01-20T15:51:36.518Z] TIMEOUT=120m [2022-01-20T15:51:36.518Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-01-20T15:51:36.518Z] DOCKER_GRAPHDRIVER=overlay2 [2022-01-20T15:51:36.518Z] GO111MODULE=off [2022-01-20T15:51:36.518Z] DOCKER_EXPERIMENTAL=1 [2022-01-20T15:51:36.518Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-01-20T15:51:36.518Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-01-20T15:51:36.518Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-01-20T15:51:36.518Z] GOPATH=/go [2022-01-20T15:51:36.518Z] PKG_CONFIG=pkg-config [2022-01-20T15:51:36.518Z] _=/usr/bin/env [2022-01-20T15:51:36.518Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-01-20T15:51:36.907Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-20T15:51:37.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-20T15:51:38.425Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-20T15:51:38.425Z] Using test binary docker [2022-01-20T15:51:38.425Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-20T15:51:38.425Z] +++ /etc/init.d/apparmor start [2022-01-20T15:51:38.425Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-20T15:51:38.425Z] INFO: Waiting for daemon to start... [2022-01-20T15:51:38.425Z] Starting dockerd [2022-01-20T15:51:38.425Z] +++ 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-01-20T15:51:39.514Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-01-20T15:51:39.774Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.63s) [2022-01-20T15:51:39.774Z] PASS [2022-01-20T15:51:39.774Z] [2022-01-20T15:51:39.774Z] === Skipped [2022-01-20T15:51:39.774Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-01-20T15:51:39.774Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:51:39.774Z] [2022-01-20T15:51:39.774Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:51:39.774Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:51:39.774Z] [2022-01-20T15:51:39.774Z] DONE 34 tests, 2 skipped in 177.674s [2022-01-20T15:51:40.035Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-01-20T15:51:40.035Z] ++ 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-01-20T15:51:40.035Z] ++ set -e [2022-01-20T15:51:40.035Z] ++ '[' -n 0 ']' [2022-01-20T15:51:40.035Z] ++ set -x [2022-01-20T15:51:40.035Z] ++ 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-01-20T15:51:40.035Z] INFO: Testing against a local daemon [2022-01-20T15:51:40.035Z] === RUN TestConfigInspect [2022-01-20T15:51:40.950Z] . [2022-01-20T15:51:40.950Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-20T15:51:40.950Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-20T15:51:40.950Z] Error: No such image: emptyfs [2022-01-20T15:51:40.950Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-01-20T15:51:40.950Z] ++++ docker load [2022-01-20T15:51:40.950Z] Running integration-test (iteration 1) [2022-01-20T15:51:40.950Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-01-20T15:51:40.950Z] ++ 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-01-20T15:51:40.950Z] ++ set -e [2022-01-20T15:51:40.950Z] ++ '[' -n 0 ']' [2022-01-20T15:51:40.950Z] ++ set -x [2022-01-20T15:51:40.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=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-01-20T15:51:40.950Z] Loaded image: busybox:latest [2022-01-20T15:51:40.950Z] Loaded image: busybox:glibc [2022-01-20T15:51:41.580Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.77s) [2022-01-20T15:51:41.581Z] PASS [2022-01-20T15:51:41.581Z] [2022-01-20T15:51:41.581Z] === Skipped [2022-01-20T15:51:41.581Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:51:41.581Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:51:41.581Z] [2022-01-20T15:51:41.581Z] DONE 26 tests, 1 skipped in 43.445s [2022-01-20T15:51:41.581Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:51:41.581Z] INFO: Testing against a local daemon [2022-01-20T15:51:41.581Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-20T15:51:41.581Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:51:41.581Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:51:41.581Z] === RUN TestDockerNetworkIpvlan [2022-01-20T15:51:41.581Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:51:41.581Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:51:41.581Z] PASS [2022-01-20T15:51:41.581Z] [2022-01-20T15:51:41.581Z] === Skipped [2022-01-20T15:51:41.581Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:51:41.581Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:51:41.581Z] [2022-01-20T15:51:41.581Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:51:41.581Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:51:41.581Z] [2022-01-20T15:51:41.581Z] DONE 2 tests, 2 skipped in 0.036s [2022-01-20T15:51:41.581Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:51:41.581Z] INFO: Testing against a local daemon [2022-01-20T15:51:41.581Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-20T15:51:41.594Z] INFO: Expanding compiler 1 of 3... [2022-01-20T15:51:41.594Z] INFO: Expanding compiler 2 of 3... [2022-01-20T15:51:42.150Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.24s) [2022-01-20T15:51:42.150Z] === RUN TestDockerNetworkMacvlan [2022-01-20T15:51:42.322Z] Loaded image: debian:bullseye-slim [2022-01-20T15:51:42.322Z] Loaded image: hello-world:latest [2022-01-20T15:51:42.322Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:51:42.322Z] INFO: Testing against a local daemon [2022-01-20T15:51:42.322Z] === RUN TestCgroupNamespacesBuild [2022-01-20T15:51:42.580Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-01-20T15:51:42.721Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-01-20T15:51:42.841Z] --- PASS: TestConfigInspect (2.80s) [2022-01-20T15:51:42.841Z] === RUN TestConfigList [2022-01-20T15:51:43.255Z] --- PASS: TestCgroupNamespacesBuild (1.08s) [2022-01-20T15:51:43.255Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-20T15:51:43.290Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-01-20T15:51:44.226Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-01-20T15:51:44.231Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-01-20T15:51:44.551Z] INFO: Expanding compiler 3 of 3... [2022-01-20T15:51:44.626Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.07s) [2022-01-20T15:51:44.626Z] === RUN TestBuildWithSession [2022-01-20T15:51:44.626Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:51:44.626Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-20T15:51:44.626Z] === RUN TestBuildSquashParent [2022-01-20T15:51:45.019Z] INFO: Removing downloaded files... [2022-01-20T15:51:45.019Z] INFO: Downloading containerd [2022-01-20T15:51:45.610Z] --- PASS: TestConfigList (2.80s) [2022-01-20T15:51:45.610Z] === RUN TestConfigsCreateAndDelete [2022-01-20T15:51:45.610Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-01-20T15:51:46.142Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-01-20T15:51:47.526Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-01-20T15:51:48.156Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-01-20T15:51:48.417Z] check_test.go:308: [d3ada33f7af2a] daemon is not started [2022-01-20T15:51:48.417Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-01-20T15:51:48.678Z] --- PASS: TestConfigsCreateAndDelete (2.88s) [2022-01-20T15:51:48.678Z] === RUN TestConfigsUpdate [2022-01-20T15:51:48.678Z] check_test.go:308: [da2f2c8a296a6] daemon is not started [2022-01-20T15:51:48.678Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-01-20T15:51:48.806Z] --- PASS: TestBuildSquashParent (3.75s) [2022-01-20T15:51:48.806Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-20T15:51:48.806Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:51:48.806Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:51:48.806Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:51:48.806Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:51:48.806Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:51:48.806Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:51:48.806Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:51:48.806Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:51:48.806Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:51:48.806Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:51:48.806Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:51:48.806Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:51:48.806Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:51:48.806Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:51:49.370Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:51:49.627Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:51:50.062Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-01-20T15:51:50.560Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:51:50.635Z] check_test.go:308: [df925b4ad818e] daemon is not started [2022-01-20T15:51:50.635Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-01-20T15:51:50.635Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-20T15:51:50.817Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:51:50.825Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-01-20T15:51:51.210Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-20T15:51:51.396Z] --- PASS: TestDockerNetworkMacvlan (9.45s) [2022-01-20T15:51:51.396Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-01-20T15:51:51.396Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2022-01-20T15:51:51.396Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.81s) [2022-01-20T15:51:51.396Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.83s) [2022-01-20T15:51:51.396Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.97s) [2022-01-20T15:51:51.396Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.60s) [2022-01-20T15:51:51.396Z] PASS [2022-01-20T15:51:51.396Z] [2022-01-20T15:51:51.396Z] DONE 8 tests in 10.720s [2022-01-20T15:51:51.396Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-20T15:51:51.396Z] testing: warning: no tests to run [2022-01-20T15:51:51.396Z] PASS [2022-01-20T15:51:51.396Z] [2022-01-20T15:51:51.396Z] DONE 0 tests in 0.012s [2022-01-20T15:51:51.396Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-20T15:51:51.471Z] --- PASS: TestConfigsUpdate (2.80s) [2022-01-20T15:51:51.471Z] === RUN TestTemplatedConfig [2022-01-20T15:51:51.656Z] INFO: Testing against a local daemon [2022-01-20T15:51:51.656Z] === RUN TestAuthZPluginAllowRequest [2022-01-20T15:51:52.189Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-01-20T15:51:52.189Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.15s) [2022-01-20T15:51:52.189Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.38s) [2022-01-20T15:51:52.189Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.19s) [2022-01-20T15:51:52.189Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.28s) [2022-01-20T15:51:52.189Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.17s) [2022-01-20T15:51:52.189Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.08s) [2022-01-20T15:51:52.189Z] === RUN TestBuildMultiStageCopy [2022-01-20T15:51:52.189Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-20T15:51:52.414Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-20T15:51:52.625Z] --- PASS: TestAuthZPluginAllowRequest (1.16s) [2022-01-20T15:51:52.625Z] === RUN TestAuthZPluginTLS [2022-01-20T15:51:52.675Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-20T15:51:52.675Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-01-20T15:51:52.754Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-20T15:51:53.012Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-20T15:51:53.211Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-01-20T15:51:53.211Z] === RUN TestAuthZPluginDenyRequest [2022-01-20T15:51:53.246Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-01-20T15:51:53.269Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-20T15:51:53.269Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-20T15:51:53.526Z] --- PASS: TestBuildMultiStageCopy (1.67s) [2022-01-20T15:51:53.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (0.98s) [2022-01-20T15:51:53.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.16s) [2022-01-20T15:51:53.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.17s) [2022-01-20T15:51:53.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.17s) [2022-01-20T15:51:53.526Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.18s) [2022-01-20T15:51:53.526Z] === RUN TestBuildMultiStageParentConfig [2022-01-20T15:51:53.780Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-01-20T15:51:53.780Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-20T15:51:54.091Z] --- PASS: TestBuildMultiStageParentConfig (0.51s) [2022-01-20T15:51:54.091Z] === RUN TestBuildLabelWithTargets [2022-01-20T15:51:54.350Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-01-20T15:51:54.350Z] === RUN TestAuthZPluginDenyResponse [2022-01-20T15:51:54.632Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-01-20T15:51:54.892Z] --- PASS: TestTemplatedConfig (3.42s) [2022-01-20T15:51:54.892Z] === RUN TestConfigCreateResolve [2022-01-20T15:51:54.920Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-01-20T15:51:54.920Z] === RUN TestAuthZPluginAllowEventStream [2022-01-20T15:51:55.024Z] --- PASS: TestBuildLabelWithTargets (0.81s) [2022-01-20T15:51:55.024Z] === RUN TestBuildWithEmptyLayers [2022-01-20T15:51:55.282Z] --- PASS: TestBuildWithEmptyLayers (0.36s) [2022-01-20T15:51:55.282Z] === RUN TestBuildMultiStageOnBuild [2022-01-20T15:51:55.464Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-20T15:51:56.214Z] --- PASS: TestBuildMultiStageOnBuild (1.11s) [2022-01-20T15:51:56.214Z] === RUN TestBuildUncleanTarFilenames [2022-01-20T15:51:56.303Z] --- PASS: TestAuthZPluginAllowEventStream (1.14s) [2022-01-20T15:51:56.303Z] === RUN TestAuthZPluginErrorResponse [2022-01-20T15:51:56.563Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-01-20T15:51:56.563Z] === RUN TestAuthZPluginErrorRequest [2022-01-20T15:51:56.779Z] --- PASS: TestBuildUncleanTarFilenames (0.52s) [2022-01-20T15:51:56.779Z] === RUN TestBuildMultiStageLayerLeak [2022-01-20T15:51:56.848Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-01-20T15:51:57.133Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-01-20T15:51:57.133Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-20T15:51:57.418Z] --- PASS: TestConfigCreateResolve (2.62s) [2022-01-20T15:51:57.418Z] PASS [2022-01-20T15:51:57.418Z] [2022-01-20T15:51:57.418Z] DONE 6 tests in 17.446s [2022-01-20T15:51:57.418Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-01-20T15:51:57.418Z] ++ 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-01-20T15:51:57.418Z] ++ set -e [2022-01-20T15:51:57.418Z] ++ '[' -n 0 ']' [2022-01-20T15:51:57.418Z] ++ set -x [2022-01-20T15:51:57.418Z] ++ 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-01-20T15:51:57.679Z] INFO: Testing against a local daemon [2022-01-20T15:51:57.679Z] === RUN TestCheckpoint [2022-01-20T15:51:57.679Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:51:57.679Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-20T15:51:57.679Z] === RUN TestContainerInvalidJSON [2022-01-20T15:51:57.679Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:51:57.679Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:51:57.679Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:51:57.679Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:51:57.679Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:51:57.679Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:51:57.679Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-01-20T15:51:57.679Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-20T15:51:57.679Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-20T15:51:57.679Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-20T15:51:57.679Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-20T15:51:57.680Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2022-01-20T15:51:57.680Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-20T15:51:57.680Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-01-20T15:51:57.680Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-20T15:51:57.680Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-01-20T15:51:57.680Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-20T15:51:57.703Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-01-20T15:51:57.703Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-20T15:51:57.940Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2022-01-20T15:51:57.940Z] === RUN TestCopyFromContainer [2022-01-20T15:51:58.151Z] --- PASS: TestBuildMultiStageLayerLeak (1.30s) [2022-01-20T15:51:58.151Z] === RUN TestBuildWithHugeFile [2022-01-20T15:51:58.201Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-20T15:51:59.084Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.37s) [2022-01-20T15:51:59.084Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-20T15:51:59.142Z] === RUN TestCopyFromContainer// [2022-01-20T15:51:59.142Z] === RUN TestCopyFromContainer//bar/root [2022-01-20T15:51:59.142Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-20T15:51:59.403Z] === RUN TestCopyFromContainer/bar/quux [2022-01-20T15:51:59.403Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-20T15:51:59.403Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-20T15:51:59.663Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-20T15:51:59.663Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-20T15:51:59.663Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-20T15:51:59.663Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-20T15:51:59.758Z] 567fd00846e9: Pull complete [2022-01-20T15:51:59.758Z] Digest: sha256:ab693245cc2f6c018a5718b9ded9eac109629e207907df81991f449d138cd85c [2022-01-20T15:51:59.758Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T15:51:59.758Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T15:51:59.758Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-01-20T15:51:59.758Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-01-20T15:51:59.758Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2458' [2022-01-20T15:51:59.758Z] INFO: Docker version of control daemon [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] Client: [2022-01-20T15:51:59.758Z] Version: 20.10.9 [2022-01-20T15:51:59.758Z] API version: 1.41 [2022-01-20T15:51:59.758Z] Go version: go1.16.8 [2022-01-20T15:51:59.758Z] Git commit: c2ea9bc [2022-01-20T15:51:59.758Z] Built: Mon Oct 4 16:11:10 2021 [2022-01-20T15:51:59.758Z] OS/Arch: windows/amd64 [2022-01-20T15:51:59.758Z] Context: default [2022-01-20T15:51:59.758Z] Experimental: true [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] Server: Docker Engine - Community [2022-01-20T15:51:59.758Z] Engine: [2022-01-20T15:51:59.758Z] Version: 20.10.9 [2022-01-20T15:51:59.758Z] API version: 1.41 (minimum version 1.24) [2022-01-20T15:51:59.758Z] Go version: go1.16.8 [2022-01-20T15:51:59.758Z] Git commit: 79ea9d3 [2022-01-20T15:51:59.758Z] Built: Mon Oct 4 16:06:39 2021 [2022-01-20T15:51:59.758Z] OS/Arch: windows/amd64 [2022-01-20T15:51:59.758Z] Experimental: true [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] INFO: Docker info of control daemon [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] Client: [2022-01-20T15:51:59.758Z] Context: default [2022-01-20T15:51:59.758Z] Debug Mode: false [2022-01-20T15:51:59.758Z] Plugins: [2022-01-20T15:51:59.758Z] app: Docker Application (Docker Inc., v0.8.0) [2022-01-20T15:51:59.758Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-01-20T15:51:59.758Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] Server: [2022-01-20T15:51:59.758Z] Containers: 0 [2022-01-20T15:51:59.758Z] Running: 0 [2022-01-20T15:51:59.758Z] Paused: 0 [2022-01-20T15:51:59.758Z] Stopped: 0 [2022-01-20T15:51:59.758Z] Images: 1 [2022-01-20T15:51:59.758Z] Server Version: 20.10.9 [2022-01-20T15:51:59.758Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-01-20T15:51:59.758Z] Windows: [2022-01-20T15:51:59.758Z] LCOW: [2022-01-20T15:51:59.758Z] Logging Driver: json-file [2022-01-20T15:51:59.758Z] Plugins: [2022-01-20T15:51:59.758Z] Volume: local [2022-01-20T15:51:59.758Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:51:59.758Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:51:59.758Z] Swarm: inactive [2022-01-20T15:51:59.758Z] Default Isolation: process [2022-01-20T15:51:59.758Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-20T15:51:59.758Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-20T15:51:59.758Z] OSType: windows [2022-01-20T15:51:59.758Z] Architecture: x86_64 [2022-01-20T15:51:59.758Z] CPUs: 4 [2022-01-20T15:51:59.758Z] Total Memory: 32GiB [2022-01-20T15:51:59.758Z] Name: azwin-2-36ef30 [2022-01-20T15:51:59.758Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-01-20T15:51:59.758Z] Docker Root Dir: D:\docker [2022-01-20T15:51:59.758Z] Debug Mode: false [2022-01-20T15:51:59.758Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:51:59.758Z] Labels: [2022-01-20T15:51:59.758Z] Experimental: true [2022-01-20T15:51:59.758Z] Insecure Registries: [2022-01-20T15:51:59.758Z] 10.0.0.4:5000 [2022-01-20T15:51:59.758Z] 127.0.0.0/8 [2022-01-20T15:51:59.758Z] Registry Mirrors: [2022-01-20T15:51:59.758Z] http://10.0.0.4:5000/ [2022-01-20T15:51:59.758Z] Live Restore Enabled: false [2022-01-20T15:51:59.758Z] Product License: Community Engine [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] INFO: Commit hash is 530ea24910 [2022-01-20T15:51:59.758Z] INFO: Nuke-Everything... [2022-01-20T15:51:59.758Z] INFO: Container count on control daemon to delete is 0 [2022-01-20T15:51:59.758Z] INFO: Nuking d:\CI [2022-01-20T15:51:59.758Z] INFO: Zapped successfully [2022-01-20T15:51:59.758Z] INFO: Location for testing is d:\CI\PR-43142\4 [2022-01-20T15:51:59.758Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] INFO: Building the image from Dockerfile.windows at 01/20/2022 15:51:52... [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] Sending build context to Docker daemon 61.79MB [2022-01-20T15:51:59.758Z] [2022-01-20T15:51:59.758Z] Step 1/11 : FROM microsoft/windowsservercore [2022-01-20T15:51:59.758Z] ---> 60d6f56ecebd [2022-01-20T15:51:59.758Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-01-20T15:51:59.758Z] ---> Running in 4425648936ee [2022-01-20T15:51:59.758Z] Removing intermediate container 4425648936ee [2022-01-20T15:51:59.758Z] ---> 8124a9390d9b [2022-01-20T15:51:59.758Z] Step 3/11 : ARG GO_VERSION=1.17.6 [2022-01-20T15:51:59.758Z] ---> Running in 43e136d77c0f [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer (2.03s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer// (0.11s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2022-01-20T15:51:59.924Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2022-01-20T15:51:59.924Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-20T15:51:59.924Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:51:59.924Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:51:59.924Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:51:59.924Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:51:59.924Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:51:59.924Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:51:59.924Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:51:59.924Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:51:59.924Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:51:59.924Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-01-20T15:51:59.924Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-20T15:51:59.924Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-20T15:51:59.924Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-01-20T15:51:59.924Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-20T15:51:59.924Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-01-20T15:51:59.924Z] === RUN TestCreateWithInvalidEnv [2022-01-20T15:51:59.924Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-20T15:51:59.924Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-20T15:51:59.924Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-20T15:51:59.924Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-20T15:51:59.924Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-20T15:51:59.924Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-20T15:51:59.924Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-20T15:51:59.924Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-20T15:51:59.924Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-20T15:51:59.924Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-01-20T15:51:59.924Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-20T15:51:59.924Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-20T15:51:59.924Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-20T15:51:59.924Z] === RUN TestCreateTmpfsMountsTarget [2022-01-20T15:51:59.924Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-01-20T15:51:59.924Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-20T15:52:00.185Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-01-20T15:52:00.236Z] Removing intermediate container 43e136d77c0f [2022-01-20T15:52:00.236Z] ---> 711caf93b889 [2022-01-20T15:52:00.236Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-01-20T15:52:00.236Z] ---> Running in bcb6906e8590 [2022-01-20T15:52:00.466Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.39s) [2022-01-20T15:52:00.466Z] === RUN TestAuthZPluginHeader [2022-01-20T15:52:00.709Z] Removing intermediate container bcb6906e8590 [2022-01-20T15:52:00.709Z] ---> 27f7c81187bf [2022-01-20T15:52:00.709Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-01-20T15:52:00.709Z] ---> Running in 96dc5dee4674 [2022-01-20T15:52:00.709Z] Removing intermediate container 96dc5dee4674 [2022-01-20T15:52:00.709Z] ---> 373dc306d55f [2022-01-20T15:52:00.709Z] 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-01-20T15:52:00.709Z] ---> Running in 72530503047a [2022-01-20T15:52:01.035Z] --- PASS: TestAuthZPluginHeader (0.69s) [2022-01-20T15:52:01.035Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-20T15:52:01.181Z] Removing intermediate container 72530503047a [2022-01-20T15:52:01.181Z] ---> 1073b036c132 [2022-01-20T15:52:01.181Z] 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-01-20T15:52:01.181Z] ---> Running in 3edea977c767 [2022-01-20T15:52:02.100Z] --- PASS: TestCreateWithCustomMaskedPaths (1.90s) [2022-01-20T15:52:02.100Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-20T15:52:03.642Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.71s) [2022-01-20T15:52:03.642Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-20T15:52:03.642Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:52:03.642Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:52:03.642Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:52:03.642Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:52:03.643Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:52:03.643Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:52:03.643Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:52:03.643Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:52:03.643Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:52:03.643Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:52:03.643Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:52:03.643Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:52:03.643Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:52:03.643Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:52:03.643Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:52:03.643Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-01-20T15:52:03.643Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2022-01-20T15:52:03.643Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-01-20T15:52:03.643Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-20T15:52:03.643Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-20T15:52:03.643Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-20T15:52:03.643Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-20T15:52:03.903Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-01-20T15:52:03.903Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-20T15:52:04.164Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s) [2022-01-20T15:52:04.164Z] === RUN TestCreateDifferentPlatform [2022-01-20T15:52:04.164Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-20T15:52:04.164Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-20T15:52:04.164Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2022-01-20T15:52:04.164Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-20T15:52:04.164Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-20T15:52:04.164Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-20T15:52:04.425Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-01-20T15:52:04.425Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-20T15:52:04.425Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2022-01-20T15:52:04.425Z] === RUN TestContainerStartOnDaemonRestart [2022-01-20T15:52:04.425Z] === PAUSE TestContainerStartOnDaemonRestart [2022-01-20T15:52:04.425Z] === RUN TestDaemonRestartIpcMode [2022-01-20T15:52:04.425Z] === PAUSE TestDaemonRestartIpcMode [2022-01-20T15:52:04.425Z] === RUN TestDaemonHostGatewayIP [2022-01-20T15:52:04.425Z] === PAUSE TestDaemonHostGatewayIP [2022-01-20T15:52:04.425Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-20T15:52:04.425Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-20T15:52:04.425Z] === RUN TestContainerKillOnDaemonStart [2022-01-20T15:52:04.425Z] === PAUSE TestContainerKillOnDaemonStart [2022-01-20T15:52:04.425Z] === RUN TestDiff [2022-01-20T15:52:04.425Z] check_test.go:308: [df30030ea410f] daemon is not started [2022-01-20T15:52:04.425Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-01-20T15:52:04.996Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-01-20T15:52:04.996Z] --- PASS: TestDiff (0.64s) [2022-01-20T15:52:04.996Z] === RUN TestExecWithCloseStdin [2022-01-20T15:52:05.232Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.83s) [2022-01-20T15:52:05.232Z] === RUN TestAuthZPluginV2Disable [2022-01-20T15:52:05.570Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-01-20T15:52:05.841Z] --- PASS: TestExecWithCloseStdin (0.87s) [2022-01-20T15:52:05.841Z] === RUN TestExec [2022-01-20T15:52:06.119Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-01-20T15:52:06.400Z] [2022-01-20T15:52:06.400Z] Name Version Source Summary [2022-01-20T15:52:06.400Z] ---- ------- ------ ------- [2022-01-20T15:52:06.400Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-01-20T15:52:06.400Z] [2022-01-20T15:52:06.400Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-01-20T15:52:06.400Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-01-20T15:52:06.400Z] PSChildName : containerd [2022-01-20T15:52:06.400Z] PSDrive : C [2022-01-20T15:52:06.400Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-01-20T15:52:06.400Z] PSIsContainer : True [2022-01-20T15:52:06.400Z] Name : containerd [2022-01-20T15:52:06.400Z] FullName : C:\containerd [2022-01-20T15:52:06.400Z] Parent : [2022-01-20T15:52:06.401Z] Exists : True [2022-01-20T15:52:06.401Z] Root : C:\ [2022-01-20T15:52:06.401Z] Extension : [2022-01-20T15:52:06.401Z] CreationTime : 1/20/2022 3:52:04 PM [2022-01-20T15:52:06.401Z] CreationTimeUtc : 1/20/2022 3:52:04 PM [2022-01-20T15:52:06.401Z] LastAccessTime : 1/20/2022 3:52:04 PM [2022-01-20T15:52:06.401Z] LastAccessTimeUtc : 1/20/2022 3:52:04 PM [2022-01-20T15:52:06.401Z] LastWriteTime : 1/20/2022 3:52:04 PM [2022-01-20T15:52:06.401Z] LastWriteTimeUtc : 1/20/2022 3:52:04 PM [2022-01-20T15:52:06.401Z] Attributes : Directory [2022-01-20T15:52:06.401Z] Mode : d----- [2022-01-20T15:52:06.401Z] BaseName : containerd [2022-01-20T15:52:06.401Z] Target : {} [2022-01-20T15:52:06.401Z] LinkType : [2022-01-20T15:52:06.401Z] [2022-01-20T15:52:06.401Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-01-20T15:52:06.401Z] INFO: Configuring git core.autocrlf... [2022-01-20T15:52:06.401Z] [2022-01-20T15:52:06.401Z] [2022-01-20T15:52:06.709Z] --- PASS: TestExec (0.90s) [2022-01-20T15:52:06.709Z] === RUN TestExecUser [2022-01-20T15:52:07.653Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-20T15:52:07.653Z] --- PASS: TestExecUser (0.86s) [2022-01-20T15:52:07.653Z] === RUN TestExportContainerAndImportImage [2022-01-20T15:52:07.653Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-20T15:52:08.526Z] --- PASS: TestAuthZPluginV2Disable (3.42s) [2022-01-20T15:52:08.526Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-20T15:52:09.039Z] --- PASS: TestExportContainerAndImportImage (1.09s) [2022-01-20T15:52:09.039Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-20T15:52:09.039Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-01-20T15:52:09.610Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-20T15:52:10.182Z] --- PASS: TestExportContainerAfterDaemonRestart (1.53s) [2022-01-20T15:52:10.182Z] === RUN TestHealthCheckWorkdir [2022-01-20T15:52:11.569Z] --- PASS: TestHealthCheckWorkdir (1.06s) [2022-01-20T15:52:11.569Z] === RUN TestHealthKillContainer [2022-01-20T15:52:11.819Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.21s) [2022-01-20T15:52:11.819Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-20T15:52:12.514Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-20T15:52:13.456Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-20T15:52:13.503Z] Removing intermediate container a44ce0e0447d [2022-01-20T15:52:13.503Z] ---> fbb2347e7483 [2022-01-20T15:52:13.503Z] 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-01-20T15:52:13.503Z] ---> Running in 097dd29657df [2022-01-20T15:52:13.503Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-01-20T15:52:13.503Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-20T15:52:13.503Z] go: downloading github.com/fatih/color v1.10.0 [2022-01-20T15:52:13.503Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-20T15:52:13.503Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-20T15:52:13.503Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-20T15:52:13.503Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-20T15:52:13.503Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-20T15:52:13.503Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-20T15:52:13.503Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-20T15:52:13.503Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-20T15:52:13.503Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-20T15:52:13.503Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-20T15:52:13.503Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-20T15:52:13.503Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-20T15:52:13.503Z] go: downloading golang.org/x/mod v0.3.0 [2022-01-20T15:52:13.717Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-01-20T15:52:13.717Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-20T15:52:15.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-01-20T15:52:15.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-01-20T15:52:16.263Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-01-20T15:52:16.263Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-01-20T15:52:16.263Z] check_test.go:308: [de63a0dc3a8f9] daemon is not started [2022-01-20T15:52:16.263Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-01-20T15:52:16.263Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-20T15:52:17.203Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-01-20T15:52:18.587Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-20T15:52:18.848Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-01-20T15:52:19.212Z] [2022-01-20T15:52:19.212Z] SUCCESS: Specified value was saved. [2022-01-20T15:52:19.212Z] INFO: Downloading git... [2022-01-20T15:52:19.421Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-20T15:52:19.689Z] --- PASS: TestHealthKillContainer (8.33s) [2022-01-20T15:52:19.689Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-20T15:52:20.205Z] INFO: Downloading go... [2022-01-20T15:52:20.260Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-01-20T15:52:20.260Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2022-01-20T15:52:20.260Z] === RUN TestIpcModeNone [2022-01-20T15:52:20.832Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-20T15:52:21.093Z] --- PASS: TestIpcModeNone (0.75s) [2022-01-20T15:52:21.093Z] === RUN TestIpcModePrivate [2022-01-20T15:52:21.665Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:96, shared: false, mustBeShared: false [2022-01-20T15:52:21.790Z] INFO: Downloading compiler 1 of 3... [2022-01-20T15:52:21.790Z] INFO: Downloading compiler 2 of 3... [2022-01-20T15:52:21.927Z] --- PASS: TestIpcModePrivate (0.80s) [2022-01-20T15:52:21.927Z] === RUN TestIpcModeShareable [2022-01-20T15:52:22.189Z] check_test.go:308: [d3fffb20b4d07] daemon is not started [2022-01-20T15:52:22.189Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-01-20T15:52:22.261Z] INFO: Downloading compiler 3 of 3... [2022-01-20T15:52:22.262Z] INFO: Extracting git... [2022-01-20T15:52:22.449Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2022-01-20T15:52:22.710Z] --- PASS: TestIpcModeShareable (0.81s) [2022-01-20T15:52:22.710Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-20T15:52:23.652Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-20T15:52:24.038Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.08s) [2022-01-20T15:52:24.038Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-20T15:52:25.566Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-01-20T15:52:25.566Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.64s) [2022-01-20T15:52:25.566Z] === RUN TestAPIIpcModeHost [2022-01-20T15:52:25.826Z] check_test.go:308: [dd22ff2cd33c4] daemon is not started [2022-01-20T15:52:25.826Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-01-20T15:52:26.087Z] --- PASS: TestAPIIpcModeHost (0.70s) [2022-01-20T15:52:26.087Z] === RUN TestDaemonIpcModeShareable [2022-01-20T15:52:27.471Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2022-01-20T15:52:27.471Z] --- PASS: TestDaemonIpcModeShareable (1.48s) [2022-01-20T15:52:27.471Z] === RUN TestDaemonIpcModePrivate [2022-01-20T15:52:28.366Z] Removing intermediate container 097dd29657df [2022-01-20T15:52:28.366Z] ---> 285043b2e4f1 [2022-01-20T15:52:28.366Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-01-20T15:52:28.366Z] ---> Running in b8438ef60e7f [2022-01-20T15:52:28.828Z] Removing intermediate container b8438ef60e7f [2022-01-20T15:52:28.828Z] ---> b981d58a6d1c [2022-01-20T15:52:28.828Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-01-20T15:52:28.828Z] ---> Running in bf094c749b41 [2022-01-20T15:52:28.855Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:89, shared: false, mustBeShared: false [2022-01-20T15:52:29.115Z] docker_cli_daemon_plugins_test.go:80: [d4747297cb1f3] daemon is not started [2022-01-20T15:52:29.115Z] --- PASS: TestDaemonIpcModePrivate (1.58s) [2022-01-20T15:52:29.115Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-20T15:52:29.294Z] Removing intermediate container bf094c749b41 [2022-01-20T15:52:29.294Z] ---> 79827f3b84b4 [2022-01-20T15:52:29.294Z] Step 11/11 : COPY . . [2022-01-20T15:52:30.504Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-01-20T15:52:30.504Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-20T15:52:30.504Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2022-01-20T15:52:30.765Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.64s) [2022-01-20T15:52:30.765Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-20T15:52:32.152Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2022-01-20T15:52:32.412Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.55s) [2022-01-20T15:52:32.412Z] === RUN TestIpcModeOlderClient [2022-01-20T15:52:32.412Z] === PAUSE TestIpcModeOlderClient [2022-01-20T15:52:32.412Z] === RUN TestKillContainerInvalidSignal [2022-01-20T15:52:32.984Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2022-01-20T15:52:32.984Z] === RUN TestKillContainer [2022-01-20T15:52:32.984Z] === RUN TestKillContainer/no_signal [2022-01-20T15:52:32.984Z] docker_cli_daemon_plugins_test.go:170: [d827fb16964e2] daemon is not started [2022-01-20T15:52:33.556Z] === RUN TestKillContainer/non_killing_signal [2022-01-20T15:52:34.128Z] === RUN TestKillContainer/killing_signal [2022-01-20T15:52:34.128Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-20T15:52:34.700Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-01-20T15:52:34.860Z] INFO: Expanding go... [2022-01-20T15:52:34.961Z] --- PASS: TestKillContainer (2.10s) [2022-01-20T15:52:34.961Z] --- PASS: TestKillContainer/no_signal (0.65s) [2022-01-20T15:52:34.961Z] --- PASS: TestKillContainer/non_killing_signal (0.41s) [2022-01-20T15:52:34.961Z] --- PASS: TestKillContainer/killing_signal (0.75s) [2022-01-20T15:52:34.961Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-20T15:52:34.961Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-20T15:52:35.908Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-20T15:52:36.483Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) [2022-01-20T15:52:36.483Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s) [2022-01-20T15:52:36.483Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.50s) [2022-01-20T15:52:36.483Z] === RUN TestKillStoppedContainer [2022-01-20T15:52:36.483Z] --- PASS: TestKillStoppedContainer (0.07s) [2022-01-20T15:52:36.483Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-20T15:52:36.746Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-01-20T15:52:36.746Z] === RUN TestKillDifferentUserContainer [2022-01-20T15:52:36.859Z] --- PASS: TestBuildWithHugeFile (34.84s) [2022-01-20T15:52:36.859Z] === RUN TestBuildWCOWSandboxSize [2022-01-20T15:52:36.859Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:52:36.859Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:52:36.859Z] === RUN TestBuildWithEmptyDockerfile [2022-01-20T15:52:36.859Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:52:36.859Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:52:36.859Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:52:36.859Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:52:36.859Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:52:36.859Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:52:36.859Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:52:36.859Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:52:36.859Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:52:36.859Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-01-20T15:52:36.859Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s) [2022-01-20T15:52:36.859Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-01-20T15:52:36.859Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-01-20T15:52:36.859Z] === RUN TestBuildPreserveOwnership [2022-01-20T15:52:36.859Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-20T15:52:36.859Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-20T15:52:36.859Z] --- PASS: TestBuildPreserveOwnership (2.51s) [2022-01-20T15:52:36.859Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.68s) [2022-01-20T15:52:36.859Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.82s) [2022-01-20T15:52:36.859Z] === RUN TestBuildPlatformInvalid [2022-01-20T15:52:36.859Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-01-20T15:52:36.859Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-20T15:52:36.859Z] Loaded image: busybox:latest [2022-01-20T15:52:36.859Z] Loaded image: busybox:glibc [2022-01-20T15:52:37.006Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-20T15:52:37.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-01-20T15:52:37.267Z] --- PASS: TestKillDifferentUserContainer (0.70s) [2022-01-20T15:52:37.267Z] === RUN TestInspectOomKilledTrue [2022-01-20T15:52:37.267Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:52:37.267Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-20T15:52:37.267Z] === RUN TestInspectOomKilledFalse [2022-01-20T15:52:37.267Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:52:37.267Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-20T15:52:37.267Z] === RUN TestLinksEtcHostsContentMatch [2022-01-20T15:52:37.528Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-20T15:52:37.792Z] Loaded image: debian:bullseye-slim [2022-01-20T15:52:37.792Z] Loaded image: hello-world:latest [2022-01-20T15:52:37.792Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:52:38.105Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) [2022-01-20T15:52:38.105Z] === RUN TestLinksContainerNames [2022-01-20T15:52:38.105Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-01-20T15:52:38.676Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-01-20T15:52:39.248Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-01-20T15:52:39.509Z] --- PASS: TestLinksContainerNames (1.50s) [2022-01-20T15:52:39.509Z] === RUN TestLogsFollowTailEmpty [2022-01-20T15:52:39.509Z] check_test.go:308: [d1841488962c5] daemon is not started [2022-01-20T15:52:39.509Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-01-20T15:52:40.084Z] --- PASS: TestLogsFollowTailEmpty (0.68s) [2022-01-20T15:52:40.084Z] === RUN TestContainerNetworkMountsNoChown [2022-01-20T15:52:41.026Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/default [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/default [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/private [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/private [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rprivate [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/slave [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/slave [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rslave [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/shared [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/shared [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rshared [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/default [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/rshared [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/shared [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/rslave [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/slave [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/rprivate [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/private [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:52:41.026Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-20T15:52:41.026Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:52:41.026Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:52:41.287Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:52:41.287Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-20T15:52:41.548Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot (0.04s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.07s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2022-01-20T15:52:41.548Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-01-20T15:52:41.548Z] === RUN TestContainerBindMountNonRecursive [2022-01-20T15:52:42.165Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-01-20T15:52:42.166Z] PASS [2022-01-20T15:52:42.166Z] [2022-01-20T15:52:42.166Z] DONE 17 tests in 47.687s [2022-01-20T15:52:42.166Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-20T15:52:42.166Z] INFO: Testing against a local daemon [2022-01-20T15:52:42.166Z] === RUN TestPluginInvalidJSON [2022-01-20T15:52:42.166Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:52:42.166Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:52:42.166Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:52:42.166Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-01-20T15:52:42.166Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-20T15:52:42.166Z] === RUN TestPluginInstall [2022-01-20T15:52:42.166Z] === RUN TestPluginInstall/no_auth [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:384b22122212c7af6eb012f19bf8902b47a9a073f3d21605d35579d053ccab4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:384b22122212c7af6eb012f19bf8902b47a9a073f3d21605d35579d053ccab4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:52:42.166Z] === RUN TestPluginInstall/with_htpasswd [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f76b522d45744021965d07335de3e9999e8cd022a0e832f48e69ed0423e19427" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f76b522d45744021965d07335de3e9999e8cd022a0e832f48e69ed0423e19427" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:52:42.166Z] === RUN TestPluginInstall/with_insecure [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da900252221feb0a54d5b12b7330c38f9a1b3d49222f26dd6637a730af28c847" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:52:42.166Z] time="2022-01-20T15:52:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:da900252221feb0a54d5b12b7330c38f9a1b3d49222f26dd6637a730af28c847" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:52:42.426Z] plugin_test.go:165: [daf0babc0d6a7] daemon is not started [2022-01-20T15:52:42.426Z] --- PASS: TestPluginInstall (3.09s) [2022-01-20T15:52:42.426Z] --- PASS: TestPluginInstall/no_auth (1.44s) [2022-01-20T15:52:42.426Z] --- PASS: TestPluginInstall/with_htpasswd (0.59s) [2022-01-20T15:52:42.426Z] --- PASS: TestPluginInstall/with_insecure (1.06s) [2022-01-20T15:52:42.426Z] === RUN TestPluginsWithRuntimes [2022-01-20T15:52:42.933Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-01-20T15:52:43.807Z] === RUN TestPluginsWithRuntimes/No_Args [2022-01-20T15:52:43.898Z] --- PASS: TestContainerBindMountNonRecursive (2.33s) [2022-01-20T15:52:43.898Z] === RUN TestContainerVolumesMountedAsShared [2022-01-20T15:52:44.470Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-01-20T15:52:44.731Z] --- PASS: TestContainerVolumesMountedAsShared (0.74s) [2022-01-20T15:52:44.731Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-20T15:52:44.731Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-20T15:52:44.747Z] === RUN TestPluginsWithRuntimes/With_Args [2022-01-20T15:52:45.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-01-20T15:52:45.302Z] --- PASS: TestContainerVolumesMountedAsSlave (0.55s) [2022-01-20T15:52:45.302Z] === RUN TestNetworkNat [2022-01-20T15:52:45.686Z] --- PASS: TestPluginsWithRuntimes (3.42s) [2022-01-20T15:52:45.686Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.88s) [2022-01-20T15:52:45.686Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.00s) [2022-01-20T15:52:45.686Z] === RUN TestPluginBackCompatMediaTypes [2022-01-20T15:52:45.874Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-20T15:52:45.896Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (8.76s) [2022-01-20T15:52:45.896Z] PASS [2022-01-20T15:52:45.896Z] [2022-01-20T15:52:45.896Z] === Skipped [2022-01-20T15:52:45.896Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-01-20T15:52:45.896Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:52:45.896Z] [2022-01-20T15:52:45.896Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:52:45.896Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:52:45.896Z] [2022-01-20T15:52:45.896Z] DONE 34 tests, 2 skipped in 63.817s [2022-01-20T15:52:45.896Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-01-20T15:52:45.896Z] ++ 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-01-20T15:52:45.896Z] ++ set -e [2022-01-20T15:52:45.896Z] ++ '[' -n 0 ']' [2022-01-20T15:52:45.896Z] ++ set -x [2022-01-20T15:52:45.896Z] ++ 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-01-20T15:52:45.896Z] INFO: Testing against a local daemon [2022-01-20T15:52:45.896Z] === RUN TestConfigInspect [2022-01-20T15:52:46.135Z] --- PASS: TestNetworkNat (0.82s) [2022-01-20T15:52:46.135Z] === RUN TestNetworkLocalhostTCPNat [2022-01-20T15:52:46.255Z] --- PASS: TestPluginBackCompatMediaTypes (0.56s) [2022-01-20T15:52:46.255Z] PASS [2022-01-20T15:52:46.255Z] [2022-01-20T15:52:46.255Z] DONE 10 tests in 7.119s [2022-01-20T15:52:46.255Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-20T15:52:46.255Z] INFO: Testing against a local daemon [2022-01-20T15:52:46.255Z] === RUN TestExternalGraphDriver [2022-01-20T15:52:46.396Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-01-20T15:52:46.515Z] === RUN TestExternalGraphDriver/json [2022-01-20T15:52:46.827Z] --- PASS: TestConfigInspect (2.07s) [2022-01-20T15:52:46.827Z] === RUN TestConfigList [2022-01-20T15:52:46.966Z] --- PASS: TestNetworkLocalhostTCPNat (0.78s) [2022-01-20T15:52:46.966Z] === RUN TestNetworkLoopbackNat [2022-01-20T15:52:47.227Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-20T15:52:48.170Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-01-20T15:52:48.425Z] === RUN TestExternalGraphDriver/spec [2022-01-20T15:52:48.722Z] --- PASS: TestConfigList (1.68s) [2022-01-20T15:52:48.722Z] === RUN TestConfigsCreateAndDelete [2022-01-20T15:52:49.553Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-01-20T15:52:49.809Z] === RUN TestExternalGraphDriver/pull [2022-01-20T15:52:49.814Z] --- PASS: TestNetworkLoopbackNat (3.08s) [2022-01-20T15:52:49.814Z] === RUN TestPause [2022-01-20T15:52:50.386Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-20T15:52:50.505Z] ---> e43d055d8694 [2022-01-20T15:52:50.505Z] Successfully built e43d055d8694 [2022-01-20T15:52:50.505Z] Successfully tagged docker:latest [2022-01-20T15:52:50.505Z] INFO: Image build ended at 01/20/2022 15:52:50. Duration:00:02:46.5404810 [2022-01-20T15:52:50.505Z] [2022-01-20T15:52:50.505Z] [2022-01-20T15:52:50.505Z] INFO: Building the test binaries at 01/20/2022 15:52:50... [2022-01-20T15:52:50.618Z] --- PASS: TestConfigsCreateAndDelete (2.04s) [2022-01-20T15:52:50.618Z] === RUN TestConfigsUpdate [2022-01-20T15:52:50.647Z] --- PASS: TestPause (0.78s) [2022-01-20T15:52:50.647Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-20T15:52:50.647Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:52:50.647Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:52:50.647Z] === RUN TestPauseStopPausedContainer [2022-01-20T15:52:51.190Z] --- PASS: TestExternalGraphDriver (4.96s) [2022-01-20T15:52:51.190Z] --- PASS: TestExternalGraphDriver/json (1.65s) [2022-01-20T15:52:51.190Z] --- PASS: TestExternalGraphDriver/spec (1.62s) [2022-01-20T15:52:51.190Z] --- PASS: TestExternalGraphDriver/pull (1.66s) [2022-01-20T15:52:51.190Z] === RUN TestGraphdriverPluginV2 [2022-01-20T15:52:51.219Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-01-20T15:52:51.480Z] --- PASS: TestPauseStopPausedContainer (0.81s) [2022-01-20T15:52:51.480Z] === RUN TestPidHost [2022-01-20T15:52:51.742Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-01-20T15:52:52.514Z] --- PASS: TestConfigsUpdate (2.07s) [2022-01-20T15:52:52.514Z] === RUN TestTemplatedConfig [2022-01-20T15:52:53.129Z] --- PASS: TestPidHost (1.54s) [2022-01-20T15:52:53.129Z] === RUN TestPsFilter [2022-01-20T15:52:53.129Z] --- PASS: TestPsFilter (0.17s) [2022-01-20T15:52:53.129Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-20T15:52:53.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-01-20T15:52:53.998Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-01-20T15:52:54.071Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2022-01-20T15:52:54.071Z] === RUN TestRemoveContainerWithVolume [2022-01-20T15:52:54.332Z] --- PASS: TestRemoveContainerWithVolume (0.58s) [2022-01-20T15:52:54.332Z] === RUN TestRemoveContainerRunning [2022-01-20T15:52:54.460Z] INFO: make.ps1 starting at 01/20/2022 15:52:53 [2022-01-20T15:52:54.460Z] INFO: Git commit (2036981c77) assumed from DOCKER_GITCOMMIT environment variable [2022-01-20T15:52:54.460Z] INFO: Invoking autogen... [2022-01-20T15:52:54.903Z] --- PASS: TestRemoveContainerRunning (0.57s) [2022-01-20T15:52:54.903Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-20T15:52:54.923Z] INFO: Building daemon... [2022-01-20T15:52:54.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-01-20T15:52:55.043Z] --- PASS: TestTemplatedConfig (2.39s) [2022-01-20T15:52:55.043Z] === RUN TestConfigCreateResolve [2022-01-20T15:52:55.388Z] --- PASS: TestGraphdriverPluginV2 (3.94s) [2022-01-20T15:52:55.388Z] PASS [2022-01-20T15:52:55.388Z] [2022-01-20T15:52:55.388Z] DONE 5 tests in 8.930s [2022-01-20T15:52:55.388Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-20T15:52:55.388Z] INFO: Testing against a local daemon [2022-01-20T15:52:55.388Z] === RUN TestContinueAfterPluginCrash [2022-01-20T15:52:55.388Z] === PAUSE TestContinueAfterPluginCrash [2022-01-20T15:52:55.388Z] === RUN TestReadPluginNoRead [2022-01-20T15:52:55.388Z] === PAUSE TestReadPluginNoRead [2022-01-20T15:52:55.388Z] === RUN TestDaemonStartWithLogOpt [2022-01-20T15:52:55.388Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-20T15:52:55.388Z] === CONT TestContinueAfterPluginCrash [2022-01-20T15:52:55.388Z] === CONT TestDaemonStartWithLogOpt [2022-01-20T15:52:55.475Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-01-20T15:52:55.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-01-20T15:52:55.736Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.64s) [2022-01-20T15:52:55.736Z] === RUN TestRemoveInvalidContainer [2022-01-20T15:52:55.736Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-20T15:52:55.736Z] === RUN TestRenameLinkedContainer [2022-01-20T15:52:55.736Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-20T15:52:55.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-01-20T15:52:55.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-20T15:52:56.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-01-20T15:52:56.939Z] --- PASS: TestConfigCreateResolve (2.14s) [2022-01-20T15:52:56.939Z] PASS [2022-01-20T15:52:56.939Z] [2022-01-20T15:52:56.939Z] DONE 6 tests in 12.481s [2022-01-20T15:52:56.939Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-01-20T15:52:56.939Z] ++ 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-01-20T15:52:56.939Z] ++ set -e [2022-01-20T15:52:56.939Z] ++ '[' -n 0 ']' [2022-01-20T15:52:56.939Z] ++ set -x [2022-01-20T15:52:56.939Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-01-20T15:52:57.196Z] INFO: Testing against a local daemon [2022-01-20T15:52:57.196Z] === RUN TestCheckpoint [2022-01-20T15:52:57.196Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:52:57.196Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-20T15:52:57.196Z] === RUN TestContainerInvalidJSON [2022-01-20T15:52:57.196Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:52:57.196Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:52:57.196Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:52:57.196Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:52:57.196Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:52:57.196Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:52:57.196Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-01-20T15:52:57.196Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-20T15:52:57.196Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-20T15:52:57.196Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-20T15:52:57.196Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-01-20T15:52:57.196Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-20T15:52:57.196Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2022-01-20T15:52:57.196Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-20T15:52:57.454Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-01-20T15:52:57.454Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-20T15:52:57.454Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-01-20T15:52:57.454Z] === RUN TestCopyFromContainer [2022-01-20T15:52:57.910Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-20T15:52:57.910Z] --- PASS: TestRenameLinkedContainer (2.32s) [2022-01-20T15:52:57.910Z] === RUN TestRenameStoppedContainer [2022-01-20T15:52:58.386Z] === RUN TestCopyFromContainer// [2022-01-20T15:52:58.386Z] === RUN TestCopyFromContainer//bar/root [2022-01-20T15:52:58.386Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-20T15:52:58.386Z] === RUN TestCopyFromContainer/bar/quux [2022-01-20T15:52:58.386Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-20T15:52:58.386Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-20T15:52:58.386Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-20T15:52:58.481Z] --- PASS: TestRenameStoppedContainer (0.56s) [2022-01-20T15:52:58.481Z] === RUN TestRenameRunningContainerAndReuse [2022-01-20T15:52:58.644Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-20T15:52:58.644Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-20T15:52:58.644Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer (1.32s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-01-20T15:52:58.644Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-01-20T15:52:58.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-20T15:52:58.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:52:58.644Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:52:58.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:52:58.644Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:52:58.644Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:52:58.644Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:52:58.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:52:58.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:52:58.644Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:52:58.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-01-20T15:52:58.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-20T15:52:58.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-20T15:52:58.644Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-20T15:52:58.644Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-20T15:52:58.644Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-01-20T15:52:58.644Z] === RUN TestCreateWithInvalidEnv [2022-01-20T15:52:58.644Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-20T15:52:58.644Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-20T15:52:58.644Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-20T15:52:58.644Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-20T15:52:58.644Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-20T15:52:58.644Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-20T15:52:58.644Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-20T15:52:58.644Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-20T15:52:58.644Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-20T15:52:58.644Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-01-20T15:52:58.644Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-20T15:52:58.644Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-20T15:52:58.644Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-20T15:52:58.644Z] === RUN TestCreateTmpfsMountsTarget [2022-01-20T15:52:58.686Z] --- PASS: TestDaemonStartWithLogOpt (3.23s) [2022-01-20T15:52:58.686Z] === CONT TestReadPluginNoRead [2022-01-20T15:52:58.902Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-01-20T15:52:58.902Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-20T15:52:59.053Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-20T15:52:59.235Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-01-20T15:52:59.855Z] --- PASS: TestCreateWithCustomMaskedPaths (1.12s) [2022-01-20T15:52:59.855Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-20T15:52:59.996Z] --- PASS: TestRenameRunningContainerAndReuse (1.29s) [2022-01-20T15:52:59.996Z] === RUN TestRenameInvalidName [2022-01-20T15:52:59.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-20T15:53:00.171Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-01-20T15:53:00.197Z] INFO: Expanding compiler 1 of 3... [2022-01-20T15:53:00.197Z] INFO: Expanding compiler 2 of 3... [2022-01-20T15:53:00.570Z] --- PASS: TestRenameInvalidName (0.64s) [2022-01-20T15:53:00.570Z] === RUN TestRenameAnonymousContainer [2022-01-20T15:53:00.596Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-20T15:53:00.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-01-20T15:53:01.228Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.10s) [2022-01-20T15:53:01.228Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-20T15:53:01.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:53:01.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:53:01.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:53:01.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:53:01.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:53:01.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:53:01.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:53:01.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:53:01.228Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:53:01.228Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:53:01.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:53:01.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:53:01.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:53:01.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:53:01.228Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:53:01.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-01-20T15:53:01.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-20T15:53:01.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-20T15:53:01.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-20T15:53:01.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-20T15:53:01.228Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-20T15:53:01.228Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-20T15:53:01.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-01-20T15:53:01.485Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-01-20T15:53:01.485Z] === RUN TestCreateDifferentPlatform [2022-01-20T15:53:01.485Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-20T15:53:01.485Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-20T15:53:01.485Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-01-20T15:53:01.485Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-20T15:53:01.485Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-20T15:53:01.485Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-20T15:53:01.485Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-01-20T15:53:01.485Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-20T15:53:01.485Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-01-20T15:53:01.485Z] === RUN TestContainerStartOnDaemonRestart [2022-01-20T15:53:01.485Z] === PAUSE TestContainerStartOnDaemonRestart [2022-01-20T15:53:01.485Z] === RUN TestDaemonRestartIpcMode [2022-01-20T15:53:01.485Z] === PAUSE TestDaemonRestartIpcMode [2022-01-20T15:53:01.485Z] === RUN TestDaemonHostGatewayIP [2022-01-20T15:53:01.485Z] === PAUSE TestDaemonHostGatewayIP [2022-01-20T15:53:01.485Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-20T15:53:01.485Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-20T15:53:01.485Z] === RUN TestContainerKillOnDaemonStart [2022-01-20T15:53:01.485Z] === PAUSE TestContainerKillOnDaemonStart [2022-01-20T15:53:01.485Z] === RUN TestDiff [2022-01-20T15:53:01.743Z] --- PASS: TestDiff (0.38s) [2022-01-20T15:53:01.743Z] === RUN TestExecWithCloseStdin [2022-01-20T15:53:01.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-01-20T15:53:01.975Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-01-20T15:53:01.975Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-20T15:53:01.978Z] === RUN TestReadPluginNoRead/default [2022-01-20T15:53:02.308Z] --- PASS: TestExecWithCloseStdin (0.47s) [2022-01-20T15:53:02.308Z] === RUN TestExec [2022-01-20T15:53:02.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-01-20T15:53:02.874Z] --- PASS: TestExec (0.46s) [2022-01-20T15:53:02.874Z] === RUN TestExecUser [2022-01-20T15:53:03.359Z] --- PASS: TestRenameAnonymousContainer (2.61s) [2022-01-20T15:53:03.359Z] === RUN TestRenameContainerWithSameName [2022-01-20T15:53:03.361Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-20T15:53:03.439Z] --- PASS: TestExecUser (0.47s) [2022-01-20T15:53:03.439Z] === RUN TestExportContainerAndImportImage [2022-01-20T15:53:03.621Z] --- PASS: TestContinueAfterPluginCrash (8.23s) [2022-01-20T15:53:03.697Z] --- PASS: TestExportContainerAndImportImage (0.51s) [2022-01-20T15:53:03.697Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-20T15:53:03.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-01-20T15:53:03.930Z] --- PASS: TestRenameContainerWithSameName (0.72s) [2022-01-20T15:53:03.930Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-20T15:53:03.930Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-20T15:53:04.014Z] INFO: Expanding compiler 3 of 3... [2022-01-20T15:53:04.191Z] === CONT TestReadPluginNoRead [2022-01-20T15:53:04.191Z] read_test.go:92: [d9b124250abb3] daemon is not started [2022-01-20T15:53:04.191Z] --- PASS: TestReadPluginNoRead (5.75s) [2022-01-20T15:53:04.191Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.23s) [2022-01-20T15:53:04.191Z] --- PASS: TestReadPluginNoRead/default (1.15s) [2022-01-20T15:53:04.191Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.19s) [2022-01-20T15:53:04.191Z] PASS [2022-01-20T15:53:04.191Z] [2022-01-20T15:53:04.191Z] DONE 6 tests in 9.018s [2022-01-20T15:53:04.191Z] 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-01-20T15:53:04.191Z] testing: warning: no tests to run [2022-01-20T15:53:04.191Z] PASS [2022-01-20T15:53:04.191Z] [2022-01-20T15:53:04.191Z] DONE 0 tests in 0.012s [2022-01-20T15:53:04.191Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-20T15:53:04.221Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-01-20T15:53:04.221Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:53:04.221Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:53:04.221Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-01-20T15:53:04.221Z] [2022-01-20T15:53:04.221Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-01-20T15:53:04.221Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-01-20T15:53:04.221Z] Using test binary docker [2022-01-20T15:53:04.221Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-20T15:53:04.221Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-20T15:53:04.221Z] INFO: Waiting for daemon to start... [2022-01-20T15:53:04.221Z] Starting dockerd [2022-01-20T15:53:04.221Z] . [2022-01-20T15:53:04.221Z] INFO: Building docker-sdk-python3:5.0.3... [2022-01-20T15:53:04.451Z] INFO: Testing against a local daemon [2022-01-20T15:53:04.451Z] === RUN TestPluginWithDevMounts [2022-01-20T15:53:04.451Z] === PAUSE TestPluginWithDevMounts [2022-01-20T15:53:04.451Z] === CONT TestPluginWithDevMounts [2022-01-20T15:53:04.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-01-20T15:53:05.008Z] INFO: Removing downloaded files... [2022-01-20T15:53:05.008Z] INFO: Downloading containerd [2022-01-20T15:53:05.067Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2022-01-20T15:53:05.067Z] === RUN TestHealthCheckWorkdir [2022-01-20T15:53:05.244Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-01-20T15:53:05.314Z] --- PASS: TestRenameContainerWithLinkedContainer (1.36s) [2022-01-20T15:53:05.314Z] === RUN TestResize [2022-01-20T15:53:05.632Z] --- PASS: TestHealthCheckWorkdir (0.60s) [2022-01-20T15:53:05.632Z] === RUN TestHealthKillContainer [2022-01-20T15:53:05.834Z] --- PASS: TestPluginWithDevMounts (1.58s) [2022-01-20T15:53:05.834Z] PASS [2022-01-20T15:53:05.834Z] [2022-01-20T15:53:05.834Z] DONE 1 tests in 1.621s [2022-01-20T15:53:05.834Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-20T15:53:05.885Z] --- PASS: TestResize (0.81s) [2022-01-20T15:53:05.885Z] === RUN TestResizeWithInvalidSize [2022-01-20T15:53:06.109Z] INFO: Testing against a local daemon [2022-01-20T15:53:06.109Z] === RUN TestSecretInspect [2022-01-20T15:53:06.146Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-20T15:53:06.181Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-01-20T15:53:06.181Z] Using test binary docker [2022-01-20T15:53:06.181Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-01-20T15:53:06.181Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-01-20T15:53:06.181Z] INFO: Waiting for daemon to start... [2022-01-20T15:53:06.181Z] Starting dockerd [2022-01-20T15:53:06.718Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2022-01-20T15:53:06.718Z] === RUN TestResizeWhenContainerNotStarted [2022-01-20T15:53:06.979Z] check_test.go:308: [dc95556651698] daemon is not started [2022-01-20T15:53:06.979Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-01-20T15:53:07.554Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-20T15:53:07.554Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:07.554Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:07.554Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:07.554Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:07.554Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:53:08.026Z] --- PASS: TestSecretInspect (2.13s) [2022-01-20T15:53:08.026Z] === RUN TestSecretList [2022-01-20T15:53:09.463Z] . [2022-01-20T15:53:09.463Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-01-20T15:53:09.470Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:09.470Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-01-20T15:53:09.722Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-01-20T15:53:09.722Z] Error: No such image: emptyfs [2022-01-20T15:53:09.722Z] Running integration-test (iteration 1) [2022-01-20T15:53:09.722Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-01-20T15:53:09.981Z] Loaded image: busybox:latest [2022-01-20T15:53:10.239Z] Loaded image: busybox:glibc [2022-01-20T15:53:10.411Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:10.566Z] --- PASS: TestSecretList (2.12s) [2022-01-20T15:53:10.566Z] === RUN TestSecretsCreateAndDelete [2022-01-20T15:53:10.984Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-20T15:53:11.245Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:11.620Z] Loaded image: debian:bullseye-slim [2022-01-20T15:53:11.620Z] Loaded image: hello-world:latest [2022-01-20T15:53:11.620Z] Loaded image: arm32v7/hello-world:latest [2022-01-20T15:53:11.620Z] INFO: Testing against a local daemon [2022-01-20T15:53:11.620Z] === RUN TestCgroupNamespacesBuild [2022-01-20T15:53:12.189Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:12.607Z] --- PASS: TestSecretsCreateAndDelete (2.12s) [2022-01-20T15:53:12.607Z] === RUN TestSecretsUpdate [2022-01-20T15:53:13.048Z] --- PASS: TestCgroupNamespacesBuild (1.31s) [2022-01-20T15:53:13.048Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-01-20T15:53:13.286Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:13.732Z] --- PASS: TestHealthKillContainer (7.87s) [2022-01-20T15:53:13.732Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-20T15:53:13.732Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s) [2022-01-20T15:53:13.732Z] === RUN TestIpcModeNone [2022-01-20T15:53:14.297Z] --- PASS: TestIpcModeNone (0.44s) [2022-01-20T15:53:14.297Z] === RUN TestIpcModePrivate [2022-01-20T15:53:14.421Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.15s) [2022-01-20T15:53:14.421Z] === RUN TestBuildWithSession [2022-01-20T15:53:14.421Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:53:14.421Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-20T15:53:14.421Z] === RUN TestBuildSquashParent [2022-01-20T15:53:14.526Z] --- PASS: TestSecretsUpdate (2.12s) [2022-01-20T15:53:14.526Z] === RUN TestTemplatedSecret [2022-01-20T15:53:14.554Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-01-20T15:53:14.812Z] --- PASS: TestIpcModePrivate (0.44s) [2022-01-20T15:53:14.812Z] === RUN TestIpcModeShareable [2022-01-20T15:53:15.069Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [2022-01-20T15:53:15.069Z] --- PASS: TestIpcModeShareable (0.43s) [2022-01-20T15:53:15.069Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-20T15:53:16.442Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.33s) [2022-01-20T15:53:16.442Z] === RUN TestAPIIpcModeHost [2022-01-20T15:53:17.007Z] --- PASS: TestAPIIpcModeHost (0.37s) [2022-01-20T15:53:17.007Z] === RUN TestDaemonIpcModeShareable [2022-01-20T15:53:17.067Z] --- PASS: TestTemplatedSecret (2.58s) [2022-01-20T15:53:17.067Z] === RUN TestSecretCreateResolve [2022-01-20T15:53:17.495Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:17.755Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:17.938Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-01-20T15:53:17.938Z] --- PASS: TestDaemonIpcModeShareable (1.09s) [2022-01-20T15:53:17.938Z] === RUN TestDaemonIpcModePrivate [2022-01-20T15:53:18.767Z] Removing intermediate container 51fa3dfdb375 [2022-01-20T15:53:18.767Z] ---> f7dd7e7251ff [2022-01-20T15:53:18.767Z] 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-01-20T15:53:18.767Z] ---> Running in a20c64df981b [2022-01-20T15:53:18.767Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-01-20T15:53:18.767Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-20T15:53:18.870Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-01-20T15:53:19.127Z] --- PASS: TestDaemonIpcModePrivate (1.08s) [2022-01-20T15:53:19.127Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-20T15:53:19.237Z] go: downloading github.com/fatih/color v1.10.0 [2022-01-20T15:53:19.238Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-20T15:53:19.238Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-20T15:53:19.238Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-20T15:53:19.238Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-20T15:53:19.238Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-20T15:53:19.238Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-20T15:53:19.238Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-20T15:53:19.238Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-20T15:53:19.238Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-20T15:53:19.238Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-20T15:53:19.606Z] --- PASS: TestSecretCreateResolve (2.09s) [2022-01-20T15:53:19.607Z] PASS [2022-01-20T15:53:19.607Z] [2022-01-20T15:53:19.607Z] DONE 6 tests in 13.196s [2022-01-20T15:53:19.607Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-01-20T15:53:19.607Z] INFO: Testing against a local daemon [2022-01-20T15:53:19.607Z] === RUN TestServiceCreateInit [2022-01-20T15:53:19.607Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-20T15:53:19.706Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-20T15:53:20.058Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-01-20T15:53:20.058Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.11s) [2022-01-20T15:53:20.058Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-20T15:53:20.711Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-20T15:53:20.711Z] go: downloading golang.org/x/mod v0.3.0 [2022-01-20T15:53:20.990Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-01-20T15:53:21.247Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.10s) [2022-01-20T15:53:21.247Z] === RUN TestIpcModeOlderClient [2022-01-20T15:53:21.247Z] === PAUSE TestIpcModeOlderClient [2022-01-20T15:53:21.247Z] === RUN TestKillContainerInvalidSignal [2022-01-20T15:53:21.505Z] --- PASS: TestKillContainerInvalidSignal (0.37s) [2022-01-20T15:53:21.505Z] === RUN TestKillContainer [2022-01-20T15:53:21.505Z] === RUN TestKillContainer/no_signal [2022-01-20T15:53:22.070Z] === RUN TestKillContainer/non_killing_signal [2022-01-20T15:53:22.327Z] === RUN TestKillContainer/killing_signal [2022-01-20T15:53:22.528Z] --- PASS: TestBuildSquashParent (7.09s) [2022-01-20T15:53:22.528Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-20T15:53:22.528Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:53:22.528Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:53:22.528Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:53:22.528Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:53:22.528Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:53:22.528Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:53:22.528Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:53:22.528Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:53:22.528Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:53:22.528Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:53:22.528Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:53:22.528Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:53:22.528Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T15:53:22.528Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T15:53:22.787Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T15:53:22.787Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T15:53:22.871Z] [2022-01-20T15:53:22.871Z] Name Version Source Summary [2022-01-20T15:53:22.871Z] ---- ------- ------ ------- [2022-01-20T15:53:22.871Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-01-20T15:53:22.871Z] [2022-01-20T15:53:22.871Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-01-20T15:53:22.871Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-01-20T15:53:22.871Z] PSChildName : containerd [2022-01-20T15:53:22.871Z] PSDrive : C [2022-01-20T15:53:22.871Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-01-20T15:53:22.871Z] PSIsContainer : True [2022-01-20T15:53:22.871Z] Name : containerd [2022-01-20T15:53:22.871Z] FullName : C:\containerd [2022-01-20T15:53:22.871Z] Parent : [2022-01-20T15:53:22.871Z] Exists : True [2022-01-20T15:53:22.871Z] Root : C:\ [2022-01-20T15:53:22.871Z] Extension : [2022-01-20T15:53:22.871Z] CreationTime : 1/20/2022 3:53:22 PM [2022-01-20T15:53:22.871Z] CreationTimeUtc : 1/20/2022 3:53:22 PM [2022-01-20T15:53:22.871Z] LastAccessTime : 1/20/2022 3:53:22 PM [2022-01-20T15:53:22.871Z] LastAccessTimeUtc : 1/20/2022 3:53:22 PM [2022-01-20T15:53:22.871Z] LastWriteTime : 1/20/2022 3:53:22 PM [2022-01-20T15:53:22.871Z] LastWriteTimeUtc : 1/20/2022 3:53:22 PM [2022-01-20T15:53:22.871Z] Attributes : Directory [2022-01-20T15:53:22.871Z] Mode : d----- [2022-01-20T15:53:22.871Z] BaseName : containerd [2022-01-20T15:53:22.871Z] Target : {} [2022-01-20T15:53:22.871Z] LinkType : [2022-01-20T15:53:22.871Z] [2022-01-20T15:53:22.892Z] --- PASS: TestKillContainer (1.11s) [2022-01-20T15:53:22.892Z] --- PASS: TestKillContainer/no_signal (0.33s) [2022-01-20T15:53:22.892Z] --- PASS: TestKillContainer/non_killing_signal (0.25s) [2022-01-20T15:53:22.892Z] --- PASS: TestKillContainer/killing_signal (0.36s) [2022-01-20T15:53:22.892Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-20T15:53:22.892Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-20T15:53:22.901Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-20T15:53:23.167Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-20T15:53:24.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.15s) [2022-01-20T15:53:24.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.36s) [2022-01-20T15:53:24.124Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.65s) [2022-01-20T15:53:24.124Z] === RUN TestKillStoppedContainer [2022-01-20T15:53:24.124Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-01-20T15:53:24.124Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-20T15:53:24.124Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2022-01-20T15:53:24.124Z] === RUN TestKillDifferentUserContainer [2022-01-20T15:53:24.346Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-20T15:53:24.346Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:53:24.346Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-01-20T15:53:24.346Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:53:24.381Z] --- PASS: TestKillDifferentUserContainer (0.40s) [2022-01-20T15:53:24.381Z] === RUN TestInspectOomKilledTrue [2022-01-20T15:53:24.446Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-01-20T15:53:24.446Z] INFO: Configuring git core.autocrlf... [2022-01-20T15:53:24.446Z] [2022-01-20T15:53:24.446Z] [2022-01-20T15:53:24.946Z] --- PASS: TestInspectOomKilledTrue (0.45s) [2022-01-20T15:53:24.946Z] === RUN TestInspectOomKilledFalse [2022-01-20T15:53:25.204Z] --- PASS: TestInspectOomKilledFalse (0.38s) [2022-01-20T15:53:25.204Z] === RUN TestLinksEtcHostsContentMatch [2022-01-20T15:53:25.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T15:53:25.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T15:53:25.462Z] --- PASS: TestLinksEtcHostsContentMatch (0.26s) [2022-01-20T15:53:25.462Z] === RUN TestLinksContainerNames [2022-01-20T15:53:26.200Z] --- PASS: TestServiceCreateInit (7.02s) [2022-01-20T15:53:26.200Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.52s) [2022-01-20T15:53:26.200Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.48s) [2022-01-20T15:53:26.200Z] === RUN TestCreateServiceMultipleTimes [2022-01-20T15:53:26.266Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-20T15:53:26.266Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:53:26.394Z] --- PASS: TestLinksContainerNames (0.76s) [2022-01-20T15:53:26.394Z] === RUN TestLogsFollowTailEmpty [2022-01-20T15:53:26.652Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-01-20T15:53:26.652Z] === RUN TestContainerNetworkMountsNoChown [2022-01-20T15:53:26.690Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-01-20T15:53:26.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.45s) [2022-01-20T15:53:26.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.61s) [2022-01-20T15:53:26.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.13s) [2022-01-20T15:53:26.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.05s) [2022-01-20T15:53:26.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.79s) [2022-01-20T15:53:26.690Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2022-01-20T15:53:26.690Z] === RUN TestBuildMultiStageCopy [2022-01-20T15:53:26.690Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-20T15:53:26.837Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-01-20T15:53:26.909Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/default [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/default [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/private [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/private [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/rprivate [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/slave [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/slave [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/rslave [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/shared [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/shared [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/rshared [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-20T15:53:26.909Z] === CONT TestMountDaemonRoot/default [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-20T15:53:26.909Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:53:26.909Z] === CONT TestMountDaemonRoot/rshared [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:53:26.909Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:53:26.909Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:53:26.909Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:53:27.097Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/shared [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rslave [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/slave [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rprivate [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/private [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-20T15:53:27.167Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:53:27.167Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:53:27.167Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:53:27.425Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-01-20T15:53:27.425Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-01-20T15:53:27.425Z] === RUN TestContainerBindMountNonRecursive [2022-01-20T15:53:28.040Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-01-20T15:53:28.796Z] --- PASS: TestContainerBindMountNonRecursive (1.26s) [2022-01-20T15:53:28.796Z] === RUN TestContainerVolumesMountedAsShared [2022-01-20T15:53:29.054Z] --- PASS: TestContainerVolumesMountedAsShared (0.39s) [2022-01-20T15:53:29.054Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-20T15:53:29.311Z] --- PASS: TestContainerVolumesMountedAsSlave (0.30s) [2022-01-20T15:53:29.311Z] === RUN TestNetworkNat [2022-01-20T15:53:29.426Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-20T15:53:29.687Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-20T15:53:29.876Z] --- PASS: TestNetworkNat (0.41s) [2022-01-20T15:53:29.876Z] === RUN TestNetworkLocalhostTCPNat [2022-01-20T15:53:29.948Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:53:30.133Z] --- PASS: TestNetworkLocalhostTCPNat (0.39s) [2022-01-20T15:53:30.133Z] === RUN TestNetworkLoopbackNat [2022-01-20T15:53:30.520Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:53:30.873Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-20T15:53:31.131Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-20T15:53:32.065Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-20T15:53:32.434Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-20T15:53:32.435Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:53:32.657Z] --- PASS: TestNetworkLoopbackNat (2.49s) [2022-01-20T15:53:32.657Z] === RUN TestPause [2022-01-20T15:53:32.695Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-01-20T15:53:33.222Z] --- PASS: TestPause (0.40s) [2022-01-20T15:53:33.222Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-20T15:53:33.222Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:53:33.222Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:53:33.222Z] === RUN TestPauseStopPausedContainer [2022-01-20T15:53:33.438Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-20T15:53:33.480Z] --- PASS: TestPauseStopPausedContainer (0.41s) [2022-01-20T15:53:33.480Z] === RUN TestPidHost [2022-01-20T15:53:34.389Z] --- PASS: TestBuildMultiStageCopy (7.35s) [2022-01-20T15:53:34.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.35s) [2022-01-20T15:53:34.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2022-01-20T15:53:34.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2022-01-20T15:53:34.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-01-20T15:53:34.389Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-01-20T15:53:34.389Z] === RUN TestBuildMultiStageParentConfig [2022-01-20T15:53:34.417Z] --- PASS: TestPidHost (0.87s) [2022-01-20T15:53:34.417Z] === RUN TestPsFilter [2022-01-20T15:53:34.417Z] --- PASS: TestPsFilter (0.10s) [2022-01-20T15:53:34.417Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-20T15:53:34.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.83s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.69s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.77s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.95s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (2.07s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.95s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.58s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (6.37s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (6.64s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.77s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.76s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.59s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.42s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.41s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.63s) [2022-01-20T15:53:34.610Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.21s) [2022-01-20T15:53:34.610Z] === RUN TestCgroupNamespacesRun [2022-01-20T15:53:34.982Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2022-01-20T15:53:34.982Z] === RUN TestRemoveContainerWithVolume [2022-01-20T15:53:35.240Z] --- PASS: TestRemoveContainerWithVolume (0.38s) [2022-01-20T15:53:35.240Z] === RUN TestRemoveContainerRunning [2022-01-20T15:53:35.498Z] --- PASS: TestRemoveContainerRunning (0.38s) [2022-01-20T15:53:35.498Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-20T15:53:35.552Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-01-20T15:53:36.063Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-01-20T15:53:36.063Z] === RUN TestRemoveInvalidContainer [2022-01-20T15:53:36.063Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-20T15:53:36.063Z] === RUN TestRenameLinkedContainer [2022-01-20T15:53:36.126Z] --- PASS: TestCgroupNamespacesRun (1.69s) [2022-01-20T15:53:36.126Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-20T15:53:37.961Z] --- PASS: TestRenameLinkedContainer (1.56s) [2022-01-20T15:53:37.961Z] === RUN TestRenameStoppedContainer [2022-01-20T15:53:37.961Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-01-20T15:53:37.961Z] === RUN TestRenameRunningContainerAndReuse [2022-01-20T15:53:38.045Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.63s) [2022-01-20T15:53:38.045Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-20T15:53:38.545Z] Removing intermediate container a20c64df981b [2022-01-20T15:53:38.545Z] ---> be9440f9128c [2022-01-20T15:53:38.545Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-01-20T15:53:38.545Z] ---> Running in 7cec874111ef [2022-01-20T15:53:38.893Z] --- PASS: TestRenameRunningContainerAndReuse (0.79s) [2022-01-20T15:53:38.893Z] === RUN TestRenameInvalidName [2022-01-20T15:53:39.021Z] Removing intermediate container 7cec874111ef [2022-01-20T15:53:39.021Z] ---> ecab41c53565 [2022-01-20T15:53:39.021Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-01-20T15:53:39.021Z] ---> Running in 07cfe06e36ab [2022-01-20T15:53:39.150Z] --- PASS: TestRenameInvalidName (0.37s) [2022-01-20T15:53:39.150Z] === RUN TestRenameAnonymousContainer [2022-01-20T15:53:39.430Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-20T15:53:39.491Z] Removing intermediate container 07cfe06e36ab [2022-01-20T15:53:39.491Z] ---> dc1b812ddb47 [2022-01-20T15:53:39.491Z] Step 11/11 : COPY . . [2022-01-20T15:53:39.650Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2022-01-20T15:53:39.650Z] === RUN TestBuildLabelWithTargets [2022-01-20T15:53:39.691Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.73s) [2022-01-20T15:53:39.691Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-20T15:53:40.522Z] --- PASS: TestRenameAnonymousContainer (1.36s) [2022-01-20T15:53:40.522Z] === RUN TestRenameContainerWithSameName [2022-01-20T15:53:40.636Z] check_test.go:308: [de47eb5b0260c] daemon is not started [2022-01-20T15:53:40.636Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-01-20T15:53:40.636Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-20T15:53:40.780Z] --- PASS: TestRenameContainerWithSameName (0.38s) [2022-01-20T15:53:40.780Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-20T15:53:41.208Z] --- PASS: TestCgroupNamespacesRunHostMode (1.63s) [2022-01-20T15:53:41.208Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-20T15:53:41.711Z] --- PASS: TestRenameContainerWithLinkedContainer (0.76s) [2022-01-20T15:53:41.711Z] === RUN TestResize [2022-01-20T15:53:41.780Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-20T15:53:41.969Z] --- PASS: TestResize (0.38s) [2022-01-20T15:53:41.969Z] === RUN TestResizeWithInvalidSize [2022-01-20T15:53:42.040Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-01-20T15:53:42.533Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-01-20T15:53:42.533Z] === RUN TestResizeWhenContainerNotStarted [2022-01-20T15:53:42.611Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-20T15:53:42.791Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:42.791Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:42.791Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:42.791Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-01-20T15:53:42.791Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:42.872Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.56s) [2022-01-20T15:53:42.872Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-20T15:53:42.966Z] sha256:eb3c6e5627b497ec018c50362c3382e1d8d0ca973b2444312f23c50e57a912cf [2022-01-20T15:53:42.966Z] INFO: Starting docker-py tests... [2022-01-20T15:53:43.444Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-20T15:53:43.536Z] ============================= test session starts ============================== [2022-01-20T15:53:43.536Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-01-20T15:53:43.536Z] rootdir: /src, inifile: pytest.ini [2022-01-20T15:53:43.536Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-01-20T15:53:44.306Z] --- PASS: TestCreateServiceMultipleTimes (15.91s) [2022-01-20T15:53:44.306Z] === RUN TestCreateServiceConflict [2022-01-20T15:53:44.306Z] --- PASS: TestCreateServiceConflict (2.11s) [2022-01-20T15:53:44.306Z] === RUN TestCreateServiceMaxReplicas [2022-01-20T15:53:44.385Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-01-20T15:53:44.385Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.60s) [2022-01-20T15:53:44.385Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-20T15:53:44.475Z] collected 395 items / 1 deselected / 394 selected [2022-01-20T15:53:44.475Z] [2022-01-20T15:53:44.709Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-01-20T15:53:45.341Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2022-01-20T15:53:45.341Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-20T15:53:46.079Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-01-20T15:53:46.644Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-01-20T15:53:47.257Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.79s) [2022-01-20T15:53:47.257Z] === RUN TestNISDomainname [2022-01-20T15:53:47.601Z] --- PASS: TestCreateServiceMaxReplicas (2.76s) [2022-01-20T15:53:47.601Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-20T15:53:47.756Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-01-20T15:53:47.756Z] === RUN TestBuildWithEmptyLayers [2022-01-20T15:53:47.830Z] --- PASS: TestNISDomainname (0.89s) [2022-01-20T15:53:47.830Z] === RUN TestHostnameDnsResolution [2022-01-20T15:53:48.016Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-01-20T15:53:48.274Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-01-20T15:53:49.218Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-20T15:53:49.218Z] --- PASS: TestHostnameDnsResolution (1.19s) [2022-01-20T15:53:49.218Z] === RUN TestUnprivilegedPortsAndPing [2022-01-20T15:53:49.647Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-01-20T15:53:50.161Z] --- PASS: TestUnprivilegedPortsAndPing (1.02s) [2022-01-20T15:53:50.161Z] === RUN TestStats [2022-01-20T15:53:50.211Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-01-20T15:53:50.325Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-01-20T15:53:50.325Z] === RUN TestBuildMultiStageOnBuild [2022-01-20T15:53:50.732Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-20T15:53:50.993Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-01-20T15:53:51.147Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:51.712Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:51.936Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-20T15:53:52.276Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-01-20T15:53:53.207Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-01-20T15:53:53.321Z] --- PASS: TestStats (2.86s) [2022-01-20T15:53:53.321Z] === RUN TestStopContainerWithTimeout [2022-01-20T15:53:53.321Z] === RUN TestStopContainerWithTimeout/0 [2022-01-20T15:53:53.321Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-20T15:53:53.321Z] === RUN TestStopContainerWithTimeout/1 [2022-01-20T15:53:53.322Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-20T15:53:53.322Z] === RUN TestStopContainerWithTimeout/3 [2022-01-20T15:53:53.322Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-20T15:53:53.322Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-20T15:53:53.322Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-20T15:53:53.322Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-01-20T15:53:53.322Z] === CONT TestStopContainerWithTimeout/0 [2022-01-20T15:53:53.322Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-20T15:53:53.465Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-01-20T15:53:54.265Z] === CONT TestStopContainerWithTimeout/3 [2022-01-20T15:53:54.397Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:55.620Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-01-20T15:53:55.620Z] === RUN TestBuildUncleanTarFilenames [2022-01-20T15:53:55.882Z] --- PASS: TestBuildUncleanTarFilenames (0.70s) [2022-01-20T15:53:55.882Z] === RUN TestBuildMultiStageLayerLeak [2022-01-20T15:53:56.180Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-01-20T15:53:56.180Z] === CONT TestStopContainerWithTimeout/1 [2022-01-20T15:53:56.921Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-01-20T15:53:57.124Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-20T15:53:57.695Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-01-20T15:53:57.695Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2022-01-20T15:53:57.695Z] --- PASS: TestStopContainerWithTimeout/0 (1.00s) [2022-01-20T15:53:57.695Z] --- PASS: TestStopContainerWithTimeout/-1 (2.93s) [2022-01-20T15:53:57.695Z] --- PASS: TestStopContainerWithTimeout/3 (2.75s) [2022-01-20T15:53:57.695Z] --- PASS: TestStopContainerWithTimeout/1 (1.59s) [2022-01-20T15:53:57.695Z] === RUN TestDeleteDevicemapper [2022-01-20T15:53:57.695Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:53:57.695Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-20T15:53:57.695Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-20T15:53:58.637Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-20T15:53:59.580Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-20T15:53:59.843Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-01-20T15:53:59.843Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.38s) [2022-01-20T15:53:59.843Z] === RUN TestUpdateMemory [2022-01-20T15:53:59.843Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:53:59.843Z] --- SKIP: TestUpdateMemory (0.01s) [2022-01-20T15:53:59.843Z] === RUN TestUpdateCPUQuota [2022-01-20T15:54:00.064Z] --- PASS: TestBuildMultiStageLayerLeak (4.30s) [2022-01-20T15:54:00.064Z] === RUN TestBuildWithHugeFile [2022-01-20T15:54:00.109Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.66s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.55s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.91s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.69s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.65s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.72s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.72s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.65s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.62s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.25s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.26s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.21s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.19s) [2022-01-20T15:54:00.197Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.52s) [2022-01-20T15:54:00.197Z] === RUN TestCgroupNamespacesRun [2022-01-20T15:54:00.370Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-20T15:54:00.454Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-01-20T15:54:00.941Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-20T15:54:01.025Z] tests/integration/api_client_test.py ..... [ 7%] [2022-01-20T15:54:01.201Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-20T15:54:01.201Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-01-20T15:54:01.201Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-20T15:54:01.463Z] --- PASS: TestUpdateCPUQuota (1.46s) [2022-01-20T15:54:01.463Z] === RUN TestUpdatePidsLimit [2022-01-20T15:54:01.463Z] === RUN TestUpdatePidsLimit/update_from_none [2022-01-20T15:54:01.568Z] --- PASS: TestCgroupNamespacesRun (1.10s) [2022-01-20T15:54:01.568Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-20T15:54:01.725Z] === RUN TestUpdatePidsLimit/no_change [2022-01-20T15:54:02.296Z] === RUN TestUpdatePidsLimit/update_lower [2022-01-20T15:54:02.501Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.07s) [2022-01-20T15:54:02.501Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-20T15:54:02.521Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.22s) [2022-01-20T15:54:02.521Z] === RUN TestCreateServiceSecretFileMode [2022-01-20T15:54:02.557Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-01-20T15:54:02.557Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-20T15:54:02.793Z] tests/integration/api_config_test.py ...... [ 8%] [2022-01-20T15:54:02.818Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-01-20T15:54:02.818Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-01-20T15:54:02.818Z] check_test.go:308: [d8cb30deba104] daemon is not started [2022-01-20T15:54:02.818Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-01-20T15:54:02.818Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-01-20T15:54:02.818Z] check_test.go:308: [df0654f2cec94] daemon is not started [2022-01-20T15:54:02.818Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-01-20T15:54:03.079Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-01-20T15:54:03.342Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-01-20T15:54:03.432Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.08s) [2022-01-20T15:54:03.432Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-20T15:54:03.915Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-01-20T15:54:04.807Z] --- PASS: TestCgroupNamespacesRunHostMode (1.09s) [2022-01-20T15:54:04.807Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit (3.70s) [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit/no_change (0.42s) [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit/update_lower (0.38s) [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.43s) [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.35s) [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2022-01-20T15:54:05.319Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.41s) [2022-01-20T15:54:05.319Z] === RUN TestUpdateRestartPolicy [2022-01-20T15:54:05.747Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.09s) [2022-01-20T15:54:05.747Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-20T15:54:06.262Z] check_test.go:308: [dc6295b41230c] daemon is not started [2022-01-20T15:54:06.262Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-01-20T15:54:07.135Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.11s) [2022-01-20T15:54:07.135Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-20T15:54:07.188Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-01-20T15:54:07.188Z] [2022-01-20T15:54:07.188Z] ________ ____ __. [2022-01-20T15:54:07.188Z] \_____ \ | |/ _| [2022-01-20T15:54:07.188Z] / | \| < [2022-01-20T15:54:07.188Z] / | \ | \ [2022-01-20T15:54:07.188Z] \_______ /____|__ \ [2022-01-20T15:54:07.188Z] \/ \/ [2022-01-20T15:54:07.188Z] [2022-01-20T15:54:07.188Z] INFO: make.ps1 ended at 01/20/2022 15:54:01 [2022-01-20T15:54:07.188Z] INFO: Binaries build ended at 01/20/2022 15:54:03. Duration:00:01:12.7577530 [2022-01-20T15:54:07.188Z] INFO: Copying the built daemon binary to d:\CI\PR-43142\4\binary\dockerd-2036981c77.exe... [2022-01-20T15:54:07.188Z] INFO: Copying the built client binary to d:\CI\PR-43142\4\binary\docker-2036981c77.exe... [2022-01-20T15:54:07.188Z] INFO: Copying dockerversion from the container... [2022-01-20T15:54:07.188Z] INFO: Copying the golang package from the container to d:\CI\PR-43142\4\installer\go.zip... [2022-01-20T15:54:07.188Z] INFO: Extracting go.zip to d:\CI\PR-43142\4\go [2022-01-20T15:54:07.392Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.65s) [2022-01-20T15:54:07.392Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-20T15:54:07.646Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-20T15:54:08.220Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-20T15:54:08.763Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.09s) [2022-01-20T15:54:08.763Z] === RUN TestNISDomainname [2022-01-20T15:54:09.021Z] --- PASS: TestNISDomainname (0.50s) [2022-01-20T15:54:09.021Z] === RUN TestHostnameDnsResolution [2022-01-20T15:54:09.164Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-20T15:54:09.425Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-20T15:54:09.646Z] ---> e49511511c66 [2022-01-20T15:54:09.647Z] Successfully built e49511511c66 [2022-01-20T15:54:09.647Z] Successfully tagged docker:latest [2022-01-20T15:54:09.647Z] INFO: Image build ended at 01/20/2022 15:54:06. Duration:00:03:29.2945620 [2022-01-20T15:54:09.647Z] [2022-01-20T15:54:09.647Z] [2022-01-20T15:54:09.647Z] INFO: Building the test binaries at 01/20/2022 15:54:06... [2022-01-20T15:54:09.954Z] --- PASS: TestHostnameDnsResolution (0.64s) [2022-01-20T15:54:09.954Z] === RUN TestUnprivilegedPortsAndPing [2022-01-20T15:54:09.998Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-01-20T15:54:09.998Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-20T15:54:10.211Z] --- PASS: TestUnprivilegedPortsAndPing (0.46s) [2022-01-20T15:54:10.211Z] === RUN TestStats [2022-01-20T15:54:10.569Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-20T15:54:10.832Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-20T15:54:11.214Z] INFO: make.ps1 starting at 01/20/2022 15:54:10 [2022-01-20T15:54:11.214Z] INFO: Git commit (7d374687d7) assumed from DOCKER_GITCOMMIT environment variable [2022-01-20T15:54:11.214Z] INFO: Invoking autogen... [2022-01-20T15:54:11.683Z] INFO: Building daemon... [2022-01-20T15:54:12.735Z] --- PASS: TestStats (2.42s) [2022-01-20T15:54:12.735Z] === RUN TestStopContainerWithTimeout [2022-01-20T15:54:12.735Z] === RUN TestStopContainerWithTimeout/0 [2022-01-20T15:54:12.735Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-20T15:54:12.735Z] === RUN TestStopContainerWithTimeout/1 [2022-01-20T15:54:12.735Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-20T15:54:12.735Z] === RUN TestStopContainerWithTimeout/3 [2022-01-20T15:54:12.735Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-20T15:54:12.735Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-20T15:54:12.735Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-20T15:54:12.735Z] === CONT TestStopContainerWithTimeout/0 [2022-01-20T15:54:12.735Z] === CONT TestStopContainerWithTimeout/3 [2022-01-20T15:54:12.746Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-01-20T15:54:13.300Z] === CONT TestStopContainerWithTimeout/1 [2022-01-20T15:54:14.672Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-20T15:54:14.736Z] --- PASS: TestCreateServiceSecretFileMode (12.61s) [2022-01-20T15:54:14.736Z] === RUN TestCreateServiceConfigFileMode [2022-01-20T15:54:15.293Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-01-20T15:54:17.195Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-01-20T15:54:17.195Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) [2022-01-20T15:54:17.195Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-01-20T15:54:17.195Z] --- PASS: TestStopContainerWithTimeout/3 (2.53s) [2022-01-20T15:54:17.195Z] --- PASS: TestStopContainerWithTimeout/-1 (2.35s) [2022-01-20T15:54:17.195Z] === RUN TestDeleteDevicemapper [2022-01-20T15:54:17.195Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:54:17.195Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-20T15:54:17.195Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-20T15:54:17.838Z] --- PASS: TestUpdateRestartPolicy (12.23s) [2022-01-20T15:54:17.838Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-20T15:54:17.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-01-20T15:54:18.099Z] --- PASS: TestUpdateRestartWithAutoRemove (0.72s) [2022-01-20T15:54:18.099Z] === RUN TestWaitNonBlocked [2022-01-20T15:54:18.099Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:54:18.099Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:54:18.099Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:54:18.099Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:54:18.099Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:54:18.099Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:54:18.127Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.25s) [2022-01-20T15:54:18.127Z] === RUN TestUpdateMemory [2022-01-20T15:54:18.693Z] --- PASS: TestUpdateMemory (0.48s) [2022-01-20T15:54:18.693Z] === RUN TestUpdateCPUQuota [2022-01-20T15:54:19.044Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-01-20T15:54:19.044Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.98s) [2022-01-20T15:54:19.045Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.00s) [2022-01-20T15:54:19.045Z] === RUN TestWaitBlocked [2022-01-20T15:54:19.045Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:54:19.045Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:54:19.045Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:54:19.045Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:54:19.045Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:54:19.045Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:54:19.258Z] --- PASS: TestUpdateCPUQuota (0.65s) [2022-01-20T15:54:19.258Z] === RUN TestUpdatePidsLimit [2022-01-20T15:54:19.258Z] === RUN TestUpdatePidsLimit/update_from_none [2022-01-20T15:54:19.306Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-20T15:54:19.515Z] === RUN TestUpdatePidsLimit/no_change [2022-01-20T15:54:19.773Z] === RUN TestUpdatePidsLimit/update_lower [2022-01-20T15:54:19.878Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-20T15:54:20.030Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-01-20T15:54:20.030Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-01-20T15:54:20.287Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-01-20T15:54:20.450Z] --- PASS: TestWaitBlocked (0.03s) [2022-01-20T15:54:20.450Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2022-01-20T15:54:20.450Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.28s) [2022-01-20T15:54:20.450Z] === CONT TestContainerStartOnDaemonRestart [2022-01-20T15:54:20.450Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-20T15:54:20.545Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-01-20T15:54:20.710Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit (1.75s) [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.16s) [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit/update_lower (0.20s) [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.19s) [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.20s) [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.20s) [2022-01-20T15:54:21.110Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.20s) [2022-01-20T15:54:21.110Z] === RUN TestUpdateRestartPolicy [2022-01-20T15:54:22.626Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-01-20T15:54:23.572Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-20T15:54:24.145Z] --- PASS: TestContainerStartOnDaemonRestart (3.73s) [2022-01-20T15:54:24.145Z] === CONT TestIpcModeOlderClient [2022-01-20T15:54:24.145Z] --- PASS: TestIpcModeOlderClient (0.13s) [2022-01-20T15:54:24.145Z] === CONT TestContainerKillOnDaemonStart [2022-01-20T15:54:24.145Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.86s) [2022-01-20T15:54:24.145Z] === CONT TestDaemonHostGatewayIP [2022-01-20T15:54:26.707Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-01-20T15:54:26.951Z] --- PASS: TestCreateServiceConfigFileMode (12.59s) [2022-01-20T15:54:26.951Z] === RUN TestCreateServiceSysctls [2022-01-20T15:54:27.649Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-20T15:54:28.346Z] INFO: Extraction ended at 01/20/2022 15:54:27. Duration:00:00:22.8333256 [2022-01-20T15:54:28.346Z] INFO: Updating the golang and path environment variables [2022-01-20T15:54:28.346Z] INFO: GOPATH=d:\gopath [2022-01-20T15:54:28.346Z] INFO: go version go1.17.6 windows/amd64 [2022-01-20T15:54:28.346Z] INFO: Running the daemon under test in debug mode [2022-01-20T15:54:28.346Z] INFO: Running the daemon under test in containerd mode [2022-01-20T15:54:28.346Z] INFO: Starting a daemon under test... [2022-01-20T15:54:28.346Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43142\4\daemon --pidfile d:\CI\PR-43142\4\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-01-20T15:54:28.346Z] INFO: Containerd started successfully. [2022-01-20T15:54:28.346Z] INFO: Process started successfully. [2022-01-20T15:54:28.346Z] INFO: Start tailing logs of the daemon under tests [2022-01-20T15:54:28.346Z] INFO: Waiting for the daemon under test to start... [2022-01-20T15:54:28.594Z] --- PASS: TestDaemonHostGatewayIP (4.20s) [2022-01-20T15:54:28.594Z] === CONT TestDaemonRestartIpcMode [2022-01-20T15:54:28.861Z] --- PASS: TestCreateServiceSysctls (3.07s) [2022-01-20T15:54:28.861Z] === RUN TestCreateServiceCapabilities [2022-01-20T15:54:29.167Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-20T15:54:29.167Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-01-20T15:54:29.167Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-20T15:54:29.167Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-01-20T15:54:29.167Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-20T15:54:29.167Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-01-20T15:54:29.167Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-20T15:54:29.167Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-01-20T15:54:29.167Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-20T15:54:30.551Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-01-20T15:54:31.401Z] --- PASS: TestCreateServiceCapabilities (2.49s) [2022-01-20T15:54:31.401Z] === RUN TestInspect [2022-01-20T15:54:32.470Z] --- PASS: TestDaemonRestartIpcMode (3.62s) [2022-01-20T15:54:32.509Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2022-01-20T15:54:32.730Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-20T15:54:32.730Z] check_test.go:308: [d9bbda73157ab] daemon is not started [2022-01-20T15:54:32.730Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-01-20T15:54:33.296Z] --- PASS: TestUpdateRestartPolicy (10.67s) [2022-01-20T15:54:33.296Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-20T15:54:33.296Z] --- PASS: TestUpdateRestartWithAutoRemove (0.39s) [2022-01-20T15:54:33.296Z] === RUN TestWaitNonBlocked [2022-01-20T15:54:33.296Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:54:33.296Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:54:33.296Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:54:33.296Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:54:33.296Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:54:33.296Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:54:33.296Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-01-20T15:54:33.296Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2022-01-20T15:54:33.296Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.64s) [2022-01-20T15:54:33.296Z] === RUN TestWaitBlocked [2022-01-20T15:54:33.296Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:54:33.296Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:54:33.296Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:54:33.296Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:54:33.296Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:54:33.296Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:54:33.554Z] --- PASS: TestWaitBlocked (0.01s) [2022-01-20T15:54:33.554Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.76s) [2022-01-20T15:54:33.554Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.79s) [2022-01-20T15:54:33.554Z] === CONT TestContainerStartOnDaemonRestart [2022-01-20T15:54:33.554Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-20T15:54:33.940Z] --- PASS: TestInspect (2.70s) [2022-01-20T15:54:33.940Z] === RUN TestCreateJob [2022-01-20T15:54:35.276Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-01-20T15:54:35.465Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.88s) [2022-01-20T15:54:35.465Z] === CONT TestIpcModeOlderClient [2022-01-20T15:54:35.465Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-01-20T15:54:35.465Z] === CONT TestContainerKillOnDaemonStart [2022-01-20T15:54:35.727Z] --- PASS: TestContainerStartOnDaemonRestart (1.99s) [2022-01-20T15:54:35.727Z] === CONT TestDaemonHostGatewayIP [2022-01-20T15:54:36.216Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-20T15:54:37.234Z] --- PASS: TestCreateJob (3.01s) [2022-01-20T15:54:37.234Z] === RUN TestReplicatedJob [2022-01-20T15:54:37.600Z] --- PASS: TestContainerKillOnDaemonStart (13.15s) [2022-01-20T15:54:37.600Z] PASS [2022-01-20T15:54:37.600Z] [2022-01-20T15:54:37.600Z] === Skipped [2022-01-20T15:54:37.600Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-01-20T15:54:37.600Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:54:37.600Z] [2022-01-20T15:54:37.600Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-01-20T15:54:37.600Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:54:37.600Z] [2022-01-20T15:54:37.600Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-01-20T15:54:37.600Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:54:37.600Z] [2022-01-20T15:54:37.600Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:54:37.600Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:54:37.600Z] [2022-01-20T15:54:37.600Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-20T15:54:37.600Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:54:37.600Z] [2022-01-20T15:54:37.600Z] === SKIP: amd64.integration.container TestUpdateMemory (0.01s) [2022-01-20T15:54:37.600Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:54:37.600Z] [2022-01-20T15:54:37.600Z] DONE 200 tests, 6 skipped in 159.999s [2022-01-20T15:54:37.600Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-20T15:54:37.600Z] ++ 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-01-20T15:54:37.600Z] ++ set -e [2022-01-20T15:54:37.600Z] ++ '[' -n 0 ']' [2022-01-20T15:54:37.600Z] ++ set -x [2022-01-20T15:54:37.600Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-20T15:54:37.600Z] === RUN TestConfigDaemonLibtrustID [2022-01-20T15:54:38.169Z] docker_cli_daemon_plugins_test.go:106: [d9e3dde5442c2] daemon is not started [2022-01-20T15:54:38.169Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-01-20T15:54:38.169Z] === RUN TestDaemonConfigValidation [2022-01-20T15:54:38.169Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:54:38.169Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:54:38.169Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-20T15:54:38.169Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-20T15:54:38.169Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-20T15:54:38.169Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-20T15:54:38.169Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-20T15:54:38.169Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-20T15:54:38.169Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-20T15:54:38.169Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-20T15:54:38.169Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:54:38.169Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-20T15:54:38.169Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-20T15:54:38.169Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-20T15:54:38.169Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-20T15:54:38.252Z] --- PASS: TestDaemonHostGatewayIP (2.28s) [2022-01-20T15:54:38.252Z] === CONT TestDaemonRestartIpcMode [2022-01-20T15:54:38.430Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-20T15:54:38.430Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-20T15:54:38.430Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s) [2022-01-20T15:54:38.430Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.14s) [2022-01-20T15:54:38.430Z] --- PASS: TestDaemonConfigValidation/valid_config (0.12s) [2022-01-20T15:54:38.430Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.13s) [2022-01-20T15:54:38.430Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2022-01-20T15:54:38.430Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-20T15:54:38.430Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-20T15:54:38.692Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-20T15:54:39.266Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-01-20T15:54:39.527Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-20T15:54:40.149Z] --- PASS: TestDaemonRestartIpcMode (2.09s) [2022-01-20T15:54:40.914Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-20T15:54:40.914Z] check_test.go:308: [d702553ae4e55] daemon is not started [2022-01-20T15:54:40.914Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-01-20T15:54:41.435Z] --- PASS: TestReplicatedJob (4.69s) [2022-01-20T15:54:41.435Z] === RUN TestUpdateReplicatedJob [2022-01-20T15:54:41.855Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-20T15:54:41.855Z] daemon_test.go:156: [d02c66cd82935] daemon is not started [2022-01-20T15:54:41.855Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2022-01-20T15:54:41.855Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-01-20T15:54:41.855Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-01-20T15:54:41.855Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-01-20T15:54:41.855Z] === RUN TestDaemonProxy [2022-01-20T15:54:41.855Z] === RUN TestDaemonProxy/environment_variables [2022-01-20T15:54:42.797Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-20T15:54:43.369Z] === RUN TestDaemonProxy/command-line_options [2022-01-20T15:54:44.311Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-01-20T15:54:44.744Z] --- PASS: TestUpdateReplicatedJob (3.12s) [2022-01-20T15:54:44.744Z] === RUN TestServiceListWithStatuses [2022-01-20T15:54:44.744Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T15:54:44.744Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-20T15:54:44.744Z] === RUN TestDockerNetworkConnectAlias [2022-01-20T15:54:45.255Z] === RUN TestDaemonProxy/configuration_file [2022-01-20T15:54:46.661Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-20T15:54:46.661Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-20T15:54:46.922Z] === RUN TestDaemonProxy/conflicting_options [2022-01-20T15:54:47.493Z] === RUN TestDaemonProxy/reload_sanitized [2022-01-20T15:54:47.754Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-20T15:54:48.015Z] --- PASS: TestDaemonProxy (6.34s) [2022-01-20T15:54:48.015Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2022-01-20T15:54:48.015Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-01-20T15:54:48.015Z] --- PASS: TestDaemonProxy/configuration_file (1.80s) [2022-01-20T15:54:48.015Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-01-20T15:54:48.015Z] --- PASS: TestDaemonProxy/reload_sanitized (0.54s) [2022-01-20T15:54:48.015Z] PASS [2022-01-20T15:54:48.015Z] [2022-01-20T15:54:48.015Z] DONE 17 tests in 10.640s [2022-01-20T15:54:48.015Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-01-20T15:54:48.015Z] ++ 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-01-20T15:54:48.015Z] ++ set -e [2022-01-20T15:54:48.015Z] ++ '[' -n 0 ']' [2022-01-20T15:54:48.015Z] ++ set -x [2022-01-20T15:54:48.015Z] ++ 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-01-20T15:54:48.249Z] --- PASS: TestContainerKillOnDaemonStart (11.51s) [2022-01-20T15:54:48.249Z] PASS [2022-01-20T15:54:48.249Z] [2022-01-20T15:54:48.249Z] === Skipped [2022-01-20T15:54:48.249Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-01-20T15:54:48.249Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:54:48.249Z] [2022-01-20T15:54:48.249Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:54:48.249Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:54:48.249Z] [2022-01-20T15:54:48.249Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-20T15:54:48.250Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:54:48.250Z] [2022-01-20T15:54:48.250Z] DONE 200 tests, 3 skipped in 110.017s [2022-01-20T15:54:48.250Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-20T15:54:48.250Z] ++ 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-01-20T15:54:48.250Z] ++ set -e [2022-01-20T15:54:48.250Z] ++ '[' -n 0 ']' [2022-01-20T15:54:48.250Z] ++ set -x [2022-01-20T15:54:48.250Z] ++ 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-01-20T15:54:48.250Z] === RUN TestConfigDaemonLibtrustID [2022-01-20T15:54:48.250Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2022-01-20T15:54:48.250Z] === RUN TestDaemonConfigValidation [2022-01-20T15:54:48.250Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:54:48.250Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:54:48.250Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-20T15:54:48.250Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-20T15:54:48.250Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-20T15:54:48.250Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-20T15:54:48.250Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-20T15:54:48.250Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-20T15:54:48.250Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-20T15:54:48.250Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-20T15:54:48.250Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:54:48.250Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-20T15:54:48.250Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-20T15:54:48.250Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-20T15:54:48.250Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-20T15:54:48.250Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-20T15:54:48.250Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.05s) [2022-01-20T15:54:48.250Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.06s) [2022-01-20T15:54:48.250Z] --- PASS: TestDaemonConfigValidation/valid_config (0.06s) [2022-01-20T15:54:48.250Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.05s) [2022-01-20T15:54:48.250Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.04s) [2022-01-20T15:54:48.250Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-20T15:54:48.250Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-20T15:54:48.276Z] INFO: Testing against a local daemon [2022-01-20T15:54:48.276Z] === RUN TestCommitInheritsEnv [2022-01-20T15:54:48.848Z] --- PASS: TestCommitInheritsEnv (0.45s) [2022-01-20T15:54:48.848Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-20T15:54:48.848Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-01-20T15:54:48.848Z] === RUN TestImagesFilterMultiReference [2022-01-20T15:54:48.848Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-01-20T15:54:48.848Z] === RUN TestImagePullPlatformInvalid [2022-01-20T15:54:48.848Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-20T15:54:48.848Z] === RUN TestRemoveImageOrphaning [2022-01-20T15:54:48.946Z] --- PASS: TestDockerNetworkConnectAlias (4.08s) [2022-01-20T15:54:48.946Z] === RUN TestDockerNetworkReConnect [2022-01-20T15:54:49.109Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2022-01-20T15:54:49.109Z] === RUN TestRemoveImageGarbageCollector [2022-01-20T15:54:49.181Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-20T15:54:49.370Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-01-20T15:54:49.508Z] ...INFO: Daemon under test started and replied! [2022-01-20T15:54:49.508Z] INFO: Docker version of the daemon under test [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] Client: [2022-01-20T15:54:49.508Z] Version: 17.06.2-ce [2022-01-20T15:54:49.508Z] API version: 1.30 [2022-01-20T15:54:49.508Z] Go version: go1.8.3 [2022-01-20T15:54:49.508Z] Git commit: cec0b72 [2022-01-20T15:54:49.508Z] Built: Tue Sep 5 19:57:19 2017 [2022-01-20T15:54:49.508Z] OS/Arch: windows/amd64 [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] Server: [2022-01-20T15:54:49.508Z] Version: 0.0.0-dev [2022-01-20T15:54:49.508Z] API version: 1.42 (minimum version 1.24) [2022-01-20T15:54:49.508Z] Go version: go1.17.6 [2022-01-20T15:54:49.508Z] Git commit: 2036981c77 [2022-01-20T15:54:49.508Z] Built: 01/20/2022 15:52:54 [2022-01-20T15:54:49.508Z] OS/Arch: windows/amd64 [2022-01-20T15:54:49.508Z] Experimental: false [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] INFO: Docker info of the daemon under test [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] Containers: 0 [2022-01-20T15:54:49.508Z] Running: 0 [2022-01-20T15:54:49.508Z] Paused: 0 [2022-01-20T15:54:49.508Z] Stopped: 0 [2022-01-20T15:54:49.508Z] Images: 0 [2022-01-20T15:54:49.508Z] Server Version: 0.0.0-dev [2022-01-20T15:54:49.508Z] Storage Driver: windowsfilter [2022-01-20T15:54:49.508Z] Windows: [2022-01-20T15:54:49.508Z] Logging Driver: json-file [2022-01-20T15:54:49.508Z] Plugins: [2022-01-20T15:54:49.508Z] Volume: local [2022-01-20T15:54:49.508Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:54:49.508Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:54:49.508Z] Swarm: inactive [2022-01-20T15:54:49.508Z] Default Isolation: process [2022-01-20T15:54:49.508Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T15:54:49.508Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T15:54:49.508Z] OSType: windows [2022-01-20T15:54:49.508Z] Architecture: x86_64 [2022-01-20T15:54:49.508Z] CPUs: 4 [2022-01-20T15:54:49.508Z] Total Memory: 32GiB [2022-01-20T15:54:49.508Z] Name: azwin-2-7d8690 [2022-01-20T15:54:49.508Z] ID: TGGO:FUWH:YRNA:4G2N:S4YU:PAJW:4IDH:BYED:NKTT:DBUU:SC7Z:QQO3 [2022-01-20T15:54:49.508Z] Docker Root Dir: D:\CI\PR-43142\4\daemon [2022-01-20T15:54:49.508Z] Debug Mode (client): false [2022-01-20T15:54:49.508Z] Debug Mode (server): true [2022-01-20T15:54:49.508Z] File Descriptors: -1 [2022-01-20T15:54:49.508Z] Goroutines: 31 [2022-01-20T15:54:49.508Z] System Time: 2022-01-20T15:54:47.5729638Z [2022-01-20T15:54:49.508Z] EventsListeners: 0 [2022-01-20T15:54:49.508Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:54:49.508Z] Labels: [2022-01-20T15:54:49.508Z] Experimental: false [2022-01-20T15:54:49.508Z] Insecure Registries: [2022-01-20T15:54:49.508Z] 127.0.0.0/8 [2022-01-20T15:54:49.508Z] Live Restore Enabled: false [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] INFO: Docker images of the daemon under test [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-20T15:54:49.508Z] [2022-01-20T15:54:49.508Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-01-20T15:54:49.508Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-01-20T15:54:49.508Z] ltsc2022: Pulling from windows/servercore [2022-01-20T15:54:49.508Z] 8f616e6e9eec: Pulling fs layer [2022-01-20T15:54:49.508Z] 0e02c12b1310: Pulling fs layer [2022-01-20T15:54:50.114Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-20T15:54:50.756Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-01-20T15:54:50.756Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-20T15:54:50.773Z] Removing intermediate container 3edea977c767 [2022-01-20T15:54:50.773Z] ---> a29446e1b0e9 [2022-01-20T15:54:50.773Z] 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-01-20T15:54:50.773Z] ---> Running in 97d8c62d8a0c [2022-01-20T15:54:50.773Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-01-20T15:54:50.773Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-01-20T15:54:50.773Z] go: downloading github.com/fatih/color v1.10.0 [2022-01-20T15:54:50.773Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-01-20T15:54:50.774Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-20T15:54:50.774Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-20T15:54:50.774Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-20T15:54:50.774Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-01-20T15:54:50.774Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-01-20T15:54:50.774Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-20T15:54:50.774Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-01-20T15:54:50.774Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-01-20T15:54:50.774Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-20T15:54:50.774Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-01-20T15:54:50.774Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-20T15:54:50.774Z] go: downloading golang.org/x/mod v0.3.0 [2022-01-20T15:54:51.018Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-20T15:54:51.018Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-01-20T15:54:51.018Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-20T15:54:51.045Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-20T15:54:51.045Z] daemon_test.go:156: [d899a66d2115a] daemon is not started [2022-01-20T15:54:51.045Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-01-20T15:54:51.045Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-01-20T15:54:51.045Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-01-20T15:54:51.045Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-01-20T15:54:51.045Z] === RUN TestDaemonProxy [2022-01-20T15:54:51.045Z] === RUN TestDaemonProxy/environment_variables [2022-01-20T15:54:51.590Z] --- PASS: TestRemoveImageGarbageCollector (2.24s) [2022-01-20T15:54:51.590Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-20T15:54:51.590Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-01-20T15:54:51.590Z] === RUN TestTagInvalidReference [2022-01-20T15:54:51.590Z] --- PASS: TestTagInvalidReference (0.02s) [2022-01-20T15:54:51.590Z] === RUN TestTagValidPrefixedRepo [2022-01-20T15:54:51.590Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-01-20T15:54:51.590Z] === RUN TestTagExistedNameWithoutForce [2022-01-20T15:54:51.590Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-20T15:54:51.590Z] === RUN TestTagOfficialNames [2022-01-20T15:54:51.590Z] --- PASS: TestTagOfficialNames (0.09s) [2022-01-20T15:54:51.590Z] === RUN TestTagMatchesDigest [2022-01-20T15:54:51.590Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-01-20T15:54:51.590Z] === CONT TestImportExtremelyLargeImageWorks [2022-01-20T15:54:51.850Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-01-20T15:54:51.850Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-01-20T15:54:52.112Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-20T15:54:52.240Z] --- PASS: TestDockerNetworkReConnect (3.39s) [2022-01-20T15:54:52.240Z] === RUN TestServicePlugin [2022-01-20T15:54:52.373Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-01-20T15:54:52.940Z] === RUN TestDaemonProxy/command-line_options [2022-01-20T15:54:52.945Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-01-20T15:54:53.205Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-20T15:54:53.465Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-01-20T15:54:53.726Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-01-20T15:54:54.298Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-20T15:54:54.298Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-01-20T15:54:54.835Z] === RUN TestDaemonProxy/configuration_file [2022-01-20T15:54:54.869Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-01-20T15:54:55.441Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-01-20T15:54:55.535Z] plugin_test.go:61: [d06efb0449bd2] joining swarm manager [d2dc0df78ed2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T15:54:56.012Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-01-20T15:54:56.206Z] === RUN TestDaemonProxy/conflicting_options [2022-01-20T15:54:56.288Z] --- PASS: TestBuildWithHugeFile (52.56s) [2022-01-20T15:54:56.288Z] === RUN TestBuildWCOWSandboxSize [2022-01-20T15:54:56.288Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:54:56.288Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:54:56.288Z] === RUN TestBuildWithEmptyDockerfile [2022-01-20T15:54:56.288Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:54:56.288Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:54:56.288Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:54:56.288Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:54:56.288Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:54:56.288Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:54:56.288Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T15:54:56.288Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T15:54:56.288Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T15:54:56.288Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-01-20T15:54:56.288Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2022-01-20T15:54:56.288Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2022-01-20T15:54:56.288Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-01-20T15:54:56.288Z] === RUN TestBuildPreserveOwnership [2022-01-20T15:54:56.288Z] === RUN TestBuildPreserveOwnership/copy_from [2022-01-20T15:54:56.584Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-01-20T15:54:56.770Z] === RUN TestDaemonProxy/reload_sanitized [2022-01-20T15:54:56.845Z] check_test.go:308: [dc44fda3d17ba] daemon is not started [2022-01-20T15:54:56.845Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-01-20T15:54:56.917Z] plugin_test.go:64: [d0abb53a70650] joining swarm manager [d2dc0df78ed2e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T15:54:57.335Z] --- PASS: TestDaemonProxy (6.24s) [2022-01-20T15:54:57.335Z] --- PASS: TestDaemonProxy/environment_variables (1.76s) [2022-01-20T15:54:57.335Z] --- PASS: TestDaemonProxy/command-line_options (1.74s) [2022-01-20T15:54:57.335Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-01-20T15:54:57.335Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-01-20T15:54:57.335Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-01-20T15:54:57.335Z] PASS [2022-01-20T15:54:57.335Z] [2022-01-20T15:54:57.335Z] DONE 17 tests in 10.192s [2022-01-20T15:54:57.335Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-01-20T15:54:57.335Z] ++ 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-01-20T15:54:57.335Z] ++ set -e [2022-01-20T15:54:57.335Z] ++ '[' -n 0 ']' [2022-01-20T15:54:57.335Z] ++ set -x [2022-01-20T15:54:57.335Z] ++ 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-01-20T15:54:57.335Z] INFO: Testing against a local daemon [2022-01-20T15:54:57.335Z] === RUN TestCommitInheritsEnv [2022-01-20T15:54:57.592Z] --- PASS: TestCommitInheritsEnv (0.23s) [2022-01-20T15:54:57.592Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-20T15:54:57.592Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-01-20T15:54:57.592Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T15:54:57.592Z] === RUN TestImagesFilterMultiReference [2022-01-20T15:54:57.592Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2022-01-20T15:54:57.592Z] === RUN TestImagePullPlatformInvalid [2022-01-20T15:54:57.850Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-20T15:54:57.850Z] === RUN TestRemoveImageOrphaning [2022-01-20T15:54:57.850Z] --- PASS: TestRemoveImageOrphaning (0.24s) [2022-01-20T15:54:57.850Z] === RUN TestRemoveImageGarbageCollector [2022-01-20T15:54:57.850Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:54:57.850Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-01-20T15:54:57.850Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-20T15:54:58.108Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-01-20T15:54:58.108Z] === RUN TestTagInvalidReference [2022-01-20T15:54:58.108Z] --- PASS: TestTagInvalidReference (0.01s) [2022-01-20T15:54:58.108Z] === RUN TestTagValidPrefixedRepo [2022-01-20T15:54:58.108Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-01-20T15:54:58.108Z] === RUN TestTagExistedNameWithoutForce [2022-01-20T15:54:58.108Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-20T15:54:58.108Z] === RUN TestTagOfficialNames [2022-01-20T15:54:58.108Z] --- PASS: TestTagOfficialNames (0.05s) [2022-01-20T15:54:58.108Z] === RUN TestTagMatchesDigest [2022-01-20T15:54:58.108Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-01-20T15:54:58.108Z] PASS [2022-01-20T15:54:58.108Z] [2022-01-20T15:54:58.108Z] === Skipped [2022-01-20T15:54:58.108Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T15:54:58.108Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2022-01-20T15:54:58.108Z] [2022-01-20T15:54:58.108Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-01-20T15:54:58.108Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:54:58.108Z] [2022-01-20T15:54:58.108Z] DONE 12 tests, 2 skipped in 0.829s [2022-01-20T15:54:58.108Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-01-20T15:54:58.108Z] ++ 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-01-20T15:54:58.108Z] ++ set -e [2022-01-20T15:54:58.108Z] ++ '[' -n 0 ']' [2022-01-20T15:54:58.108Z] ++ set -x [2022-01-20T15:54:58.108Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-20T15:54:58.108Z] INFO: Testing against a local daemon [2022-01-20T15:54:58.108Z] === RUN TestNetworkCreateDelete [2022-01-20T15:54:58.229Z] check_test.go:308: [d8e088ade6c16] daemon is not started [2022-01-20T15:54:58.229Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-01-20T15:54:58.366Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-01-20T15:54:58.366Z] === RUN TestDockerNetworkDeletePreferID [2022-01-20T15:54:58.489Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-01-20T15:54:58.623Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-01-20T15:54:58.623Z] === RUN TestDaemonDNSFallback [2022-01-20T15:54:59.570Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-01-20T15:55:00.052Z] 0e02c12b1310: Verifying Checksum [2022-01-20T15:55:00.052Z] 0e02c12b1310: Download complete [2022-01-20T15:55:00.403Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-01-20T15:55:02.948Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-01-20T15:55:03.520Z] check_test.go:308: [da8a7c03c9352] daemon is not started [2022-01-20T15:55:03.520Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-01-20T15:55:03.754Z] --- PASS: TestBuildPreserveOwnership (10.20s) [2022-01-20T15:55:03.754Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.19s) [2022-01-20T15:55:03.754Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-01-20T15:55:03.754Z] === RUN TestBuildPlatformInvalid [2022-01-20T15:55:03.754Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-01-20T15:55:03.754Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-01-20T15:55:03.754Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-01-20T15:55:03.754Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-01-20T15:55:03.754Z] PASS [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === Skipped [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-01-20T15:55:03.754Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-01-20T15:55:03.754Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-01-20T15:55:03.754Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] DONE 34 tests, 3 skipped in 113.475s [2022-01-20T15:55:03.754Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-01-20T15:55:03.754Z] INFO: Testing against a local daemon [2022-01-20T15:55:03.754Z] === RUN TestConfigInspect [2022-01-20T15:55:03.754Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] --- SKIP: TestConfigInspect (0.03s) [2022-01-20T15:55:03.754Z] === RUN TestConfigList [2022-01-20T15:55:03.754Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] --- SKIP: TestConfigList (0.02s) [2022-01-20T15:55:03.754Z] === RUN TestConfigsCreateAndDelete [2022-01-20T15:55:03.754Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-01-20T15:55:03.754Z] === RUN TestConfigsUpdate [2022-01-20T15:55:03.754Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-01-20T15:55:03.754Z] === RUN TestTemplatedConfig [2022-01-20T15:55:03.754Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-20T15:55:03.754Z] === RUN TestConfigCreateResolve [2022-01-20T15:55:03.754Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-01-20T15:55:03.754Z] PASS [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === Skipped [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2022-01-20T15:55:03.754Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2022-01-20T15:55:03.754Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-01-20T15:55:03.754Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-01-20T15:55:03.754Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-01-20T15:55:03.754Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-01-20T15:55:03.754Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:55:03.754Z] [2022-01-20T15:55:03.754Z] DONE 6 tests, 6 skipped in 0.236s [2022-01-20T15:55:03.754Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-01-20T15:55:03.754Z] INFO: Testing against a local daemon [2022-01-20T15:55:03.754Z] === RUN TestCheckpoint [2022-01-20T15:55:03.754Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:55:03.754Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-20T15:55:03.754Z] === RUN TestContainerInvalidJSON [2022-01-20T15:55:03.754Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:55:03.754Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:55:03.754Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:55:03.754Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:55:03.754Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T15:55:03.754Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-20T15:55:03.754Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-01-20T15:55:03.754Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-01-20T15:55:03.754Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-20T15:55:03.754Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-20T15:55:03.754Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2022-01-20T15:55:03.754Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-20T15:55:03.780Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-20T15:55:04.013Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-01-20T15:55:04.013Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-20T15:55:04.013Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-01-20T15:55:04.013Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-20T15:55:04.013Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2022-01-20T15:55:04.013Z] === RUN TestCopyFromContainer [2022-01-20T15:55:05.185Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-20T15:55:05.189Z] --- PASS: TestDaemonDNSFallback (6.21s) [2022-01-20T15:55:05.189Z] === RUN TestInspectNetwork [2022-01-20T15:55:05.746Z] Removing intermediate container 97d8c62d8a0c [2022-01-20T15:55:05.746Z] ---> c93a7d7dce2f [2022-01-20T15:55:05.746Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-01-20T15:55:05.746Z] ---> Running in a3c18a4459c1 [2022-01-20T15:55:05.746Z] Removing intermediate container a3c18a4459c1 [2022-01-20T15:55:05.746Z] ---> 2b59533bb0f7 [2022-01-20T15:55:05.746Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-01-20T15:55:05.746Z] ---> Running in d32e51c657c2 [2022-01-20T15:55:05.746Z] Removing intermediate container d32e51c657c2 [2022-01-20T15:55:05.746Z] ---> 86d70521365b [2022-01-20T15:55:05.746Z] Step 11/11 : COPY . . [2022-01-20T15:55:06.574Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-01-20T15:55:07.294Z] === RUN TestCopyFromContainer// [2022-01-20T15:55:07.294Z] === RUN TestCopyFromContainer//bar/root [2022-01-20T15:55:07.294Z] === RUN TestCopyFromContainer//bar/root/ [2022-01-20T15:55:07.294Z] === RUN TestCopyFromContainer/bar/quux [2022-01-20T15:55:07.294Z] === RUN TestCopyFromContainer/bar/quux/ [2022-01-20T15:55:07.555Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-01-20T15:55:07.555Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-01-20T15:55:07.555Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-01-20T15:55:07.555Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-01-20T15:55:07.555Z] === RUN TestCopyFromContainer/bar/notarget [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer (3.74s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2022-01-20T15:55:07.814Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-01-20T15:55:07.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-20T15:55:07.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:55:07.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:55:07.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:55:07.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:55:07.814Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:55:07.814Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:55:07.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T15:55:07.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T15:55:07.814Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T15:55:07.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-01-20T15:55:07.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-20T15:55:07.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-20T15:55:07.814Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-20T15:55:07.814Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-20T15:55:07.814Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-01-20T15:55:07.814Z] === RUN TestCreateWithInvalidEnv [2022-01-20T15:55:07.814Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-20T15:55:07.814Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-20T15:55:07.814Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-20T15:55:07.814Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-20T15:55:07.814Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-20T15:55:07.814Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-20T15:55:07.814Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-20T15:55:07.814Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-20T15:55:07.814Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-20T15:55:07.814Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-01-20T15:55:07.814Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-20T15:55:07.814Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-20T15:55:07.814Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-20T15:55:07.814Z] === RUN TestCreateTmpfsMountsTarget [2022-01-20T15:55:07.814Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-01-20T15:55:07.814Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-20T15:55:08.470Z] === RUN TestInspectNetwork/full_network_id [2022-01-20T15:55:08.470Z] === RUN TestInspectNetwork/partial_network_id [2022-01-20T15:55:08.470Z] === RUN TestInspectNetwork/network_name [2022-01-20T15:55:08.470Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-01-20T15:55:08.490Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-01-20T15:55:08.490Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-20T15:55:09.189Z] --- PASS: TestCreateWithCustomMaskedPaths (1.21s) [2022-01-20T15:55:09.189Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-20T15:55:10.124Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.14s) [2022-01-20T15:55:10.124Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-20T15:55:10.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:55:10.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:55:10.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:55:10.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:55:10.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:55:10.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:55:10.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:55:10.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:55:10.124Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:55:10.124Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:55:10.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T15:55:10.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T15:55:10.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T15:55:10.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T15:55:10.124Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T15:55:10.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-01-20T15:55:10.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-20T15:55:10.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-20T15:55:10.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-20T15:55:10.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-20T15:55:10.124Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-20T15:55:10.124Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-20T15:55:10.690Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2022-01-20T15:55:10.690Z] === RUN TestCreateDifferentPlatform [2022-01-20T15:55:10.690Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-20T15:55:10.690Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-20T15:55:10.690Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-01-20T15:55:10.690Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-20T15:55:10.690Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-20T15:55:10.690Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-20T15:55:10.690Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-01-20T15:55:10.690Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-20T15:55:10.690Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-01-20T15:55:10.690Z] === RUN TestContainerStartOnDaemonRestart [2022-01-20T15:55:10.690Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-01-20T15:55:10.690Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-01-20T15:55:10.690Z] === RUN TestDaemonRestartIpcMode [2022-01-20T15:55:10.690Z] === PAUSE TestDaemonRestartIpcMode [2022-01-20T15:55:10.690Z] === RUN TestDaemonHostGatewayIP [2022-01-20T15:55:10.690Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:55:10.690Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-01-20T15:55:10.690Z] === RUN TestRestartDaemonWithRestartingContainer [2022-01-20T15:55:10.690Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-01-20T15:55:10.690Z] === RUN TestContainerKillOnDaemonStart [2022-01-20T15:55:10.690Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-01-20T15:55:10.690Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-20T15:55:10.690Z] === RUN TestDiff [2022-01-20T15:55:11.257Z] --- PASS: TestDiff (0.41s) [2022-01-20T15:55:11.257Z] === RUN TestExecWithCloseStdin [2022-01-20T15:55:11.516Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-01-20T15:55:11.516Z] === RUN TestExec [2022-01-20T15:55:11.744Z] --- PASS: TestInspectNetwork (6.93s) [2022-01-20T15:55:11.744Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-01-20T15:55:11.744Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-01-20T15:55:11.745Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-01-20T15:55:11.745Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-01-20T15:55:11.745Z] === RUN TestRunContainerWithBridgeNone [2022-01-20T15:55:12.082Z] --- PASS: TestExec (0.47s) [2022-01-20T15:55:12.082Z] === RUN TestExecUser [2022-01-20T15:55:12.649Z] --- PASS: TestExecUser (0.47s) [2022-01-20T15:55:12.649Z] === RUN TestExportContainerAndImportImage [2022-01-20T15:55:12.699Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-01-20T15:55:13.116Z] --- PASS: TestRunContainerWithBridgeNone (1.35s) [2022-01-20T15:55:13.116Z] === RUN TestNetworkInvalidJSON [2022-01-20T15:55:13.116Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-20T15:55:13.116Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-20T15:55:13.116Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:55:13.116Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:55:13.116Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:55:13.116Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:55:13.116Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-20T15:55:13.116Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:55:13.116Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:55:13.116Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-01-20T15:55:13.116Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-20T15:55:13.116Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-20T15:55:13.116Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-20T15:55:13.116Z] === RUN TestNetworkList [2022-01-20T15:55:13.116Z] === RUN TestNetworkList//networks [2022-01-20T15:55:13.116Z] === PAUSE TestNetworkList//networks [2022-01-20T15:55:13.116Z] === RUN TestNetworkList//networks/ [2022-01-20T15:55:13.116Z] === PAUSE TestNetworkList//networks/ [2022-01-20T15:55:13.116Z] === CONT TestNetworkList//networks [2022-01-20T15:55:13.116Z] === CONT TestNetworkList//networks/ [2022-01-20T15:55:13.116Z] --- PASS: TestNetworkList (0.01s) [2022-01-20T15:55:13.116Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-20T15:55:13.116Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-20T15:55:13.116Z] === RUN TestHostIPv4BridgeLabel [2022-01-20T15:55:13.215Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2022-01-20T15:55:13.215Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-20T15:55:13.269Z] check_test.go:308: [d33fefbf1e0ab] daemon is not started [2022-01-20T15:55:13.269Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-01-20T15:55:13.680Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-01-20T15:55:13.680Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-20T15:55:14.593Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2022-01-20T15:55:14.593Z] === RUN TestHealthCheckWorkdir [2022-01-20T15:55:14.851Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2022-01-20T15:55:14.851Z] === RUN TestHealthKillContainer [2022-01-20T15:55:15.050Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-01-20T15:55:15.050Z] === RUN TestDaemonDefaultNetworkPools [2022-01-20T15:55:15.615Z] --- PASS: TestDaemonDefaultNetworkPools (0.70s) [2022-01-20T15:55:15.615Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-20T15:55:16.549Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-01-20T15:55:16.549Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-20T15:55:17.921Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2022-01-20T15:55:17.921Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-20T15:55:18.485Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-01-20T15:55:18.485Z] === RUN TestServiceWithPredefinedNetwork [2022-01-20T15:55:18.556Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-20T15:55:19.500Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-20T15:55:20.381Z] --- PASS: TestServiceWithPredefinedNetwork (1.71s) [2022-01-20T15:55:20.381Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-20T15:55:20.381Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:55:20.381Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:55:20.381Z] === RUN TestServiceWithDataPathPortInit [2022-01-20T15:55:20.443Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-20T15:55:20.443Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-20T15:55:21.016Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-01-20T15:55:21.205Z] 8f616e6e9eec: Verifying Checksum [2022-01-20T15:55:21.205Z] 8f616e6e9eec: Download complete [2022-01-20T15:55:22.958Z] --- PASS: TestHealthKillContainer (7.93s) [2022-01-20T15:55:22.958Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-20T15:55:22.958Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T15:55:22.958Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T15:55:22.958Z] === RUN TestIpcModeNone [2022-01-20T15:55:23.217Z] --- PASS: TestIpcModeNone (0.44s) [2022-01-20T15:55:23.217Z] === RUN TestIpcModePrivate [2022-01-20T15:55:23.475Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2022-01-20T15:55:23.481Z] --- PASS: TestServicePlugin (29.59s) [2022-01-20T15:55:23.482Z] === RUN TestServiceUpdateLabel [2022-01-20T15:55:23.734Z] --- PASS: TestIpcModePrivate (0.45s) [2022-01-20T15:55:23.734Z] === RUN TestIpcModeShareable [2022-01-20T15:55:23.734Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:55:23.734Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-01-20T15:55:23.734Z] === RUN TestAPIIpcModeShareableAndContainer [2022-01-20T15:55:23.742Z] --- PASS: TestServiceUpdateLabel (2.23s) [2022-01-20T15:55:23.742Z] === RUN TestServiceUpdateSecrets [2022-01-20T15:55:24.315Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-01-20T15:55:24.888Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-20T15:55:25.110Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.39s) [2022-01-20T15:55:25.110Z] === RUN TestAPIIpcModeHost [2022-01-20T15:55:25.110Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:55:25.110Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-01-20T15:55:25.110Z] === RUN TestDaemonIpcModeShareable [2022-01-20T15:55:25.110Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:55:25.110Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-01-20T15:55:25.110Z] === RUN TestDaemonIpcModePrivate [2022-01-20T15:55:25.343Z] ..........................xx.................... [ 29%] [2022-01-20T15:55:26.043Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2022-01-20T15:55:26.302Z] --- PASS: TestDaemonIpcModePrivate (1.16s) [2022-01-20T15:55:26.302Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-01-20T15:55:26.302Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:55:26.302Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-01-20T15:55:26.302Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-01-20T15:55:26.302Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:55:26.302Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-01-20T15:55:26.302Z] === RUN TestIpcModeOlderClient [2022-01-20T15:55:26.302Z] === PAUSE TestIpcModeOlderClient [2022-01-20T15:55:26.302Z] === RUN TestKillContainerInvalidSignal [2022-01-20T15:55:26.802Z] check_test.go:308: [db50411a384f0] daemon is not started [2022-01-20T15:55:26.802Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-01-20T15:55:26.802Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-20T15:55:26.868Z] --- PASS: TestKillContainerInvalidSignal (0.39s) [2022-01-20T15:55:26.868Z] === RUN TestKillContainer [2022-01-20T15:55:26.868Z] === RUN TestKillContainer/no_signal [2022-01-20T15:55:27.063Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-01-20T15:55:27.127Z] === RUN TestKillContainer/non_killing_signal [2022-01-20T15:55:27.386Z] === RUN TestKillContainer/killing_signal [2022-01-20T15:55:27.636Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-01-20T15:55:27.953Z] --- PASS: TestKillContainer (1.23s) [2022-01-20T15:55:27.953Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-01-20T15:55:27.953Z] --- PASS: TestKillContainer/non_killing_signal (0.24s) [2022-01-20T15:55:27.953Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2022-01-20T15:55:27.953Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-20T15:55:27.953Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-01-20T15:55:28.206Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-01-20T15:55:28.519Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-01-20T15:55:28.776Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.82s) [2022-01-20T15:55:28.776Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-01-20T15:55:28.776Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-01-20T15:55:28.776Z] === RUN TestKillStoppedContainer [2022-01-20T15:55:28.776Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-01-20T15:55:28.776Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-20T15:55:28.777Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-01-20T15:55:28.777Z] === RUN TestKillDifferentUserContainer [2022-01-20T15:55:29.148Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-20T15:55:29.343Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2022-01-20T15:55:29.343Z] === RUN TestInspectOomKilledTrue [2022-01-20T15:55:29.343Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:55:29.343Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-20T15:55:29.343Z] === RUN TestInspectOomKilledFalse [2022-01-20T15:55:29.343Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:55:29.343Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-20T15:55:29.343Z] === RUN TestLinksEtcHostsContentMatch [2022-01-20T15:55:29.343Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-01-20T15:55:29.343Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-01-20T15:55:29.343Z] === RUN TestLinksContainerNames [2022-01-20T15:55:30.094Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-01-20T15:55:30.094Z] check_test.go:308: [d79cae9ceb00e] daemon is not started [2022-01-20T15:55:30.094Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-01-20T15:55:30.276Z] --- PASS: TestLinksContainerNames (0.79s) [2022-01-20T15:55:30.276Z] === RUN TestLogsFollowTailEmpty [2022-01-20T15:55:30.535Z] --- PASS: TestLogsFollowTailEmpty (0.42s) [2022-01-20T15:55:30.535Z] === RUN TestContainerNetworkMountsNoChown [2022-01-20T15:55:30.793Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/default [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/default [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/private [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/private [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rprivate [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rprivate [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/slave [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/slave [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rslave [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rslave [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/shared [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/shared [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rshared [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rshared [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/default [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/default/bind_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/rslave [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/default/mount_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/rshared [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/shared [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/rprivate [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/slave [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/private [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/private/mount_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:55:30.793Z] === RUN TestMountDaemonRoot/private/bind_root [2022-01-20T15:55:30.793Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/default/mount_root [2022-01-20T15:55:30.793Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/default/bind_root [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-01-20T15:55:31.051Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-01-20T15:55:31.088Z] ---> ccd0c77006a7 [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/private/bind_root [2022-01-20T15:55:31.322Z] === CONT TestMountDaemonRoot/private/mount_root [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-01-20T15:55:31.322Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-01-20T15:55:31.322Z] === RUN TestContainerBindMountNonRecursive [2022-01-20T15:55:31.322Z] 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-01-20T15:55:31.322Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-01-20T15:55:31.322Z] === RUN TestContainerVolumesMountedAsShared [2022-01-20T15:55:31.323Z] 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-01-20T15:55:31.323Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-01-20T15:55:31.323Z] === RUN TestContainerVolumesMountedAsSlave [2022-01-20T15:55:31.323Z] 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-01-20T15:55:31.323Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-01-20T15:55:31.323Z] === RUN TestNetworkNat [2022-01-20T15:55:31.561Z] Successfully built ccd0c77006a7 [2022-01-20T15:55:31.562Z] Successfully tagged docker:latest [2022-01-20T15:55:31.562Z] INFO: Image build ended at 01/20/2022 15:55:31. Duration:00:03:38.3995613 [2022-01-20T15:55:31.562Z] [2022-01-20T15:55:31.562Z] [2022-01-20T15:55:31.562Z] INFO: Building the test binaries at 01/20/2022 15:55:31... [2022-01-20T15:55:31.911Z] --- PASS: TestNetworkNat (0.56s) [2022-01-20T15:55:31.911Z] === RUN TestNetworkLocalhostTCPNat [2022-01-20T15:55:32.477Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-01-20T15:55:32.477Z] === RUN TestNetworkLoopbackNat [2022-01-20T15:55:32.641Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-01-20T15:55:35.004Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-01-20T15:55:35.004Z] === RUN TestPause [2022-01-20T15:55:35.004Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:55:35.004Z] --- SKIP: TestPause (0.00s) [2022-01-20T15:55:35.004Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-20T15:55:35.004Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:55:35.004Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:55:35.004Z] === RUN TestPauseStopPausedContainer [2022-01-20T15:55:35.004Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:55:35.004Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-01-20T15:55:35.004Z] === RUN TestPidHost [2022-01-20T15:55:35.185Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-01-20T15:55:35.185Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-20T15:55:35.242Z] --- PASS: TestServiceWithDataPathPortInit (13.00s) [2022-01-20T15:55:35.242Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-20T15:55:35.242Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:k0p39kyp1415s3er28gp2m5qk Created:2022-01-20 15:55:33.989939854 +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[5f9574895dfc8d8731549289616f018eb5c6eff461d96701f0d14bda7f56e1a2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cc7uv4hb7hai31e706nergub1 EndpointID:f95fc57826d6ef4905b70725613c76569aa21ebe76a3a16ec3d2c4fb56b8f833 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0f746b5ff18e3d61f0cbf03f805dc262a3fdf131fd611d921628232c570c2abd 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:a4e43799cc74 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.cc7uv4hb7hai31e706nergub1 EndpointID:f95fc57826d6ef4905b70725613c76569aa21ebe76a3a16ec3d2c4fb56b8f833 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-01-20T15:55:35.940Z] --- PASS: TestPidHost (0.95s) [2022-01-20T15:55:35.941Z] === RUN TestPsFilter [2022-01-20T15:55:35.941Z] --- PASS: TestPsFilter (0.13s) [2022-01-20T15:55:35.941Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-20T15:55:36.507Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.43s) [2022-01-20T15:55:36.507Z] === RUN TestRemoveContainerWithVolume [2022-01-20T15:55:36.765Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-01-20T15:55:36.765Z] === RUN TestRemoveContainerRunning [2022-01-20T15:55:37.097Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-20T15:55:37.331Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-01-20T15:55:37.331Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-20T15:55:37.462Z] INFO: make.ps1 starting at 01/20/2022 15:55:36 [2022-01-20T15:55:37.462Z] INFO: Git commit (530ea24910) assumed from DOCKER_GITCOMMIT environment variable [2022-01-20T15:55:37.462Z] INFO: Invoking autogen... [2022-01-20T15:55:37.589Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-01-20T15:55:37.589Z] === RUN TestRemoveInvalidContainer [2022-01-20T15:55:37.589Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-01-20T15:55:37.589Z] === RUN TestRenameLinkedContainer [2022-01-20T15:55:37.934Z] INFO: Building daemon... [2022-01-20T15:55:37.983Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-01-20T15:55:37.983Z] [2022-01-20T15:55:37.983Z] ________ ____ __. [2022-01-20T15:55:37.983Z] \_____ \ | |/ _| [2022-01-20T15:55:37.983Z] / | \| < [2022-01-20T15:55:37.983Z] / | \ | \ [2022-01-20T15:55:37.983Z] \_______ /____|__ \ [2022-01-20T15:55:37.983Z] \/ \/ [2022-01-20T15:55:37.983Z] [2022-01-20T15:55:37.983Z] INFO: make.ps1 ended at 01/20/2022 15:55:29 [2022-01-20T15:55:37.983Z] INFO: Binaries build ended at 01/20/2022 15:55:30. Duration:00:01:24.0243613 [2022-01-20T15:55:37.983Z] INFO: Copying the built daemon binary to d:\CI\PR-43142\4\binary\dockerd-7d374687d7.exe... [2022-01-20T15:55:37.983Z] INFO: Copying the built client binary to d:\CI\PR-43142\4\binary\docker-7d374687d7.exe... [2022-01-20T15:55:37.983Z] INFO: Copying dockerversion from the container... [2022-01-20T15:55:37.983Z] INFO: Copying the golang package from the container to d:\CI\PR-43142\4\installer\go.zip... [2022-01-20T15:55:37.983Z] INFO: Extracting go.zip to d:\CI\PR-43142\4\go [2022-01-20T15:55:38.634Z] --- PASS: TestServiceUpdateSecrets (14.31s) [2022-01-20T15:55:38.634Z] === RUN TestServiceUpdateConfigs [2022-01-20T15:55:39.014Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-01-20T15:55:39.014Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-20T15:55:39.418Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.35s) [2022-01-20T15:55:39.418Z] PASS [2022-01-20T15:55:39.418Z] [2022-01-20T15:55:39.418Z] === Skipped [2022-01-20T15:55:39.418Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:55:39.418Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:55:39.418Z] [2022-01-20T15:55:39.418Z] DONE 26 tests, 1 skipped in 41.329s [2022-01-20T15:55:39.418Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:55:39.418Z] ++ 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-01-20T15:55:39.418Z] ++ set -e [2022-01-20T15:55:39.418Z] ++ '[' -n 0 ']' [2022-01-20T15:55:39.418Z] ++ set -x [2022-01-20T15:55:39.418Z] ++ 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-01-20T15:55:39.490Z] --- PASS: TestRenameLinkedContainer (1.65s) [2022-01-20T15:55:39.490Z] === RUN TestRenameStoppedContainer [2022-01-20T15:55:39.676Z] INFO: Testing against a local daemon [2022-01-20T15:55:39.676Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-20T15:55:39.676Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:55:39.676Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:55:39.676Z] === RUN TestDockerNetworkIpvlan [2022-01-20T15:55:39.676Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:55:39.676Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:55:39.676Z] PASS [2022-01-20T15:55:39.676Z] [2022-01-20T15:55:39.676Z] === Skipped [2022-01-20T15:55:39.676Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:55:39.676Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:55:39.676Z] [2022-01-20T15:55:39.676Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:55:39.676Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:55:39.676Z] [2022-01-20T15:55:39.676Z] DONE 2 tests, 2 skipped in 0.087s [2022-01-20T15:55:39.676Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:55:39.676Z] ++ 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-01-20T15:55:39.676Z] ++ set -e [2022-01-20T15:55:39.676Z] ++ '[' -n 0 ']' [2022-01-20T15:55:39.676Z] ++ set -x [2022-01-20T15:55:39.676Z] ++ 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-01-20T15:55:39.676Z] INFO: Testing against a local daemon [2022-01-20T15:55:39.676Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-20T15:55:39.748Z] --- PASS: TestRenameStoppedContainer (0.38s) [2022-01-20T15:55:39.749Z] === RUN TestRenameRunningContainerAndReuse [2022-01-20T15:55:40.399Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-01-20T15:55:40.683Z] --- PASS: TestRenameRunningContainerAndReuse (0.82s) [2022-01-20T15:55:40.683Z] === RUN TestRenameInvalidName [2022-01-20T15:55:40.941Z] --- PASS: TestRenameInvalidName (0.38s) [2022-01-20T15:55:40.941Z] === RUN TestRenameAnonymousContainer [2022-01-20T15:55:41.052Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.21s) [2022-01-20T15:55:41.052Z] === RUN TestDockerNetworkMacvlan [2022-01-20T15:55:41.347Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-01-20T15:55:41.617Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-01-20T15:55:42.183Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-01-20T15:55:42.313Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-01-20T15:55:42.316Z] --- PASS: TestRenameAnonymousContainer (1.45s) [2022-01-20T15:55:42.316Z] === RUN TestRenameContainerWithSameName [2022-01-20T15:55:42.883Z] --- PASS: TestRenameContainerWithSameName (0.41s) [2022-01-20T15:55:42.883Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-20T15:55:43.115Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-01-20T15:55:43.449Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s) [2022-01-20T15:55:43.449Z] === RUN TestResize [2022-01-20T15:55:44.015Z] --- PASS: TestResize (0.42s) [2022-01-20T15:55:44.015Z] === RUN TestResizeWithInvalidSize [2022-01-20T15:55:44.273Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-01-20T15:55:44.273Z] === RUN TestResizeWhenContainerNotStarted [2022-01-20T15:55:44.487Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-01-20T15:55:44.839Z] --- PASS: TestResizeWhenContainerNotStarted (0.36s) [2022-01-20T15:55:44.839Z] === RUN TestDaemonRestartKillContainers [2022-01-20T15:55:44.839Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-01-20T15:55:44.839Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-20T15:55:44.839Z] === RUN TestCgroupNamespacesRun [2022-01-20T15:55:45.611Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-01-20T15:55:45.773Z] --- PASS: TestCgroupNamespacesRun (1.15s) [2022-01-20T15:55:45.773Z] === RUN TestCgroupNamespacesRunPrivileged [2022-01-20T15:55:46.385Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-01-20T15:55:47.148Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.09s) [2022-01-20T15:55:47.148Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-01-20T15:55:48.082Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-01-20T15:55:48.082Z] === RUN TestCgroupNamespacesRunHostMode [2022-01-20T15:55:48.837Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-01-20T15:55:48.912Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-01-20T15:55:48.913Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-01-20T15:55:49.457Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-01-20T15:55:49.457Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-01-20T15:55:49.478Z] --- PASS: TestDockerNetworkMacvlan (8.68s) [2022-01-20T15:55:49.478Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.05s) [2022-01-20T15:55:49.478Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-01-20T15:55:49.478Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.68s) [2022-01-20T15:55:49.478Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.73s) [2022-01-20T15:55:49.478Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.77s) [2022-01-20T15:55:49.478Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.51s) [2022-01-20T15:55:49.478Z] PASS [2022-01-20T15:55:49.478Z] [2022-01-20T15:55:49.478Z] DONE 8 tests in 9.984s [2022-01-20T15:55:49.478Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-20T15:55:49.478Z] ++ 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-01-20T15:55:49.478Z] ++ set -e [2022-01-20T15:55:49.478Z] ++ '[' -n 0 ']' [2022-01-20T15:55:49.478Z] ++ set -x [2022-01-20T15:55:49.478Z] ++ 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-01-20T15:55:49.735Z] testing: warning: no tests to run [2022-01-20T15:55:49.735Z] PASS [2022-01-20T15:55:49.735Z] [2022-01-20T15:55:49.735Z] DONE 0 tests in 0.020s [2022-01-20T15:55:49.735Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-20T15:55:49.735Z] ++ 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-01-20T15:55:49.735Z] ++ set -e [2022-01-20T15:55:49.735Z] ++ '[' -n 0 ']' [2022-01-20T15:55:49.735Z] ++ set -x [2022-01-20T15:55:49.735Z] ++ 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-01-20T15:55:49.735Z] INFO: Testing against a local daemon [2022-01-20T15:55:49.735Z] === RUN TestAuthZPluginAllowRequest [2022-01-20T15:55:50.392Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.12s) [2022-01-20T15:55:50.392Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-01-20T15:55:50.666Z] --- PASS: TestAuthZPluginAllowRequest (1.06s) [2022-01-20T15:55:50.666Z] === RUN TestAuthZPluginTLS [2022-01-20T15:55:51.231Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-01-20T15:55:51.231Z] === RUN TestAuthZPluginDenyRequest [2022-01-20T15:55:51.764Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.10s) [2022-01-20T15:55:51.764Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-01-20T15:55:51.796Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-01-20T15:55:51.796Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-20T15:55:52.331Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.72s) [2022-01-20T15:55:52.331Z] === RUN TestCgroupNamespacesRunOlderClient [2022-01-20T15:55:52.360Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-01-20T15:55:52.360Z] === RUN TestAuthZPluginDenyResponse [2022-01-20T15:55:52.924Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-01-20T15:55:52.924Z] === RUN TestAuthZPluginAllowEventStream [2022-01-20T15:55:53.120Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-01-20T15:55:53.266Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.15s) [2022-01-20T15:55:53.266Z] === RUN TestNISDomainname [2022-01-20T15:55:53.471Z] tests/integration/api_image_test.py ............s..... [ 40%] [2022-01-20T15:55:53.524Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-01-20T15:55:53.524Z] --- SKIP: TestNISDomainname (0.01s) [2022-01-20T15:55:53.524Z] === RUN TestHostnameDnsResolution [2022-01-20T15:55:53.561Z] --- PASS: TestServiceUpdateConfigs (14.54s) [2022-01-20T15:55:53.561Z] === RUN TestServiceUpdateNetwork [2022-01-20T15:55:53.856Z] --- PASS: TestAuthZPluginAllowEventStream (1.06s) [2022-01-20T15:55:53.856Z] === RUN TestAuthZPluginErrorResponse [2022-01-20T15:55:54.091Z] --- PASS: TestHostnameDnsResolution (0.64s) [2022-01-20T15:55:54.091Z] === RUN TestUnprivilegedPortsAndPing [2022-01-20T15:55:54.091Z] 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-01-20T15:55:54.091Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-01-20T15:55:54.091Z] === RUN TestStats [2022-01-20T15:55:54.091Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:55:54.091Z] --- SKIP: TestStats (0.00s) [2022-01-20T15:55:54.091Z] === RUN TestStopContainerWithTimeout [2022-01-20T15:55:54.091Z] === RUN TestStopContainerWithTimeout/0 [2022-01-20T15:55:54.091Z] === PAUSE TestStopContainerWithTimeout/0 [2022-01-20T15:55:54.091Z] === RUN TestStopContainerWithTimeout/1 [2022-01-20T15:55:54.091Z] === PAUSE TestStopContainerWithTimeout/1 [2022-01-20T15:55:54.091Z] === RUN TestStopContainerWithTimeout/3 [2022-01-20T15:55:54.091Z] === PAUSE TestStopContainerWithTimeout/3 [2022-01-20T15:55:54.091Z] === RUN TestStopContainerWithTimeout/-1 [2022-01-20T15:55:54.091Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-01-20T15:55:54.091Z] === CONT TestStopContainerWithTimeout/0 [2022-01-20T15:55:54.091Z] === CONT TestStopContainerWithTimeout/-1 [2022-01-20T15:55:54.420Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-01-20T15:55:54.420Z] === RUN TestAuthZPluginErrorRequest [2022-01-20T15:55:54.509Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-20T15:55:54.510Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-01-20T15:55:54.510Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-20T15:55:54.658Z] === CONT TestStopContainerWithTimeout/3 [2022-01-20T15:55:54.985Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-01-20T15:55:54.985Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-20T15:55:55.550Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-01-20T15:55:55.550Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-20T15:55:55.926Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-01-20T15:55:56.869Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-01-20T15:55:56.921Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.25s) [2022-01-20T15:55:56.921Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-20T15:55:57.186Z] === CONT TestStopContainerWithTimeout/1 [2022-01-20T15:55:58.120Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-01-20T15:55:58.120Z] --- PASS: TestStopContainerWithTimeout/0 (0.60s) [2022-01-20T15:55:58.120Z] --- PASS: TestStopContainerWithTimeout/-1 (2.64s) [2022-01-20T15:55:58.120Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-01-20T15:55:58.120Z] --- PASS: TestStopContainerWithTimeout/1 (1.42s) [2022-01-20T15:55:58.120Z] === RUN TestDeleteDevicemapper [2022-01-20T15:55:58.120Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:55:58.120Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-01-20T15:55:58.120Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-20T15:55:58.292Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.36s) [2022-01-20T15:55:58.292Z] === RUN TestAuthZPluginHeader [2022-01-20T15:55:58.857Z] --- PASS: TestAuthZPluginHeader (0.67s) [2022-01-20T15:55:58.857Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-20T15:55:58.857Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:55:58.857Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-01-20T15:55:58.857Z] === RUN TestAuthZPluginV2Disable [2022-01-20T15:55:58.857Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:55:58.857Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-01-20T15:55:58.857Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-20T15:55:58.857Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:55:58.857Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-01-20T15:55:58.857Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-20T15:55:58.857Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:55:58.857Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-01-20T15:55:58.857Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-20T15:55:59.417Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-20T15:55:59.494Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.37s) [2022-01-20T15:55:59.494Z] === RUN TestUpdateMemory [2022-01-20T15:55:59.494Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:55:59.494Z] --- SKIP: TestUpdateMemory (0.00s) [2022-01-20T15:55:59.494Z] === RUN TestUpdateCPUQuota [2022-01-20T15:55:59.494Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:55:59.494Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-01-20T15:55:59.494Z] === RUN TestUpdatePidsLimit [2022-01-20T15:55:59.494Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:55:59.494Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-01-20T15:55:59.494Z] === RUN TestUpdateRestartPolicy [2022-01-20T15:55:59.678Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-01-20T15:55:59.678Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-20T15:56:00.250Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-20T15:56:01.193Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-20T15:56:01.193Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-20T15:56:01.453Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-20T15:56:02.025Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-20T15:56:03.282Z] INFO: Extraction ended at 01/20/2022 15:55:59. Duration:00:00:26.4669126 [2022-01-20T15:56:03.282Z] INFO: Updating the golang and path environment variables [2022-01-20T15:56:03.282Z] INFO: GOPATH=d:\gopath [2022-01-20T15:56:03.282Z] INFO: go version go1.17.6 windows/amd64 [2022-01-20T15:56:03.282Z] INFO: Running the daemon under test in debug mode [2022-01-20T15:56:03.282Z] INFO: Starting a daemon under test... [2022-01-20T15:56:03.282Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43142\4\daemon --pidfile d:\CI\PR-43142\4\docker.pid -D [2022-01-20T15:56:03.282Z] INFO: Process started successfully. [2022-01-20T15:56:03.283Z] INFO: Start tailing logs of the daemon under tests [2022-01-20T15:56:03.283Z] INFO: Waiting for the daemon under test to start... [2022-01-20T15:56:04.570Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-20T15:56:05.512Z] docker_cli_daemon_test.go:2522: [d6f33beb456ea] daemon is not started [2022-01-20T15:56:05.512Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-20T15:56:05.784Z] --- PASS: TestServiceUpdateNetwork (12.34s) [2022-01-20T15:56:05.784Z] === RUN TestServiceUpdatePidsLimit [2022-01-20T15:56:06.353Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-01-20T15:56:06.923Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-01-20T15:56:07.426Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-20T15:56:07.426Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-01-20T15:56:08.810Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-20T15:56:09.469Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-01-20T15:56:10.199Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-20T15:56:11.140Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-20T15:56:11.694Z] --- PASS: TestUpdateRestartPolicy (10.88s) [2022-01-20T15:56:11.694Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-20T15:56:11.694Z] --- PASS: TestUpdateRestartWithAutoRemove (0.44s) [2022-01-20T15:56:11.694Z] === RUN TestWaitNonBlocked [2022-01-20T15:56:11.694Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:56:11.694Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:56:11.694Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:56:11.694Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:56:11.694Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T15:56:11.694Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T15:56:11.694Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-01-20T15:56:11.694Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.62s) [2022-01-20T15:56:11.694Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.64s) [2022-01-20T15:56:11.694Z] === RUN TestWaitBlocked [2022-01-20T15:56:11.694Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:56:11.694Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:56:11.694Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:56:11.694Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:56:11.694Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-01-20T15:56:11.694Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-01-20T15:56:12.261Z] --- PASS: TestWaitBlocked (0.01s) [2022-01-20T15:56:12.261Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.57s) [2022-01-20T15:56:12.261Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2022-01-20T15:56:12.261Z] === CONT TestDaemonRestartIpcMode [2022-01-20T15:56:12.261Z] === CONT TestIpcModeOlderClient [2022-01-20T15:56:12.261Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-01-20T15:56:12.261Z] === CONT TestRestartDaemonWithRestartingContainer [2022-01-20T15:56:14.794Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.37s) [2022-01-20T15:56:14.794Z] --- PASS: TestDaemonRestartIpcMode (2.64s) [2022-01-20T15:56:14.794Z] PASS [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === Skipped [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-01-20T15:56:14.794Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-01-20T15:56:14.794Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-01-20T15:56:14.794Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-01-20T15:56:14.794Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T15:56:14.794Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-01-20T15:56:14.794Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-01-20T15:56:14.794Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-01-20T15:56:14.794Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-01-20T15:56:14.794Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-01-20T15:56:14.794Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-01-20T15:56:14.794Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-01-20T15:56:14.794Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.794Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-01-20T15:56:14.794Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-01-20T15:56:14.794Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-01-20T15:56:14.795Z] 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-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-01-20T15:56:14.795Z] 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-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-01-20T15:56:14.795Z] 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-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-01-20T15:56:14.795Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-01-20T15:56:14.795Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-01-20T15:56:14.795Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-01-20T15:56:14.795Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-01-20T15:56:14.795Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-01-20T15:56:14.795Z] 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-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-01-20T15:56:14.795Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-01-20T15:56:14.795Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-01-20T15:56:14.795Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-01-20T15:56:14.795Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-01-20T15:56:14.795Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-01-20T15:56:14.795Z] [2022-01-20T15:56:14.795Z] DONE 177 tests, 27 skipped in 71.169s [2022-01-20T15:56:14.795Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-01-20T15:56:15.050Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-01-20T15:56:15.053Z] === RUN TestConfigDaemonLibtrustID [2022-01-20T15:56:15.620Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2022-01-20T15:56:15.620Z] === RUN TestDaemonConfigValidation [2022-01-20T15:56:15.620Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:56:15.620Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:56:15.620Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-01-20T15:56:15.620Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-01-20T15:56:15.620Z] === RUN TestDaemonConfigValidation/invalid_config [2022-01-20T15:56:15.620Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-01-20T15:56:15.620Z] === RUN TestDaemonConfigValidation/malformed_config [2022-01-20T15:56:15.620Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-01-20T15:56:15.620Z] === RUN TestDaemonConfigValidation/valid_config [2022-01-20T15:56:15.621Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-01-20T15:56:15.621Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-01-20T15:56:15.621Z] === CONT TestDaemonConfigValidation/malformed_config [2022-01-20T15:56:15.621Z] === CONT TestDaemonConfigValidation/valid_config [2022-01-20T15:56:15.621Z] === CONT TestDaemonConfigValidation/invalid_config [2022-01-20T15:56:15.621Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-01-20T15:56:15.621Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-01-20T15:56:15.621Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-01-20T15:56:15.621Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-01-20T15:56:15.621Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-01-20T15:56:15.621Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-01-20T15:56:15.621Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-01-20T15:56:15.621Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-20T15:56:15.621Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-01-20T15:56:16.431Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-20T15:56:16.925Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-01-20T15:56:16.925Z] PASS [2022-01-20T15:56:16.925Z] [2022-01-20T15:56:16.925Z] === Skipped [2022-01-20T15:56:16.925Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-01-20T15:56:16.925Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:56:16.925Z] [2022-01-20T15:56:16.925Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-01-20T15:56:16.925Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:56:16.925Z] [2022-01-20T15:56:16.925Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-01-20T15:56:16.925Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:56:16.925Z] [2022-01-20T15:56:16.925Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-01-20T15:56:16.925Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:56:16.925Z] [2022-01-20T15:56:16.925Z] DONE 17 tests, 4 skipped in 25.836s [2022-01-20T15:56:16.925Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-20T15:56:16.925Z] ++ 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-01-20T15:56:16.925Z] ++ set -e [2022-01-20T15:56:16.925Z] ++ '[' -n 0 ']' [2022-01-20T15:56:16.925Z] ++ set -x [2022-01-20T15:56:16.925Z] ++ 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-01-20T15:56:16.925Z] INFO: Testing against a local daemon [2022-01-20T15:56:16.925Z] === RUN TestPluginInvalidJSON [2022-01-20T15:56:16.925Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:56:16.925Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:56:16.925Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:56:16.925Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-01-20T15:56:16.925Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-20T15:56:16.925Z] === RUN TestPluginInstall [2022-01-20T15:56:16.925Z] === RUN TestPluginInstall/no_auth [2022-01-20T15:56:16.925Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:56:16.925Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a8dab51c9084b9b88434a62a260f64d8b709cb9c9b2d5f48db045af1903349e9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:56:16.925Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:56:16.925Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a8dab51c9084b9b88434a62a260f64d8b709cb9c9b2d5f48db045af1903349e9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:56:16.925Z] === RUN TestPluginInstall/with_htpasswd [2022-01-20T15:56:17.002Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-01-20T15:56:17.182Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:56:17.182Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bfb6742fd4952d1e8b7b5eefbb7dfc565c0ab281de5e100d2eecb4d308f8eb8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:56:17.182Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:56:17.182Z] time="2022-01-20T15:56:16Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bfb6742fd4952d1e8b7b5eefbb7dfc565c0ab281de5e100d2eecb4d308f8eb8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:56:17.373Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-20T15:56:17.439Z] === RUN TestPluginInstall/with_insecure [2022-01-20T15:56:17.941Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-01-20T15:56:18.329Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-01-20T15:56:18.372Z] time="2022-01-20T15:56:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:56:18.372Z] time="2022-01-20T15:56:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6379147204d97b0e7f9fce448aec8e93c617d59862db3d227597810abf99ea44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:56:18.372Z] time="2022-01-20T15:56:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:56:18.372Z] time="2022-01-20T15:56:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6379147204d97b0e7f9fce448aec8e93c617d59862db3d227597810abf99ea44" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:56:18.372Z] plugin_test.go:165: [d1c79d8324454] daemon is not started [2022-01-20T15:56:18.372Z] --- PASS: TestPluginInstall (2.78s) [2022-01-20T15:56:18.372Z] --- PASS: TestPluginInstall/no_auth (1.18s) [2022-01-20T15:56:18.372Z] --- PASS: TestPluginInstall/with_htpasswd (0.56s) [2022-01-20T15:56:18.372Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-01-20T15:56:18.372Z] === RUN TestPluginsWithRuntimes [2022-01-20T15:56:18.875Z] === CONT TestConfigDaemonSeccompProfiles [2022-01-20T15:56:18.875Z] daemon_test.go:156: [dd5d352ef6f3b] daemon is not started [2022-01-20T15:56:18.875Z] --- PASS: TestConfigDaemonSeccompProfiles (3.27s) [2022-01-20T15:56:18.875Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-01-20T15:56:18.875Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-01-20T15:56:18.875Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s) [2022-01-20T15:56:18.875Z] === RUN TestDaemonProxy [2022-01-20T15:56:18.875Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-01-20T15:56:18.875Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-20T15:56:18.875Z] PASS [2022-01-20T15:56:18.875Z] [2022-01-20T15:56:18.875Z] === Skipped [2022-01-20T15:56:18.875Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-01-20T15:56:18.875Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-01-20T15:56:18.875Z] [2022-01-20T15:56:18.875Z] DONE 12 tests, 1 skipped in 4.235s [2022-01-20T15:56:18.875Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-01-20T15:56:19.017Z] tests/integration/api_plugin_test.py ........... [ 50%] [2022-01-20T15:56:19.441Z] INFO: Testing against a local daemon [2022-01-20T15:56:19.441Z] === RUN TestCommitInheritsEnv [2022-01-20T15:56:20.216Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-01-20T15:56:20.241Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-01-20T15:56:20.269Z] === RUN TestPluginsWithRuntimes/No_Args [2022-01-20T15:56:20.833Z] === RUN TestPluginsWithRuntimes/With_Args [2022-01-20T15:56:21.111Z] ...INFO: Daemon under test started and replied! [2022-01-20T15:56:21.111Z] INFO: Docker version of the daemon under test [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] Client: [2022-01-20T15:56:21.111Z] Version: 17.06.2-ce [2022-01-20T15:56:21.111Z] API version: 1.30 [2022-01-20T15:56:21.111Z] Go version: go1.8.3 [2022-01-20T15:56:21.111Z] Git commit: cec0b72 [2022-01-20T15:56:21.111Z] Built: Tue Sep 5 19:57:19 2017 [2022-01-20T15:56:21.111Z] OS/Arch: windows/amd64 [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] Server: [2022-01-20T15:56:21.111Z] Version: 0.0.0-dev [2022-01-20T15:56:21.111Z] API version: 1.42 (minimum version 1.24) [2022-01-20T15:56:21.111Z] Go version: go1.17.6 [2022-01-20T15:56:21.111Z] Git commit: 7d374687d7 [2022-01-20T15:56:21.111Z] Built: 01/20/2022 15:54:11 [2022-01-20T15:56:21.111Z] OS/Arch: windows/amd64 [2022-01-20T15:56:21.111Z] Experimental: false [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] INFO: Docker info of the daemon under test [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] Containers: 0 [2022-01-20T15:56:21.111Z] Running: 0 [2022-01-20T15:56:21.111Z] Paused: 0 [2022-01-20T15:56:21.111Z] Stopped: 0 [2022-01-20T15:56:21.111Z] Images: 0 [2022-01-20T15:56:21.111Z] Server Version: 0.0.0-dev [2022-01-20T15:56:21.111Z] Storage Driver: windowsfilter [2022-01-20T15:56:21.111Z] Windows: [2022-01-20T15:56:21.111Z] Logging Driver: json-file [2022-01-20T15:56:21.111Z] Plugins: [2022-01-20T15:56:21.111Z] Volume: local [2022-01-20T15:56:21.111Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:56:21.111Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:56:21.111Z] Swarm: inactive [2022-01-20T15:56:21.111Z] Default Isolation: process [2022-01-20T15:56:21.111Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T15:56:21.111Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T15:56:21.111Z] OSType: windows [2022-01-20T15:56:21.111Z] Architecture: x86_64 [2022-01-20T15:56:21.111Z] CPUs: 4 [2022-01-20T15:56:21.111Z] Total Memory: 32GiB [2022-01-20T15:56:21.111Z] Name: azwin-2-f55b50 [2022-01-20T15:56:21.111Z] ID: 2VYL:OB54:DEWZ:F3CT:PQZK:WX4X:EYSJ:M36D:6OV4:3P3D:N2FE:GPCQ [2022-01-20T15:56:21.111Z] Docker Root Dir: D:\CI\PR-43142\4\daemon [2022-01-20T15:56:21.111Z] Debug Mode (client): false [2022-01-20T15:56:21.111Z] Debug Mode (server): true [2022-01-20T15:56:21.111Z] File Descriptors: -1 [2022-01-20T15:56:21.111Z] Goroutines: 16 [2022-01-20T15:56:21.111Z] System Time: 2022-01-20T15:56:18.9479312Z [2022-01-20T15:56:21.111Z] EventsListeners: 0 [2022-01-20T15:56:21.111Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:56:21.111Z] Labels: [2022-01-20T15:56:21.111Z] Experimental: false [2022-01-20T15:56:21.111Z] Insecure Registries: [2022-01-20T15:56:21.111Z] 127.0.0.0/8 [2022-01-20T15:56:21.111Z] Live Restore Enabled: false [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] INFO: Docker images of the daemon under test [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-20T15:56:21.111Z] [2022-01-20T15:56:21.111Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-01-20T15:56:21.111Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-01-20T15:56:21.111Z] ltsc2022: Pulling from windows/servercore [2022-01-20T15:56:21.111Z] 8f616e6e9eec: Pulling fs layer [2022-01-20T15:56:21.111Z] 0e02c12b1310: Pulling fs layer [2022-01-20T15:56:21.357Z] --- PASS: TestCommitInheritsEnv (1.90s) [2022-01-20T15:56:21.357Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-20T15:56:21.357Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-01-20T15:56:21.357Z] === RUN TestImagesFilterMultiReference [2022-01-20T15:56:21.357Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-01-20T15:56:21.357Z] === RUN TestImagePullPlatformInvalid [2022-01-20T15:56:21.357Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-01-20T15:56:21.357Z] === RUN TestRemoveImageOrphaning [2022-01-20T15:56:21.623Z] --- PASS: TestServiceUpdatePidsLimit (16.03s) [2022-01-20T15:56:21.623Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) [2022-01-20T15:56:21.623Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-01-20T15:56:21.623Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.78s) [2022-01-20T15:56:21.623Z] PASS [2022-01-20T15:56:21.623Z] [2022-01-20T15:56:21.623Z] === Skipped [2022-01-20T15:56:21.623Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-20T15:56:21.623Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T15:56:21.623Z] [2022-01-20T15:56:21.623Z] DONE 27 tests, 1 skipped in 181.852s [2022-01-20T15:56:21.623Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-01-20T15:56:21.623Z] INFO: Testing against a local daemon [2022-01-20T15:56:21.623Z] === RUN TestSessionCreate [2022-01-20T15:56:21.623Z] --- PASS: TestSessionCreate (0.02s) [2022-01-20T15:56:21.623Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-20T15:56:21.623Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-01-20T15:56:21.623Z] PASS [2022-01-20T15:56:21.623Z] [2022-01-20T15:56:21.623Z] DONE 2 tests in 0.070s [2022-01-20T15:56:21.623Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-01-20T15:56:21.623Z] INFO: Testing against a local daemon [2022-01-20T15:56:21.623Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-20T15:56:21.623Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-01-20T15:56:21.623Z] === RUN TestDiskUsage [2022-01-20T15:56:21.623Z] === PAUSE TestDiskUsage [2022-01-20T15:56:21.623Z] === RUN TestEventsExecDie [2022-01-20T15:56:21.623Z] --- PASS: TestEventsExecDie (0.58s) [2022-01-20T15:56:21.623Z] === RUN TestEventsBackwardsCompatible [2022-01-20T15:56:21.765Z] --- PASS: TestPluginsWithRuntimes (3.20s) [2022-01-20T15:56:21.765Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.81s) [2022-01-20T15:56:21.765Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.80s) [2022-01-20T15:56:21.765Z] === RUN TestPluginBackCompatMediaTypes [2022-01-20T15:56:21.882Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-01-20T15:56:21.882Z] === RUN TestEventsVolumeCreate [2022-01-20T15:56:21.882Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-01-20T15:56:21.882Z] === RUN TestInfoBinaryCommits [2022-01-20T15:56:21.882Z] --- PASS: TestInfoBinaryCommits (0.03s) [2022-01-20T15:56:21.882Z] === RUN TestInfoAPIVersioned [2022-01-20T15:56:21.882Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-20T15:56:21.882Z] === RUN TestInfoAPI [2022-01-20T15:56:21.882Z] --- PASS: TestInfoAPI (0.02s) [2022-01-20T15:56:21.882Z] === RUN TestInfoAPIWarnings [2022-01-20T15:56:22.023Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-01-20T15:56:22.023Z] PASS [2022-01-20T15:56:22.023Z] [2022-01-20T15:56:22.023Z] DONE 10 tests in 6.655s [2022-01-20T15:56:22.023Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-20T15:56:22.023Z] ++ 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-01-20T15:56:22.023Z] ++ set -e [2022-01-20T15:56:22.023Z] ++ '[' -n 0 ']' [2022-01-20T15:56:22.023Z] ++ set -x [2022-01-20T15:56:22.023Z] ++ 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-01-20T15:56:22.280Z] INFO: Testing against a local daemon [2022-01-20T15:56:22.280Z] === RUN TestExternalGraphDriver [2022-01-20T15:56:22.280Z] === RUN TestExternalGraphDriver/json [2022-01-20T15:56:23.302Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2022-01-20T15:56:23.302Z] === RUN TestRemoveImageGarbageCollector [2022-01-20T15:56:23.303Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-01-20T15:56:23.303Z] --- SKIP: TestRemoveImageGarbageCollector (0.01s) [2022-01-20T15:56:23.303Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-20T15:56:23.303Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-01-20T15:56:23.303Z] === RUN TestTagInvalidReference [2022-01-20T15:56:23.303Z] --- PASS: TestTagInvalidReference (0.01s) [2022-01-20T15:56:23.303Z] === RUN TestTagValidPrefixedRepo [2022-01-20T15:56:23.303Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-01-20T15:56:23.303Z] === RUN TestTagExistedNameWithoutForce [2022-01-20T15:56:23.303Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-01-20T15:56:23.303Z] === RUN TestTagOfficialNames [2022-01-20T15:56:23.303Z] --- PASS: TestTagOfficialNames (0.06s) [2022-01-20T15:56:23.303Z] === RUN TestTagMatchesDigest [2022-01-20T15:56:23.303Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-01-20T15:56:23.303Z] === CONT TestImportExtremelyLargeImageWorks [2022-01-20T15:56:23.542Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-01-20T15:56:23.542Z] check_test.go:308: [de7aff46982ff] daemon is not started [2022-01-20T15:56:23.542Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-01-20T15:56:24.155Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-01-20T15:56:24.176Z] === RUN TestExternalGraphDriver/spec [2022-01-20T15:56:25.547Z] === RUN TestExternalGraphDriver/pull [2022-01-20T15:56:27.096Z] --- PASS: TestExternalGraphDriver (4.62s) [2022-01-20T15:56:27.096Z] --- PASS: TestExternalGraphDriver/json (1.53s) [2022-01-20T15:56:27.096Z] --- PASS: TestExternalGraphDriver/spec (1.51s) [2022-01-20T15:56:27.096Z] --- PASS: TestExternalGraphDriver/pull (1.54s) [2022-01-20T15:56:27.096Z] === RUN TestGraphdriverPluginV2 [2022-01-20T15:56:27.096Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:56:27.096Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-01-20T15:56:27.096Z] PASS [2022-01-20T15:56:27.096Z] [2022-01-20T15:56:27.096Z] === Skipped [2022-01-20T15:56:27.096Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-01-20T15:56:27.096Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:56:27.096Z] [2022-01-20T15:56:27.096Z] DONE 5 tests, 1 skipped in 4.722s [2022-01-20T15:56:27.096Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-20T15:56:27.096Z] ++ 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-01-20T15:56:27.096Z] ++ set -e [2022-01-20T15:56:27.096Z] ++ '[' -n 0 ']' [2022-01-20T15:56:27.096Z] ++ set -x [2022-01-20T15:56:27.096Z] ++ 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-01-20T15:56:27.096Z] INFO: Testing against a local daemon [2022-01-20T15:56:27.096Z] === RUN TestContinueAfterPluginCrash [2022-01-20T15:56:27.096Z] === PAUSE TestContinueAfterPluginCrash [2022-01-20T15:56:27.096Z] === RUN TestReadPluginNoRead [2022-01-20T15:56:27.096Z] === PAUSE TestReadPluginNoRead [2022-01-20T15:56:27.096Z] === RUN TestDaemonStartWithLogOpt [2022-01-20T15:56:27.096Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-20T15:56:27.096Z] === CONT TestContinueAfterPluginCrash [2022-01-20T15:56:27.096Z] === CONT TestDaemonStartWithLogOpt [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite (334.19s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (6.25s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.68s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.52s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.21s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.11s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.79s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.46s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.81s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.60s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.65s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.13s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.17s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.39s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.09s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.31s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.52s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.14s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.57s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.26s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.70s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.57s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.91s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.69s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.26s) [2022-01-20T15:56:30.125Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.43s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.42s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.57s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.81s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.06s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.55s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.49s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.33s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.47s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.60s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.56s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.82s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.73s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.70s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.37s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.83s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.20s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.44s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.87s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.36s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.17s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.88s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.80s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.86s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.52s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.26s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (8.81s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.91s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.59s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.31s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.88s) [2022-01-20T15:56:30.125Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-01-20T15:56:30.125Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.32s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (3.88s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (2.73s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.54s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.71s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.45s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.98s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.21s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.25s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.47s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.84s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.61s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.19s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.53s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.89s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.55s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.82s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.83s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.93s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.59s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.33s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.81s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.57s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.89s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.37s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.25s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.06s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.52s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.81s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.23s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.26s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.25s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.62s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.15s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.08s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.90s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.58s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.54s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.67s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.86s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.74s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.18s) [2022-01-20T15:56:30.125Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.90s) [2022-01-20T15:56:30.125Z] === RUN TestDockerSwarmSuite [2022-01-20T15:56:30.125Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-01-20T15:56:30.373Z] --- PASS: TestDaemonStartWithLogOpt (2.99s) [2022-01-20T15:56:30.373Z] === CONT TestReadPluginNoRead [2022-01-20T15:56:32.037Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-01-20T15:56:32.269Z] === RUN TestReadPluginNoRead/default [2022-01-20T15:56:33.201Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-20T15:56:33.612Z] 8f616e6e9eec: Verifying Checksum [2022-01-20T15:56:33.612Z] 8f616e6e9eec: Download complete [2022-01-20T15:56:34.572Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-20T15:56:34.829Z] --- PASS: TestContinueAfterPluginCrash (7.92s) [2022-01-20T15:56:35.336Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-01-20T15:56:35.394Z] === CONT TestReadPluginNoRead [2022-01-20T15:56:35.394Z] read_test.go:92: [d14ad9c6b28a0] daemon is not started [2022-01-20T15:56:35.394Z] --- PASS: TestReadPluginNoRead (5.41s) [2022-01-20T15:56:35.394Z] --- PASS: TestReadPluginNoRead/default (1.13s) [2022-01-20T15:56:35.394Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.11s) [2022-01-20T15:56:35.394Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.09s) [2022-01-20T15:56:35.394Z] PASS [2022-01-20T15:56:35.394Z] [2022-01-20T15:56:35.394Z] DONE 6 tests in 8.495s [2022-01-20T15:56:35.394Z] 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-01-20T15:56:35.394Z] ++ 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-01-20T15:56:35.394Z] ++ set -e [2022-01-20T15:56:35.394Z] ++ '[' -n 0 ']' [2022-01-20T15:56:35.394Z] ++ set -x [2022-01-20T15:56:35.394Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-20T15:56:35.394Z] testing: warning: no tests to run [2022-01-20T15:56:35.394Z] PASS [2022-01-20T15:56:35.394Z] [2022-01-20T15:56:35.394Z] DONE 0 tests in 0.025s [2022-01-20T15:56:35.394Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-20T15:56:35.394Z] ++ 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-01-20T15:56:35.394Z] ++ set -e [2022-01-20T15:56:35.394Z] ++ '[' -n 0 ']' [2022-01-20T15:56:35.394Z] ++ set -x [2022-01-20T15:56:35.394Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-01-20T15:56:35.394Z] INFO: Testing against a local daemon [2022-01-20T15:56:35.394Z] === RUN TestPluginWithDevMounts [2022-01-20T15:56:35.394Z] === PAUSE TestPluginWithDevMounts [2022-01-20T15:56:35.394Z] === CONT TestPluginWithDevMounts [2022-01-20T15:56:37.320Z] --- PASS: TestPluginWithDevMounts (1.55s) [2022-01-20T15:56:37.320Z] PASS [2022-01-20T15:56:37.320Z] [2022-01-20T15:56:37.320Z] DONE 1 tests in 1.630s [2022-01-20T15:56:37.320Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-20T15:56:37.320Z] ++ 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-01-20T15:56:37.320Z] ++ set -e [2022-01-20T15:56:37.320Z] ++ '[' -n 0 ']' [2022-01-20T15:56:37.320Z] ++ set -x [2022-01-20T15:56:37.320Z] ++ 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-01-20T15:56:37.320Z] INFO: Testing against a local daemon [2022-01-20T15:56:37.320Z] === RUN TestSecretInspect [2022-01-20T15:56:37.981Z] ............................ [ 67%] [2022-01-20T15:56:38.636Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-20T15:56:38.691Z] --- PASS: TestSecretInspect (1.66s) [2022-01-20T15:56:38.691Z] === RUN TestSecretList [2022-01-20T15:56:39.980Z] --- PASS: TestInfoAPIWarnings (16.23s) [2022-01-20T15:56:39.980Z] === RUN TestInfoDebug [2022-01-20T15:56:39.980Z] --- PASS: TestInfoDebug (0.53s) [2022-01-20T15:56:39.980Z] === RUN TestInfoInsecureRegistries [2022-01-20T15:56:39.980Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-01-20T15:56:39.980Z] === RUN TestInfoRegistryMirrors [2022-01-20T15:56:39.980Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-01-20T15:56:39.980Z] === RUN TestLoginFailsWithBadCredentials [2022-01-20T15:56:39.980Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-01-20T15:56:39.980Z] === RUN TestPingCacheHeaders [2022-01-20T15:56:39.980Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-01-20T15:56:39.980Z] === RUN TestPingGet [2022-01-20T15:56:39.980Z] --- PASS: TestPingGet (0.01s) [2022-01-20T15:56:39.980Z] === RUN TestPingHead [2022-01-20T15:56:39.980Z] --- PASS: TestPingHead (0.02s) [2022-01-20T15:56:39.980Z] === RUN TestVersion [2022-01-20T15:56:39.980Z] --- PASS: TestVersion (0.02s) [2022-01-20T15:56:39.980Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-01-20T15:56:39.980Z] === CONT TestDiskUsage [2022-01-20T15:56:40.022Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/container_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/image_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/volume_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-20T15:56:40.550Z] === RUN TestDiskUsage/after_container.Run [2022-01-20T15:56:40.591Z] --- PASS: TestSecretList (1.65s) [2022-01-20T15:56:40.591Z] === RUN TestSecretsCreateAndDelete [2022-01-20T15:56:40.593Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-20T15:56:41.120Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage (1.49s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.25s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run (0.49s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:56:41.380Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.50s) [2022-01-20T15:56:41.380Z] PASS [2022-01-20T15:56:41.380Z] [2022-01-20T15:56:41.380Z] DONE 50 tests in 20.255s [2022-01-20T15:56:41.380Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-20T15:56:41.380Z] INFO: Testing against a local daemon [2022-01-20T15:56:41.380Z] === RUN TestVolumesCreateAndList [2022-01-20T15:56:41.380Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-01-20T15:56:41.380Z] === RUN TestVolumesRemove [2022-01-20T15:56:41.380Z] --- PASS: TestVolumesRemove (0.06s) [2022-01-20T15:56:41.380Z] === RUN TestVolumesInspect [2022-01-20T15:56:41.380Z] --- PASS: TestVolumesInspect (0.02s) [2022-01-20T15:56:41.380Z] === RUN TestVolumesInvalidJSON [2022-01-20T15:56:41.640Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-20T15:56:41.640Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-20T15:56:41.640Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-20T15:56:41.640Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-01-20T15:56:41.640Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-20T15:56:41.640Z] PASS [2022-01-20T15:56:41.640Z] [2022-01-20T15:56:41.640Z] DONE 5 tests in 0.153s [2022-01-20T15:56:41.640Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-20T15:56:42.210Z] Stopping apparmor (via systemctl): apparmor.service. [2022-01-20T15:56:42.210Z] Removing test suite binaries [2022-01-20T15:56:42.210Z] exiting test-integration [2022-01-20T15:56:42.210Z] ++ exit 0 [2022-01-20T15:56:42.210Z] [2022-01-20T15:56:42.487Z] --- PASS: TestSecretsCreateAndDelete (2.08s) [2022-01-20T15:56:42.487Z] === RUN TestSecretsUpdate Post stage [Pipeline] junit [2022-01-20T15:56:43.167Z] Recording test results [2022-01-20T15:56:43.378Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-20T15:56:43.735Z] + echo Ensuring container killed. [2022-01-20T15:56:43.735Z] Ensuring container killed. [2022-01-20T15:56:43.735Z] + docker rm -vf docker-pr4 [2022-01-20T15:56:43.735Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-20T15:56:44.020Z] + echo Chowning /workspace to jenkins user [2022-01-20T15:56:44.020Z] Chowning /workspace to jenkins user [2022-01-20T15:56:44.020Z] + id -u [2022-01-20T15:56:44.020Z] + id -g [2022-01-20T15:56:44.020Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43142:/workspace busybox chown -R 1000:1000 /workspace [2022-01-20T15:56:45.012Z] --- PASS: TestSecretsUpdate (2.07s) [2022-01-20T15:56:45.012Z] === RUN TestTemplatedSecret [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-20T15:56:45.702Z] + bundleName=amd64-cgroup2 [2022-01-20T15:56:45.702Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-01-20T15:56:45.702Z] Creating amd64-cgroup2-bundles.tar.gz [2022-01-20T15:56:45.702Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2022-01-20T15:56:45.702Z] + 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-01-20T15:56:45.975Z] Archiving artifacts [2022-01-20T15:56:46.355Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-20T15:56:46.667Z] + make clean [2022-01-20T15:56:46.667Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T15:56:46.667Z] docker-dev-cache [2022-01-20T15:56:46.667Z] docker-mod-cache [Pipeline] deleteDir [2022-01-20T15:56:47.339Z] 8f616e6e9eec: Pull complete [2022-01-20T15:56:47.537Z] --- PASS: TestTemplatedSecret (2.52s) [2022-01-20T15:56:47.537Z] === RUN TestSecretCreateResolve [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-20T15:56:48.728Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-20T15:56:48.729Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-20T15:56:49.320Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-20T15:56:49.433Z] --- PASS: TestSecretCreateResolve (2.16s) [2022-01-20T15:56:49.433Z] PASS [2022-01-20T15:56:49.433Z] [2022-01-20T15:56:49.433Z] DONE 6 tests in 12.231s [2022-01-20T15:56:49.433Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-01-20T15:56:49.433Z] ++ 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-01-20T15:56:49.433Z] ++ set -e [2022-01-20T15:56:49.433Z] ++ '[' -n 0 ']' [2022-01-20T15:56:49.433Z] ++ set -x [2022-01-20T15:56:49.433Z] ++ 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-01-20T15:56:49.433Z] INFO: Testing against a local daemon [2022-01-20T15:56:49.433Z] === RUN TestServiceCreateInit [2022-01-20T15:56:49.433Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-20T15:56:49.582Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-20T15:56:50.298Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-01-20T15:56:50.298Z] [2022-01-20T15:56:50.298Z] ________ ____ __. [2022-01-20T15:56:50.298Z] \_____ \ | |/ _| [2022-01-20T15:56:50.298Z] / | \| < [2022-01-20T15:56:50.298Z] / | \ | \ [2022-01-20T15:56:50.298Z] \_______ /____|__ \ [2022-01-20T15:56:50.298Z] \/ \/ [2022-01-20T15:56:50.298Z] [2022-01-20T15:56:50.298Z] INFO: make.ps1 ended at 01/20/2022 15:56:48 [2022-01-20T15:56:50.298Z] INFO: Binaries build ended at 01/20/2022 15:56:50. Duration:00:01:18.6818594 [2022-01-20T15:56:50.965Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-20T15:56:50.965Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-01-20T15:56:50.965Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-20T15:56:51.226Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-20T15:56:51.866Z] INFO: Copying the built daemon binary to d:\CI\PR-43142\4\binary\dockerd-530ea24910.exe... [2022-01-20T15:56:51.866Z] INFO: Copying the built client binary to d:\CI\PR-43142\4\binary\docker-530ea24910.exe... [2022-01-20T15:56:51.866Z] INFO: Copying dockerversion from the container... [2022-01-20T15:56:51.866Z] INFO: Copying the golang package from the container to d:\CI\PR-43142\4\installer\go.zip... [2022-01-20T15:56:52.857Z] INFO: Extracting go.zip to d:\CI\PR-43142\4\go [2022-01-20T15:56:53.142Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-01-20T15:56:53.612Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-20T15:56:54.084Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-01-20T15:56:56.626Z] docker_api_swarm_test.go:563: [de4c7ec4eabc3] joining swarm manager [d4e6ef3f28bd7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T15:56:56.888Z] --- PASS: TestServiceCreateInit (6.91s) [2022-01-20T15:56:56.888Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.50s) [2022-01-20T15:56:56.888Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.39s) [2022-01-20T15:56:56.888Z] === RUN TestCreateServiceMultipleTimes [2022-01-20T15:57:01.914Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-20T15:57:01.914Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-20T15:57:02.175Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-20T15:57:02.746Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-20T15:57:03.006Z] === RUN TestDockerSuite/TestBuildFails [2022-01-20T15:57:03.577Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-20T15:57:03.577Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-20T15:57:06.120Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-20T15:57:08.663Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-20T15:57:08.663Z] docker_api_swarm_test.go:585: [d70ce33f5506f] joining swarm manager [d4e6ef3f28bd7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T15:57:10.577Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-20T15:57:11.750Z] --- PASS: TestCreateServiceMultipleTimes (14.47s) [2022-01-20T15:57:11.750Z] === RUN TestCreateServiceConflict [2022-01-20T15:57:11.964Z] check_test.go:379: [de4c7ec4eabc3] daemon is not started [2022-01-20T15:57:11.964Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-20T15:57:12.535Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-20T15:57:13.131Z] --- PASS: TestCreateServiceConflict (2.07s) [2022-01-20T15:57:13.131Z] === RUN TestCreateServiceMaxReplicas [2022-01-20T15:57:13.493Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-20T15:57:14.875Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-20T15:57:15.658Z] --- PASS: TestCreateServiceMaxReplicas (2.58s) [2022-01-20T15:57:15.658Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-20T15:57:15.817Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-20T15:57:16.077Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-20T15:57:17.990Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-20T15:57:18.146Z] INFO: Extraction ended at 01/20/2022 15:57:16. Duration:00:00:24.0234758 [2022-01-20T15:57:18.146Z] INFO: Updating the golang and path environment variables [2022-01-20T15:57:18.146Z] INFO: GOPATH=d:\gopath [2022-01-20T15:57:18.146Z] INFO: go version go1.17.6 windows/amd64 [2022-01-20T15:57:18.146Z] INFO: Running the daemon under test in debug mode [2022-01-20T15:57:18.146Z] INFO: Starting a daemon under test... [2022-01-20T15:57:18.146Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43142\4\daemon --pidfile d:\CI\PR-43142\4\docker.pid -D [2022-01-20T15:57:18.146Z] INFO: Process started successfully. [2022-01-20T15:57:18.146Z] INFO: Start tailing logs of the daemon under tests [2022-01-20T15:57:18.146Z] INFO: Waiting for the daemon under test to start... [2022-01-20T15:57:19.163Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-01-20T15:57:19.902Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-20T15:57:20.913Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-20T15:57:22.297Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-01-20T15:57:22.297Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-01-20T15:57:22.297Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-01-20T15:57:25.600Z] docker_api_swarm_test.go:46: [d45d217389e3f] joining swarm manager [d9d5a04177a8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T15:57:25.600Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-20T15:57:25.600Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-20T15:57:26.542Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-20T15:57:27.113Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-20T15:57:27.373Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-20T15:57:27.634Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-20T15:57:28.206Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-20T15:57:28.777Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-20T15:57:29.348Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-20T15:57:29.609Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-20T15:57:29.870Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-20T15:57:30.441Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-20T15:57:30.516Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.98s) [2022-01-20T15:57:30.516Z] === RUN TestCreateServiceSecretFileMode [2022-01-20T15:57:31.383Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-20T15:57:33.928Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-20T15:57:34.592Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-01-20T15:57:36.500Z] tests/integration/client_test.py ..... [ 75%] [2022-01-20T15:57:36.500Z] tests/integration/context_api_test.py ... [ 76%] [2022-01-20T15:57:37.071Z] tests/integration/errors_test.py . [ 76%] [2022-01-20T15:57:39.225Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-20T15:57:39.384Z] .....INFO: Daemon under test started and replied! [2022-01-20T15:57:39.384Z] INFO: Docker version of the daemon under test [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] Client: [2022-01-20T15:57:39.384Z] Version: 17.06.2-ce [2022-01-20T15:57:39.384Z] API version: 1.30 [2022-01-20T15:57:39.384Z] Go version: go1.8.3 [2022-01-20T15:57:39.384Z] Git commit: cec0b72 [2022-01-20T15:57:39.384Z] Built: Tue Sep 5 19:57:19 2017 [2022-01-20T15:57:39.384Z] OS/Arch: windows/amd64 [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] Server: [2022-01-20T15:57:39.384Z] Version: 0.0.0-dev [2022-01-20T15:57:39.384Z] API version: 1.42 (minimum version 1.24) [2022-01-20T15:57:39.384Z] Go version: go1.17.6 [2022-01-20T15:57:39.384Z] Git commit: 530ea24910 [2022-01-20T15:57:39.384Z] Built: 01/20/2022 15:55:37 [2022-01-20T15:57:39.384Z] OS/Arch: windows/amd64 [2022-01-20T15:57:39.384Z] Experimental: false [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] INFO: Docker info of the daemon under test [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] Containers: 0 [2022-01-20T15:57:39.384Z] Running: 0 [2022-01-20T15:57:39.384Z] Paused: 0 [2022-01-20T15:57:39.384Z] Stopped: 0 [2022-01-20T15:57:39.384Z] Images: 0 [2022-01-20T15:57:39.384Z] Server Version: 0.0.0-dev [2022-01-20T15:57:39.384Z] Storage Driver: windowsfilter [2022-01-20T15:57:39.384Z] Windows: [2022-01-20T15:57:39.384Z] Logging Driver: json-file [2022-01-20T15:57:39.384Z] Plugins: [2022-01-20T15:57:39.384Z] Volume: local [2022-01-20T15:57:39.384Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T15:57:39.384Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T15:57:39.384Z] Swarm: inactive [2022-01-20T15:57:39.384Z] Default Isolation: process [2022-01-20T15:57:39.384Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-20T15:57:39.384Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-20T15:57:39.384Z] OSType: windows [2022-01-20T15:57:39.384Z] Architecture: x86_64 [2022-01-20T15:57:39.384Z] CPUs: 4 [2022-01-20T15:57:39.384Z] Total Memory: 32GiB [2022-01-20T15:57:39.384Z] Name: azwin-2-36ef30 [2022-01-20T15:57:39.384Z] ID: LVGP:QZNL:C33T:DFYQ:LAKL:42GW:5FVI:UHOD:L427:FCOI:LT3Y:O66C [2022-01-20T15:57:39.384Z] Docker Root Dir: D:\CI\PR-43142\4\daemon [2022-01-20T15:57:39.384Z] Debug Mode (client): false [2022-01-20T15:57:39.384Z] Debug Mode (server): true [2022-01-20T15:57:39.384Z] File Descriptors: -1 [2022-01-20T15:57:39.384Z] Goroutines: 16 [2022-01-20T15:57:39.384Z] System Time: 2022-01-20T15:57:36.315702Z [2022-01-20T15:57:39.384Z] EventsListeners: 0 [2022-01-20T15:57:39.384Z] Registry: https://index.docker.io/v1/ [2022-01-20T15:57:39.384Z] Labels: [2022-01-20T15:57:39.384Z] Experimental: false [2022-01-20T15:57:39.384Z] Insecure Registries: [2022-01-20T15:57:39.384Z] 127.0.0.0/8 [2022-01-20T15:57:39.384Z] Live Restore Enabled: false [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] INFO: Docker images of the daemon under test [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-20T15:57:39.384Z] [2022-01-20T15:57:39.384Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-01-20T15:57:39.384Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-01-20T15:57:39.384Z] ltsc2019: Pulling from windows/servercore [2022-01-20T15:57:39.384Z] 4612f6d0b889: Pulling fs layer [2022-01-20T15:57:39.384Z] 567fd00846e9: Pulling fs layer [2022-01-20T15:57:42.524Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-20T15:57:42.524Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-20T15:57:42.524Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-20T15:57:42.524Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-20T15:57:42.524Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-20T15:57:42.700Z] --- PASS: TestCreateServiceSecretFileMode (12.54s) [2022-01-20T15:57:42.700Z] === RUN TestCreateServiceConfigFileMode [2022-01-20T15:57:42.784Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-20T15:57:43.357Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-01-20T15:57:43.357Z] --- PASS: TestImportExtremelyLargeImageWorks (171.76s) [2022-01-20T15:57:43.357Z] PASS [2022-01-20T15:57:43.357Z] [2022-01-20T15:57:43.357Z] DONE 12 tests in 175.379s [2022-01-20T15:57:43.357Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-01-20T15:57:43.357Z] ++ 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-01-20T15:57:43.618Z] ++ set -e [2022-01-20T15:57:43.618Z] ++ '[' -n 0 ']' [2022-01-20T15:57:43.618Z] ++ set -x [2022-01-20T15:57:43.618Z] ++ 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-01-20T15:57:43.618Z] INFO: Testing against a local daemon [2022-01-20T15:57:43.618Z] === RUN TestNetworkCreateDelete [2022-01-20T15:57:43.879Z] --- PASS: TestNetworkCreateDelete (0.17s) [2022-01-20T15:57:43.879Z] === RUN TestDockerNetworkDeletePreferID [2022-01-20T15:57:44.139Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-01-20T15:57:44.400Z] --- PASS: TestDockerNetworkDeletePreferID (0.55s) [2022-01-20T15:57:44.400Z] === RUN TestDaemonDNSFallback [2022-01-20T15:57:44.400Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-20T15:57:45.785Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-20T15:57:45.938Z] 0e02c12b1310: Verifying Checksum [2022-01-20T15:57:45.938Z] 0e02c12b1310: Download complete [2022-01-20T15:57:49.083Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-20T15:57:49.083Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-20T15:57:49.083Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-20T15:57:49.831Z] 567fd00846e9: Verifying Checksum [2022-01-20T15:57:49.831Z] 567fd00846e9: Download complete [2022-01-20T15:57:50.995Z] --- PASS: TestDaemonDNSFallback (6.69s) [2022-01-20T15:57:50.995Z] === RUN TestInspectNetwork [2022-01-20T15:57:53.632Z] 4612f6d0b889: Verifying Checksum [2022-01-20T15:57:53.632Z] 4612f6d0b889: Download complete [2022-01-20T15:57:54.884Z] --- PASS: TestCreateServiceConfigFileMode (12.25s) [2022-01-20T15:57:54.884Z] === RUN TestCreateServiceSysctls [2022-01-20T15:57:55.202Z] === RUN TestInspectNetwork/full_network_id [2022-01-20T15:57:55.202Z] === RUN TestInspectNetwork/partial_network_id [2022-01-20T15:57:55.202Z] === RUN TestInspectNetwork/network_name [2022-01-20T15:57:55.202Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-01-20T15:57:55.405Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-01-20T15:57:55.772Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-20T15:57:55.816Z] --- PASS: TestCreateServiceSysctls (2.50s) [2022-01-20T15:57:55.816Z] === RUN TestCreateServiceCapabilities [2022-01-20T15:57:58.319Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-20T15:57:58.340Z] --- PASS: TestCreateServiceCapabilities (2.30s) [2022-01-20T15:57:58.340Z] === RUN TestInspect [2022-01-20T15:57:58.890Z] --- PASS: TestInspectNetwork (7.90s) [2022-01-20T15:57:58.890Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-01-20T15:57:58.890Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-01-20T15:57:58.890Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-01-20T15:57:58.890Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-01-20T15:57:58.890Z] === RUN TestRunContainerWithBridgeNone [2022-01-20T15:57:59.150Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-20T15:57:59.939Z] --- PASS: TestImportExtremelyLargeImageWorks (89.92s) [2022-01-20T15:57:59.939Z] PASS [2022-01-20T15:57:59.939Z] [2022-01-20T15:57:59.939Z] === Skipped [2022-01-20T15:57:59.939Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.01s) [2022-01-20T15:57:59.939Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-01-20T15:57:59.939Z] [2022-01-20T15:57:59.939Z] DONE 12 tests, 1 skipped in 94.303s [2022-01-20T15:57:59.939Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-01-20T15:57:59.939Z] INFO: Testing against a local daemon [2022-01-20T15:57:59.939Z] === RUN TestNetworkCreateDelete [2022-01-20T15:57:59.939Z] --- PASS: TestNetworkCreateDelete (0.12s) [2022-01-20T15:57:59.939Z] === RUN TestDockerNetworkDeletePreferID [2022-01-20T15:57:59.939Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-01-20T15:57:59.939Z] === RUN TestDaemonDNSFallback [2022-01-20T15:58:00.199Z] --- PASS: TestDaemonDNSFallback (6.28s) [2022-01-20T15:58:00.199Z] === RUN TestInspectNetwork [2022-01-20T15:58:00.199Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.199Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-20T15:58:00.199Z] === RUN TestRunContainerWithBridgeNone [2022-01-20T15:58:00.199Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.199Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-20T15:58:00.199Z] === RUN TestNetworkInvalidJSON [2022-01-20T15:58:00.199Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-20T15:58:00.199Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-20T15:58:00.199Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:58:00.199Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:58:00.199Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:58:00.199Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:58:00.199Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-20T15:58:00.199Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:58:00.199Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:58:00.199Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-01-20T15:58:00.199Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-20T15:58:00.199Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-20T15:58:00.199Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-20T15:58:00.199Z] === RUN TestNetworkList [2022-01-20T15:58:00.199Z] === RUN TestNetworkList//networks [2022-01-20T15:58:00.199Z] === PAUSE TestNetworkList//networks [2022-01-20T15:58:00.199Z] === RUN TestNetworkList//networks/ [2022-01-20T15:58:00.199Z] === PAUSE TestNetworkList//networks/ [2022-01-20T15:58:00.199Z] === CONT TestNetworkList//networks [2022-01-20T15:58:00.199Z] === CONT TestNetworkList//networks/ [2022-01-20T15:58:00.199Z] --- PASS: TestNetworkList (0.02s) [2022-01-20T15:58:00.199Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-20T15:58:00.199Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-20T15:58:00.199Z] === RUN TestHostIPv4BridgeLabel [2022-01-20T15:58:00.199Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.199Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-20T15:58:00.199Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-20T15:58:00.199Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.199Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-01-20T15:58:00.199Z] === RUN TestDaemonDefaultNetworkPools [2022-01-20T15:58:00.199Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.199Z] --- SKIP: TestDaemonDefaultNetworkPools (0.02s) [2022-01-20T15:58:00.199Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-20T15:58:00.199Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.199Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.04s) [2022-01-20T15:58:00.199Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-20T15:58:00.457Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.04s) [2022-01-20T15:58:00.457Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-20T15:58:00.457Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.03s) [2022-01-20T15:58:00.457Z] === RUN TestServiceWithPredefinedNetwork [2022-01-20T15:58:00.457Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.457Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T15:58:00.457Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-20T15:58:00.457Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:58:00.457Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:58:00.457Z] === RUN TestServiceWithDataPathPortInit [2022-01-20T15:58:00.457Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.457Z] --- SKIP: TestServiceWithDataPathPortInit (0.02s) [2022-01-20T15:58:00.457Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-20T15:58:00.457Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.457Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T15:58:00.457Z] PASS [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === Skipped [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-01-20T15:58:00.457Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-01-20T15:58:00.457Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-01-20T15:58:00.457Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-01-20T15:58:00.457Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.02s) [2022-01-20T15:58:00.457Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.04s) [2022-01-20T15:58:00.457Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.04s) [2022-01-20T15:58:00.457Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.03s) [2022-01-20T15:58:00.457Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T15:58:00.457Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:58:00.457Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.457Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.02s) [2022-01-20T15:58:00.457Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.457Z] [2022-01-20T15:58:00.458Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T15:58:00.458Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:00.458Z] [2022-01-20T15:58:00.458Z] DONE 22 tests, 12 skipped in 7.090s [2022-01-20T15:58:00.458Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:58:00.458Z] INFO: Testing against a local daemon [2022-01-20T15:58:00.458Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-20T15:58:00.458Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:00.458Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:58:00.458Z] === RUN TestDockerNetworkIpvlan [2022-01-20T15:58:00.458Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:00.458Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:58:00.716Z] PASS [2022-01-20T15:58:00.716Z] [2022-01-20T15:58:00.716Z] === Skipped [2022-01-20T15:58:00.716Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:58:00.716Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:00.716Z] [2022-01-20T15:58:00.716Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:58:00.716Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:00.716Z] [2022-01-20T15:58:00.716Z] DONE 2 tests, 2 skipped in 0.169s [2022-01-20T15:58:00.716Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:58:00.716Z] INFO: Testing against a local daemon [2022-01-20T15:58:00.716Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-20T15:58:00.716Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.716Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-01-20T15:58:00.716Z] === RUN TestDockerNetworkMacvlan [2022-01-20T15:58:00.716Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.716Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-01-20T15:58:00.716Z] PASS [2022-01-20T15:58:00.716Z] [2022-01-20T15:58:00.716Z] === Skipped [2022-01-20T15:58:00.716Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-01-20T15:58:00.716Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.716Z] [2022-01-20T15:58:00.716Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-01-20T15:58:00.716Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-01-20T15:58:00.716Z] [2022-01-20T15:58:00.716Z] DONE 2 tests, 2 skipped in 0.202s [2022-01-20T15:58:00.716Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-20T15:58:00.865Z] --- PASS: TestInspect (2.52s) [2022-01-20T15:58:00.865Z] === RUN TestCreateJob [2022-01-20T15:58:00.974Z] testing: warning: no tests to run [2022-01-20T15:58:00.974Z] PASS [2022-01-20T15:58:00.974Z] [2022-01-20T15:58:00.974Z] DONE 0 tests in 0.041s [2022-01-20T15:58:00.974Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-20T15:58:01.082Z] --- PASS: TestRunContainerWithBridgeNone (2.11s) [2022-01-20T15:58:01.082Z] === RUN TestNetworkInvalidJSON [2022-01-20T15:58:01.082Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-20T15:58:01.082Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-20T15:58:01.082Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:58:01.082Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:58:01.082Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:58:01.082Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:58:01.082Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-20T15:58:01.082Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T15:58:01.082Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T15:58:01.082Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2022-01-20T15:58:01.082Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-01-20T15:58:01.082Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-20T15:58:01.082Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-01-20T15:58:01.082Z] === RUN TestNetworkList [2022-01-20T15:58:01.082Z] === RUN TestNetworkList//networks [2022-01-20T15:58:01.082Z] === PAUSE TestNetworkList//networks [2022-01-20T15:58:01.082Z] === RUN TestNetworkList//networks/ [2022-01-20T15:58:01.082Z] === PAUSE TestNetworkList//networks/ [2022-01-20T15:58:01.082Z] === CONT TestNetworkList//networks [2022-01-20T15:58:01.082Z] === CONT TestNetworkList//networks/ [2022-01-20T15:58:01.082Z] --- PASS: TestNetworkList (0.02s) [2022-01-20T15:58:01.082Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-20T15:58:01.082Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-20T15:58:01.082Z] === RUN TestHostIPv4BridgeLabel [2022-01-20T15:58:01.082Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-20T15:58:01.082Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-01-20T15:58:01.082Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-20T15:58:01.232Z] INFO: Testing against a local daemon [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginAllowRequest [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginTLS [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginDenyRequest [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginDenyResponse [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginAllowEventStream [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginErrorResponse [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginErrorRequest [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginHeader [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginV2Disable [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-20T15:58:01.232Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.232Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-01-20T15:58:01.232Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-01-20T15:58:01.490Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-01-20T15:58:01.490Z] PASS [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === Skipped [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-01-20T15:58:01.490Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.490Z] [2022-01-20T15:58:01.490Z] DONE 17 tests, 17 skipped in 0.525s [2022-01-20T15:58:01.490Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-20T15:58:01.652Z] --- PASS: TestHostIPv4BridgeLabel (0.64s) [2022-01-20T15:58:01.652Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-20T15:58:01.748Z] INFO: Testing against a local daemon [2022-01-20T15:58:01.748Z] === RUN TestPluginInvalidJSON [2022-01-20T15:58:01.748Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:58:01.748Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:58:01.748Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:58:01.748Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-01-20T15:58:01.748Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-20T15:58:01.748Z] === RUN TestPluginInstall [2022-01-20T15:58:01.748Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.748Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-20T15:58:01.748Z] === RUN TestPluginsWithRuntimes [2022-01-20T15:58:01.748Z] 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-01-20T15:58:01.748Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-20T15:58:01.748Z] === RUN TestPluginBackCompatMediaTypes [2022-01-20T15:58:01.748Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-01-20T15:58:01.748Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T15:58:01.748Z] PASS [2022-01-20T15:58:01.748Z] [2022-01-20T15:58:01.748Z] === Skipped [2022-01-20T15:58:01.748Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-01-20T15:58:01.748Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-01-20T15:58:01.748Z] [2022-01-20T15:58:01.748Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-01-20T15:58:01.748Z] 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-01-20T15:58:01.748Z] [2022-01-20T15:58:01.748Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T15:58:01.748Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-01-20T15:58:01.748Z] [2022-01-20T15:58:01.748Z] DONE 5 tests, 3 skipped in 0.238s [2022-01-20T15:58:01.748Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-20T15:58:01.748Z] INFO: Testing against a local daemon [2022-01-20T15:58:01.748Z] === RUN TestExternalGraphDriver [2022-01-20T15:58:01.748Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-01-20T15:58:01.748Z] --- SKIP: TestExternalGraphDriver (0.05s) [2022-01-20T15:58:01.748Z] === RUN TestGraphdriverPluginV2 [2022-01-20T15:58:03.036Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2022-01-20T15:58:03.036Z] === RUN TestDaemonDefaultNetworkPools [2022-01-20T15:58:03.393Z] --- PASS: TestCreateJob (2.81s) [2022-01-20T15:58:03.393Z] === RUN TestReplicatedJob [2022-01-20T15:58:03.607Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s) [2022-01-20T15:58:03.607Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-20T15:58:04.996Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-20T15:58:04.996Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2022-01-20T15:58:04.996Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-20T15:58:05.256Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-20T15:58:05.930Z] --- PASS: TestGraphdriverPluginV2 (3.61s) [2022-01-20T15:58:05.930Z] PASS [2022-01-20T15:58:05.930Z] [2022-01-20T15:58:05.930Z] === Skipped [2022-01-20T15:58:05.930Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.05s) [2022-01-20T15:58:05.930Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-01-20T15:58:05.930Z] [2022-01-20T15:58:05.930Z] DONE 2 tests, 1 skipped in 3.827s [2022-01-20T15:58:05.930Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-20T15:58:05.930Z] INFO: Testing against a local daemon [2022-01-20T15:58:05.930Z] === RUN TestContinueAfterPluginCrash [2022-01-20T15:58:05.930Z] === PAUSE TestContinueAfterPluginCrash [2022-01-20T15:58:05.930Z] === RUN TestReadPluginNoRead [2022-01-20T15:58:05.930Z] === PAUSE TestReadPluginNoRead [2022-01-20T15:58:05.930Z] === RUN TestDaemonStartWithLogOpt [2022-01-20T15:58:05.930Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-20T15:58:05.930Z] === CONT TestContinueAfterPluginCrash [2022-01-20T15:58:05.930Z] === CONT TestDaemonStartWithLogOpt [2022-01-20T15:58:06.198Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2022-01-20T15:58:06.198Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-20T15:58:06.769Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2022-01-20T15:58:06.769Z] === RUN TestServiceWithPredefinedNetwork [2022-01-20T15:58:06.769Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-20T15:58:07.030Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-20T15:58:08.417Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-20T15:58:08.649Z] --- PASS: TestReplicatedJob (4.55s) [2022-01-20T15:58:08.649Z] === RUN TestUpdateReplicatedJob [2022-01-20T15:58:08.988Z] === RUN TestDockerSuite/TestBuildNoContext [2022-01-20T15:58:09.248Z] --- PASS: TestServiceWithPredefinedNetwork (2.74s) [2022-01-20T15:58:09.248Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-20T15:58:09.248Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:58:09.248Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:58:09.248Z] === RUN TestServiceWithDataPathPortInit [2022-01-20T15:58:09.820Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-20T15:58:10.390Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-01-20T15:58:11.173Z] --- PASS: TestUpdateReplicatedJob (2.89s) [2022-01-20T15:58:11.173Z] === RUN TestServiceListWithStatuses [2022-01-20T15:58:11.173Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T15:58:11.173Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-20T15:58:11.173Z] === RUN TestDockerNetworkConnectAlias [2022-01-20T15:58:11.194Z] --- PASS: TestDaemonStartWithLogOpt (5.10s) [2022-01-20T15:58:11.194Z] === CONT TestReadPluginNoRead [2022-01-20T15:58:11.370Z] ......... [ 85%] [2022-01-20T15:58:12.305Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-20T15:58:12.305Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-20T15:58:12.305Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-20T15:58:12.566Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-20T15:58:12.827Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-20T15:58:13.095Z] === RUN TestReadPluginNoRead/default [2022-01-20T15:58:13.397Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-20T15:58:14.030Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-20T15:58:14.449Z] --- PASS: TestDockerNetworkConnectAlias (3.69s) [2022-01-20T15:58:14.449Z] === RUN TestDockerNetworkReConnect [2022-01-20T15:58:14.782Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-20T15:58:15.043Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-20T15:58:15.404Z] --- PASS: TestContinueAfterPluginCrash (9.69s) [2022-01-20T15:58:15.404Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-20T15:58:16.017Z] tests/integration/models_images_test.py ............... [ 89%] [2022-01-20T15:58:16.185Z] 8f616e6e9eec: Pull complete [2022-01-20T15:58:16.780Z] === CONT TestReadPluginNoRead [2022-01-20T15:58:16.780Z] read_test.go:92: [d6f4d4a49bc1c] daemon is not started [2022-01-20T15:58:16.780Z] --- PASS: TestReadPluginNoRead (5.96s) [2022-01-20T15:58:16.780Z] --- PASS: TestReadPluginNoRead/default (1.26s) [2022-01-20T15:58:16.780Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.28s) [2022-01-20T15:58:16.780Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.26s) [2022-01-20T15:58:16.780Z] PASS [2022-01-20T15:58:16.780Z] [2022-01-20T15:58:16.780Z] DONE 6 tests in 11.195s [2022-01-20T15:58:16.780Z] 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-01-20T15:58:16.780Z] testing: warning: no tests to run [2022-01-20T15:58:16.780Z] PASS [2022-01-20T15:58:16.780Z] [2022-01-20T15:58:16.780Z] DONE 0 tests in 0.087s [2022-01-20T15:58:16.780Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-20T15:58:16.955Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-20T15:58:17.038Z] INFO: Testing against a local daemon [2022-01-20T15:58:17.038Z] === RUN TestPluginWithDevMounts [2022-01-20T15:58:17.038Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-01-20T15:58:17.038Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-20T15:58:17.038Z] PASS [2022-01-20T15:58:17.038Z] [2022-01-20T15:58:17.038Z] === Skipped [2022-01-20T15:58:17.038Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-01-20T15:58:17.038Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-01-20T15:58:17.038Z] [2022-01-20T15:58:17.038Z] DONE 1 tests, 1 skipped in 0.156s [2022-01-20T15:58:17.038Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-20T15:58:17.038Z] INFO: Testing against a local daemon [2022-01-20T15:58:17.038Z] === RUN TestSecretInspect [2022-01-20T15:58:17.297Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] --- SKIP: TestSecretInspect (0.01s) [2022-01-20T15:58:17.297Z] === RUN TestSecretList [2022-01-20T15:58:17.297Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] --- SKIP: TestSecretList (0.01s) [2022-01-20T15:58:17.297Z] === RUN TestSecretsCreateAndDelete [2022-01-20T15:58:17.297Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-01-20T15:58:17.297Z] === RUN TestSecretsUpdate [2022-01-20T15:58:17.297Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] --- SKIP: TestSecretsUpdate (0.01s) [2022-01-20T15:58:17.297Z] === RUN TestTemplatedSecret [2022-01-20T15:58:17.297Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-20T15:58:17.297Z] === RUN TestSecretCreateResolve [2022-01-20T15:58:17.297Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-01-20T15:58:17.297Z] PASS [2022-01-20T15:58:17.297Z] [2022-01-20T15:58:17.297Z] === Skipped [2022-01-20T15:58:17.297Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-01-20T15:58:17.297Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] [2022-01-20T15:58:17.297Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-01-20T15:58:17.297Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] [2022-01-20T15:58:17.297Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-01-20T15:58:17.297Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] [2022-01-20T15:58:17.297Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2022-01-20T15:58:17.297Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] [2022-01-20T15:58:17.297Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-01-20T15:58:17.297Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] [2022-01-20T15:58:17.297Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-01-20T15:58:17.297Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.297Z] [2022-01-20T15:58:17.297Z] DONE 6 tests, 6 skipped in 0.256s [2022-01-20T15:58:17.297Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-01-20T15:58:17.475Z] tests/integration/models_networks_test.py .... [ 90%] [2022-01-20T15:58:17.555Z] INFO: Testing against a local daemon [2022-01-20T15:58:17.555Z] === RUN TestServiceCreateInit [2022-01-20T15:58:17.555Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-20T15:58:17.555Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-20T15:58:17.555Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- PASS: TestServiceCreateInit (0.02s) [2022-01-20T15:58:17.555Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T15:58:17.555Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T15:58:17.555Z] === RUN TestCreateServiceMultipleTimes [2022-01-20T15:58:17.555Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestCreateServiceConflict [2022-01-20T15:58:17.555Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateServiceConflict (0.02s) [2022-01-20T15:58:17.555Z] === RUN TestCreateServiceMaxReplicas [2022-01-20T15:58:17.555Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-20T15:58:17.555Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestCreateServiceSecretFileMode [2022-01-20T15:58:17.555Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestCreateServiceConfigFileMode [2022-01-20T15:58:17.555Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestCreateServiceSysctls [2022-01-20T15:58:17.555Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-01-20T15:58:17.555Z] === RUN TestCreateServiceCapabilities [2022-01-20T15:58:17.555Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-01-20T15:58:17.555Z] === RUN TestInspect [2022-01-20T15:58:17.555Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestInspect (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestCreateJob [2022-01-20T15:58:17.555Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestCreateJob (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestReplicatedJob [2022-01-20T15:58:17.555Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestReplicatedJob (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestUpdateReplicatedJob [2022-01-20T15:58:17.555Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestServiceListWithStatuses [2022-01-20T15:58:17.555Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T15:58:17.555Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-20T15:58:17.555Z] === RUN TestDockerNetworkConnectAlias [2022-01-20T15:58:17.555Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestDockerNetworkReConnect [2022-01-20T15:58:17.555Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:17.555Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-01-20T15:58:17.555Z] === RUN TestServicePlugin [2022-01-20T15:58:17.725Z] --- PASS: TestDockerNetworkReConnect (3.05s) [2022-01-20T15:58:17.725Z] === RUN TestServicePlugin [2022-01-20T15:58:17.725Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:58:17.725Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-20T15:58:17.725Z] === RUN TestServiceUpdateLabel [2022-01-20T15:58:17.896Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-20T15:58:19.096Z] --- PASS: TestServiceUpdateLabel (1.69s) [2022-01-20T15:58:19.096Z] === RUN TestServiceUpdateSecrets [2022-01-20T15:58:19.459Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.459Z] --- SKIP: TestServicePlugin (1.88s) [2022-01-20T15:58:19.459Z] === RUN TestServiceUpdateLabel [2022-01-20T15:58:19.459Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.459Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-01-20T15:58:19.459Z] === RUN TestServiceUpdateSecrets [2022-01-20T15:58:19.459Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.459Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-01-20T15:58:19.459Z] === RUN TestServiceUpdateConfigs [2022-01-20T15:58:19.459Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.459Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2022-01-20T15:58:19.459Z] === RUN TestServiceUpdateNetwork [2022-01-20T15:58:19.459Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.459Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-01-20T15:58:19.459Z] === RUN TestServiceUpdatePidsLimit [2022-01-20T15:58:19.459Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2022-01-20T15:58:19.717Z] PASS [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === Skipped [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T15:58:19.717Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T15:58:19.717Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-01-20T15:58:19.717Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s) [2022-01-20T15:58:19.717Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-01-20T15:58:19.717Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-01-20T15:58:19.717Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-01-20T15:58:19.717Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2022-01-20T15:58:19.717Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-01-20T15:58:19.717Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-01-20T15:58:19.717Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-01-20T15:58:19.717Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-01-20T15:58:19.717Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-01-20T15:58:19.717Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-01-20T15:58:19.717Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-20T15:58:19.717Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-01-20T15:58:19.717Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-01-20T15:58:19.717Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServicePlugin (1.88s) [2022-01-20T15:58:19.717Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-01-20T15:58:19.717Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-01-20T15:58:19.717Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2022-01-20T15:58:19.717Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-01-20T15:58:19.717Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2022-01-20T15:58:19.717Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] DONE 24 tests, 23 skipped in 2.349s [2022-01-20T15:58:19.717Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-01-20T15:58:19.717Z] INFO: Testing against a local daemon [2022-01-20T15:58:19.717Z] === RUN TestSessionCreate [2022-01-20T15:58:19.717Z] --- PASS: TestSessionCreate (0.03s) [2022-01-20T15:58:19.717Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-20T15:58:19.717Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-01-20T15:58:19.717Z] PASS [2022-01-20T15:58:19.717Z] [2022-01-20T15:58:19.717Z] DONE 2 tests in 0.210s [2022-01-20T15:58:19.717Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-01-20T15:58:19.809Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-20T15:58:19.975Z] INFO: Testing against a local daemon [2022-01-20T15:58:19.976Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-20T15:58:19.976Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-20T15:58:19.976Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T15:58:19.976Z] === RUN TestDiskUsage [2022-01-20T15:58:19.976Z] === PAUSE TestDiskUsage [2022-01-20T15:58:19.976Z] === RUN TestEventsExecDie [2022-01-20T15:58:20.543Z] --- PASS: TestEventsExecDie (0.54s) [2022-01-20T15:58:20.543Z] === RUN TestEventsBackwardsCompatible [2022-01-20T15:58:20.766Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-20T15:58:20.801Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-01-20T15:58:20.801Z] === RUN TestEventsVolumeCreate [2022-01-20T15:58:20.801Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-01-20T15:58:20.801Z] === RUN TestInfoBinaryCommits [2022-01-20T15:58:20.801Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-01-20T15:58:20.801Z] === RUN TestInfoAPIVersioned [2022-01-20T15:58:20.801Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-20T15:58:20.801Z] === RUN TestInfoAPI [2022-01-20T15:58:20.801Z] --- PASS: TestInfoAPI (0.02s) [2022-01-20T15:58:20.801Z] === RUN TestInfoAPIWarnings [2022-01-20T15:58:21.707Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-20T15:58:21.967Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-20T15:58:24.048Z] tests/integration/models_nodes_test.py . [ 90%] [2022-01-20T15:58:24.048Z] tests/integration/models_resources_test.py . [ 91%] [2022-01-20T15:58:24.510Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-20T15:58:25.081Z] --- PASS: TestServiceWithDataPathPortInit (15.69s) [2022-01-20T15:58:25.081Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-20T15:58:25.652Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-20T15:58:25.767Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-01-20T15:58:26.223Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-20T15:58:26.794Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-20T15:58:28.530Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-01-20T15:58:28.530Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-01-20T15:58:28.690Z] 0e02c12b1310: Pull complete [2022-01-20T15:58:28.690Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-20T15:58:28.690Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T15:58:28.690Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-01-20T15:58:28.690Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-01-20T15:58:28.690Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.473' [2022-01-20T15:58:28.690Z] WARN: Skipping validation tests [2022-01-20T15:58:28.690Z] INFO: Running unit tests at 01/20/2022 15:58:17... [2022-01-20T15:58:28.690Z] INFO: make.ps1 starting at 01/20/2022 15:58:21 [2022-01-20T15:58:28.690Z] INFO: Git commit (2036981c77) assumed from DOCKER_GITCOMMIT environment variable [2022-01-20T15:58:28.690Z] INFO: Invoking autogen... [2022-01-20T15:58:28.690Z] INFO: Running unit tests... [2022-01-20T15:58:28.690Z] 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/namesgenerator/cmd/names-generator 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-01-20T15:58:28.710Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:v1fkddq49x2ivedvsjmlvtjsk Created:2022-01-20 15:58:26.546007344 +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[61f4f866bfec74900b821043ca2f6a3adc755d0a543aab0eb02b635b4abf4f21:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ri1gnb1xnmgeaoce0spwx58c6 EndpointID:a0e54b5c3f557285680a3488805bf7051980ec48e9339690d746f60b422180a8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9f71dee7edb4af350f4fde649f22ca3244127797d0d55924a2100bcc1efbc048 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:354faa2f25ae IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ri1gnb1xnmgeaoce0spwx58c6 EndpointID:a0e54b5c3f557285680a3488805bf7051980ec48e9339690d746f60b422180a8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-01-20T15:58:32.162Z] tests/integration/regression_test.py ...... [ 98%] [2022-01-20T15:58:32.683Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-01-20T15:58:32.683Z] tests/integration/credentials/utils_test.py . [100%] [2022-01-20T15:58:32.683Z] [2022-01-20T15:58:32.683Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-01-20T15:58:32.683Z] =========================== short test summary info ============================ [2022-01-20T15:58:32.683Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-01-20T15:58:32.683Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-01-20T15:58:32.683Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-01-20T15:58:32.683Z] Not supported on most drivers [2022-01-20T15:58:32.683Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-01-20T15:58:32.683Z] Output of docker top depends on host distro, and is not formalized. [2022-01-20T15:58:32.683Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-01-20T15:58:32.683Z] Output of docker top depends on host distro, and is not formalized. [2022-01-20T15:58:32.683Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-01-20T15:58:32.683Z] Can fail if eth0 has multiple IP addresses [2022-01-20T15:58:32.683Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-01-20T15:58:32.683Z] This doesn't seem to be taken into account by the engine [2022-01-20T15:58:32.683Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-01-20T15:58:32.683Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-01-20T15:58:32.683Z] = 384 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 289.39 seconds == [2022-01-20T15:58:32.912Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.93s) [2022-01-20T15:58:32.912Z] PASS [2022-01-20T15:58:32.912Z] [2022-01-20T15:58:32.912Z] === Skipped [2022-01-20T15:58:32.912Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T15:58:32.912Z] service_test.go:243: FLAKY_TEST [2022-01-20T15:58:32.912Z] [2022-01-20T15:58:32.912Z] DONE 26 tests, 1 skipped in 49.504s [2022-01-20T15:58:32.912Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-01-20T15:58:32.942Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-01-20T15:58:33.174Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:58:33.174Z] ++ 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-01-20T15:58:33.174Z] ++ set -e [2022-01-20T15:58:33.174Z] ++ '[' -n 0 ']' [2022-01-20T15:58:33.174Z] ++ set -x [2022-01-20T15:58:33.174Z] ++ 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-01-20T15:58:33.174Z] INFO: Testing against a local daemon [2022-01-20T15:58:33.174Z] === RUN TestDockerNetworkIpvlanPersistance [2022-01-20T15:58:33.174Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:33.174Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:58:33.174Z] === RUN TestDockerNetworkIpvlan [2022-01-20T15:58:33.174Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:33.174Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:58:33.174Z] PASS [2022-01-20T15:58:33.174Z] [2022-01-20T15:58:33.174Z] === Skipped [2022-01-20T15:58:33.174Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-01-20T15:58:33.174Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:33.174Z] [2022-01-20T15:58:33.174Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-01-20T15:58:33.174Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-01-20T15:58:33.174Z] [2022-01-20T15:58:33.174Z] DONE 2 tests, 2 skipped in 0.183s [2022-01-20T15:58:33.174Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-01-20T15:58:33.174Z] ++ 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-01-20T15:58:33.174Z] ++ set -e [2022-01-20T15:58:33.174Z] ++ '[' -n 0 ']' [2022-01-20T15:58:33.174Z] ++ set -x [2022-01-20T15:58:33.174Z] ++ 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-01-20T15:58:33.434Z] INFO: Testing against a local daemon [2022-01-20T15:58:33.434Z] === RUN TestDockerNetworkMacvlanPersistance [2022-01-20T15:58:33.955Z] --- PASS: TestServiceUpdateSecrets (13.86s) [2022-01-20T15:58:33.955Z] === RUN TestServiceUpdateConfigs [2022-01-20T15:58:34.006Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-20T15:58:34.949Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2022-01-20T15:58:34.949Z] === RUN TestDockerNetworkMacvlan [2022-01-20T15:58:35.520Z] docker_api_swarm_test.go:304: [dc90986fbc2b7] joining swarm manager [d20877d6fcda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T15:58:35.781Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-01-20T15:58:36.724Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-01-20T15:58:36.985Z] docker_api_swarm_test.go:305: [d769d227b0018] joining swarm manager [d20877d6fcda2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T15:58:37.556Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-01-20T15:58:37.556Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-01-20T15:58:38.126Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-01-20T15:58:38.873Z] --- PASS: TestInfoAPIWarnings (16.36s) [2022-01-20T15:58:38.873Z] === RUN TestInfoDebug [2022-01-20T15:58:38.873Z] --- PASS: TestInfoDebug (0.55s) [2022-01-20T15:58:38.873Z] === RUN TestInfoInsecureRegistries [2022-01-20T15:58:38.873Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-01-20T15:58:38.873Z] === RUN TestInfoRegistryMirrors [2022-01-20T15:58:38.873Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-01-20T15:58:38.873Z] === RUN TestLoginFailsWithBadCredentials [2022-01-20T15:58:38.873Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-01-20T15:58:38.873Z] === RUN TestPingCacheHeaders [2022-01-20T15:58:38.873Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-01-20T15:58:38.873Z] === RUN TestPingGet [2022-01-20T15:58:38.873Z] --- PASS: TestPingGet (0.01s) [2022-01-20T15:58:38.873Z] === RUN TestPingHead [2022-01-20T15:58:38.873Z] --- PASS: TestPingHead (0.02s) [2022-01-20T15:58:38.873Z] === RUN TestVersion [2022-01-20T15:58:38.873Z] --- PASS: TestVersion (0.02s) [2022-01-20T15:58:38.873Z] === CONT TestDiskUsage [2022-01-20T15:58:39.057Z] ? github.com/docker/docker/api [no test files] [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/container_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/image_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/volume_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-20T15:58:39.440Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-20T15:58:39.510Z] === RUN TestDockerSuite/TestBuildRm [2022-01-20T15:58:39.510Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-20T15:58:39.698Z] === RUN TestDiskUsage/after_container.Run [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-20T15:58:39.956Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage (1.27s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run (0.41s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-01-20T15:58:40.215Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-01-20T15:58:40.215Z] PASS [2022-01-20T15:58:40.215Z] [2022-01-20T15:58:40.215Z] === Skipped [2022-01-20T15:58:40.215Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T15:58:40.215Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-20T15:58:40.215Z] [2022-01-20T15:58:40.215Z] DONE 50 tests, 1 skipped in 20.369s [2022-01-20T15:58:40.215Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-20T15:58:40.473Z] INFO: Testing against a local daemon [2022-01-20T15:58:40.473Z] === RUN TestVolumesCreateAndList [2022-01-20T15:58:40.473Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-01-20T15:58:40.473Z] === RUN TestVolumesRemove [2022-01-20T15:58:40.473Z] --- PASS: TestVolumesRemove (0.05s) [2022-01-20T15:58:40.473Z] === RUN TestVolumesInspect [2022-01-20T15:58:40.473Z] --- PASS: TestVolumesInspect (0.02s) [2022-01-20T15:58:40.473Z] === RUN TestVolumesInvalidJSON [2022-01-20T15:58:40.473Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-20T15:58:40.473Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-20T15:58:40.473Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-20T15:58:40.473Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-01-20T15:58:40.473Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-20T15:58:40.473Z] PASS [2022-01-20T15:58:40.473Z] [2022-01-20T15:58:40.473Z] DONE 5 tests in 0.259s [2022-01-20T15:58:40.473Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-20T15:58:40.473Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13084 is not a child of this shell [2022-01-20T15:58:40.473Z] warning: PID 13084 from bundles/test-integration/docker.pid had a nonzero exit code [2022-01-20T15:58:40.473Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-20T15:58:40.473Z] [2022-01-20T15:58:40.473Z] Unloading profiles will leave already running processes permanently [2022-01-20T15:58:40.473Z] unconfined, which can lead to unexpected situations. [2022-01-20T15:58:40.473Z] [2022-01-20T15:58:40.473Z] To set a process to complain mode, use the command line tool [2022-01-20T15:58:40.473Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-20T15:58:40.473Z] Removing test suite binaries [2022-01-20T15:58:40.731Z] exiting test-integration [2022-01-20T15:58:40.731Z] ++ exit 0 [2022-01-20T15:58:40.731Z] Post stage [Pipeline] junit [2022-01-20T15:58:41.308Z] Recording test results [2022-01-20T15:58:42.071Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-01-20T15:58:42.071Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-20T15:58:43.226Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-20T15:58:43.457Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-20T15:58:43.579Z] + echo Ensuring container killed. [2022-01-20T15:58:43.579Z] Ensuring container killed. [2022-01-20T15:58:43.579Z] + docker rm -vf docker-pr4 [2022-01-20T15:58:43.579Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-20T15:58:43.863Z] + echo Chowning /workspace to jenkins user [2022-01-20T15:58:43.863Z] Chowning /workspace to jenkins user [2022-01-20T15:58:43.863Z] + id -u [2022-01-20T15:58:43.863Z] + id -g [2022-01-20T15:58:43.863Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43142:/workspace busybox chown -R 1000:1000 /workspace [2022-01-20T15:58:43.863Z] Unable to find image 'busybox:latest' locally [2022-01-20T15:58:43.863Z] latest: Pulling from library/busybox [2022-01-20T15:58:44.121Z] 5cc84ad355aa: Pulling fs layer [2022-01-20T15:58:44.121Z] 5cc84ad355aa: Verifying Checksum [2022-01-20T15:58:44.121Z] 5cc84ad355aa: Download complete [2022-01-20T15:58:44.121Z] 5cc84ad355aa: Pull complete [2022-01-20T15:58:44.121Z] Digest: sha256:5acba83a746c7608ed544dc1533b87c737a0b0fb730301639a0179f9344b1678 [2022-01-20T15:58:44.121Z] Status: Downloaded newer image for busybox:latest [2022-01-20T15:58:44.400Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-20T15:58:44.661Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-20T15:58:45.158Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-20T15:58:45.158Z] [2022-01-20T15:58:45.158Z] Unloading profiles will leave already running processes permanently [2022-01-20T15:58:45.158Z] unconfined, which can lead to unexpected situations. [2022-01-20T15:58:45.159Z] [2022-01-20T15:58:45.159Z] To set a process to complain mode, use the command line tool [2022-01-20T15:58:45.159Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-20T15:58:45.159Z] Post stage [Pipeline] junit [2022-01-20T15:58:45.174Z] Recording test results [2022-01-20T15:58:45.277Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-01-20T15:58:45.558Z] + echo Ensuring container killed. [2022-01-20T15:58:45.558Z] Ensuring container killed. [2022-01-20T15:58:45.558Z] + docker rm -vf docker-pr4 [2022-01-20T15:58:45.558Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-20T15:58:45.605Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-20T15:58:45.888Z] + echo Chowning /workspace to jenkins user [2022-01-20T15:58:45.888Z] Chowning /workspace to jenkins user [2022-01-20T15:58:45.888Z] + id -u [2022-01-20T15:58:45.888Z] + id -g [2022-01-20T15:58:45.888Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43142:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-20T15:58:46.176Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-01-20T15:58:46.176Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-20T15:58:46.318Z] + bundleName=amd64-rootless [2022-01-20T15:58:46.318Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-01-20T15:58:46.318Z] Creating amd64-rootless-bundles.tar.gz [2022-01-20T15:58:46.318Z] + + find bundles -path */root/*overlay2 -prune -o -typexargs f tar ( -czf -name amd64-rootless-bundles.tar.gz *-report.json [2022-01-20T15:58:46.318Z] -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-01-20T15:58:46.329Z] Archiving artifacts [2022-01-20T15:58:47.118Z] --- PASS: TestDockerNetworkMacvlan (12.37s) [2022-01-20T15:58:47.118Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2022-01-20T15:58:47.118Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2022-01-20T15:58:47.118Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.12s) [2022-01-20T15:58:47.118Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.25s) [2022-01-20T15:58:47.118Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.95s) [2022-01-20T15:58:47.118Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.81s) [2022-01-20T15:58:47.118Z] PASS [2022-01-20T15:58:47.118Z] [2022-01-20T15:58:47.118Z] DONE 8 tests in 13.937s [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-20T15:58:47.379Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-01-20T15:58:47.379Z] ++ 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-01-20T15:58:47.379Z] ++ set -e [2022-01-20T15:58:47.379Z] ++ '[' -n 0 ']' [2022-01-20T15:58:47.379Z] ++ set -x [2022-01-20T15:58:47.379Z] ++ 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-01-20T15:58:47.379Z] testing: warning: no tests to run [2022-01-20T15:58:47.379Z] PASS [2022-01-20T15:58:47.379Z] [2022-01-20T15:58:47.379Z] DONE 0 tests in 0.028s [2022-01-20T15:58:47.379Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-01-20T15:58:47.379Z] ++ 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-01-20T15:58:47.379Z] ++ set -e [2022-01-20T15:58:47.379Z] ++ '[' -n 0 ']' [2022-01-20T15:58:47.379Z] ++ set -x [2022-01-20T15:58:47.379Z] ++ 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-01-20T15:58:47.379Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-20T15:58:47.379Z] INFO: Testing against a local daemon [2022-01-20T15:58:47.379Z] === RUN TestAuthZPluginAllowRequest [2022-01-20T15:58:47.577Z] + bundleName=docker-py [2022-01-20T15:58:47.577Z] + echo Creating docker-py-bundles.tar.gz [2022-01-20T15:58:47.577Z] Creating docker-py-bundles.tar.gz [2022-01-20T15:58:47.577Z] + 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-01-20T15:58:47.590Z] Archiving artifacts [2022-01-20T15:58:47.806Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-01-20T15:58:48.148Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [2022-01-20T15:58:48.165Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 -e DOCKER_GRAPHDRIVER docker:9363a990ff1718d8e3362c805083627578ea41f1 hack/make.sh binary [Pipeline] sh [2022-01-20T15:58:48.321Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-20T15:58:48.425Z] [2022-01-20T15:58:48.461Z] + make clean [2022-01-20T15:58:48.685Z] Removing bundles/ [2022-01-20T15:58:48.685Z] [2022-01-20T15:58:48.685Z] ---> Making bundle: binary (in bundles/binary) [2022-01-20T15:58:48.685Z] Building: bundles/binary-daemon/dockerd-dev [2022-01-20T15:58:48.685Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T15:58:48.719Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T15:58:48.719Z] docker-dev-cache [2022-01-20T15:58:48.719Z] docker-mod-cache [Pipeline] deleteDir [2022-01-20T15:58:48.814Z] --- PASS: TestServiceUpdateConfigs (14.27s) [2022-01-20T15:58:48.814Z] === RUN TestServiceUpdateNetwork [2022-01-20T15:58:48.892Z] --- PASS: TestAuthZPluginAllowRequest (1.48s) [2022-01-20T15:58:48.892Z] === RUN TestAuthZPluginTLS [Pipeline] } [Pipeline] // withEnv [2022-01-20T15:58:49.464Z] --- PASS: TestAuthZPluginTLS (0.57s) [2022-01-20T15:58:49.464Z] === RUN TestAuthZPluginDenyRequest [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-20T15:58:50.037Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2022-01-20T15:58:50.037Z] === RUN TestAuthZPluginAPIDenyResponse [2022-01-20T15:58:50.609Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2022-01-20T15:58:50.609Z] === RUN TestAuthZPluginDenyResponse [2022-01-20T15:58:51.180Z] --- PASS: TestAuthZPluginDenyResponse (0.58s) [2022-01-20T15:58:51.180Z] === RUN TestAuthZPluginAllowEventStream [2022-01-20T15:58:51.441Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-20T15:58:51.441Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-20T15:58:51.702Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-20T15:58:51.702Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-01-20T15:58:51.702Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-20T15:58:51.963Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-20T15:58:52.535Z] --- PASS: TestAuthZPluginAllowEventStream (1.41s) [2022-01-20T15:58:52.535Z] === RUN TestAuthZPluginErrorResponse [2022-01-20T15:58:52.796Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-20T15:58:52.796Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-20T15:58:53.057Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2022-01-20T15:58:53.057Z] === RUN TestAuthZPluginErrorRequest [2022-01-20T15:58:53.630Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-20T15:58:53.630Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2022-01-20T15:58:53.630Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-01-20T15:58:53.927Z] === RUN TestMiddlewares [2022-01-20T15:58:53.927Z] --- PASS: TestMiddlewares (0.00s) [2022-01-20T15:58:53.927Z] PASS [2022-01-20T15:58:53.927Z] coverage: 9.0% of statements [2022-01-20T15:58:53.927Z] ok github.com/docker/docker/api/server 0.074s coverage: 9.0% of statements [2022-01-20T15:58:54.201Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-01-20T15:58:54.201Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-01-20T15:58:55.589Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-01-20T15:58:56.163Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.82s) [2022-01-20T15:58:56.163Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-01-20T15:58:56.734Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-20T15:58:57.677Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-20T15:58:57.677Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.71s) [2022-01-20T15:58:57.677Z] === RUN TestAuthZPluginHeader [2022-01-20T15:58:58.620Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-20T15:58:58.620Z] --- PASS: TestAuthZPluginHeader (0.81s) [2022-01-20T15:58:58.620Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-01-20T15:58:58.787Z] --- PASS: TestServiceUpdateNetwork (11.45s) [2022-01-20T15:58:58.787Z] === RUN TestServiceUpdatePidsLimit [2022-01-20T15:58:58.881Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-20T15:58:59.459Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-20T15:58:59.719Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-01-20T15:59:00.284Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-01-20T15:59:00.852Z] === RUN TestDockerSuite/TestBuildUser [2022-01-20T15:59:02.238Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-20T15:59:03.180Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.49s) [2022-01-20T15:59:03.180Z] === RUN TestAuthZPluginV2Disable [2022-01-20T15:59:04.565Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-20T15:59:07.114Z] --- PASS: TestAuthZPluginV2Disable (3.90s) [2022-01-20T15:59:07.114Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-01-20T15:59:08.384Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-01-20T15:59:10.477Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.48s) [2022-01-20T15:59:10.477Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-01-20T15:59:11.050Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-01-20T15:59:13.593Z] docker_api_swarm_test.go:272: [dbfd458d34cba] joining swarm manager [dcf415adc2568]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T15:59:14.933Z] --- PASS: TestServiceUpdatePidsLimit (15.54s) [2022-01-20T15:59:14.933Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.63s) [2022-01-20T15:59:14.933Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.80s) [2022-01-20T15:59:14.933Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-01-20T15:59:14.933Z] PASS [2022-01-20T15:59:14.933Z] [2022-01-20T15:59:14.933Z] === Skipped [2022-01-20T15:59:14.933Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-20T15:59:14.933Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T15:59:14.933Z] [2022-01-20T15:59:14.933Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-01-20T15:59:14.933Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-01-20T15:59:14.933Z] [2022-01-20T15:59:14.933Z] DONE 27 tests, 2 skipped in 145.018s [2022-01-20T15:59:14.933Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-01-20T15:59:14.933Z] ++ 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-01-20T15:59:14.933Z] ++ set -e [2022-01-20T15:59:14.933Z] ++ '[' -n 0 ']' [2022-01-20T15:59:14.933Z] ++ set -x [2022-01-20T15:59:14.933Z] ++ 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-01-20T15:59:14.933Z] INFO: Testing against a local daemon [2022-01-20T15:59:14.933Z] === RUN TestSessionCreate [2022-01-20T15:59:14.933Z] --- PASS: TestSessionCreate (0.03s) [2022-01-20T15:59:14.933Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-20T15:59:14.933Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-01-20T15:59:14.933Z] PASS [2022-01-20T15:59:14.933Z] [2022-01-20T15:59:14.933Z] DONE 2 tests in 0.120s [2022-01-20T15:59:14.933Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-01-20T15:59:14.933Z] ++ 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-01-20T15:59:14.933Z] ++ set -e [2022-01-20T15:59:14.933Z] ++ '[' -n 0 ']' [2022-01-20T15:59:14.933Z] ++ set -x [2022-01-20T15:59:14.933Z] ++ 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-01-20T15:59:14.933Z] INFO: Testing against a local daemon [2022-01-20T15:59:14.933Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-20T15:59:14.933Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-20T15:59:14.933Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T15:59:14.933Z] === RUN TestDiskUsage [2022-01-20T15:59:14.933Z] === PAUSE TestDiskUsage [2022-01-20T15:59:14.933Z] === RUN TestEventsExecDie [2022-01-20T15:59:14.933Z] --- PASS: TestEventsExecDie (0.44s) [2022-01-20T15:59:14.933Z] === RUN TestEventsBackwardsCompatible [2022-01-20T15:59:14.933Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-01-20T15:59:14.933Z] === RUN TestEventsVolumeCreate [2022-01-20T15:59:14.979Z] docker_api_swarm_test.go:273: [dc8a2c1898706] joining swarm manager [dcf415adc2568]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T15:59:15.190Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-01-20T15:59:15.190Z] === RUN TestInfoBinaryCommits [2022-01-20T15:59:15.190Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-01-20T15:59:15.190Z] === RUN TestInfoAPIVersioned [2022-01-20T15:59:15.190Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-20T15:59:15.190Z] === RUN TestInfoAPI [2022-01-20T15:59:15.190Z] --- PASS: TestInfoAPI (0.02s) [2022-01-20T15:59:15.190Z] === RUN TestInfoAPIWarnings [2022-01-20T15:59:15.921Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-20T15:59:16.862Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-20T15:59:16.862Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-20T15:59:17.803Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-20T15:59:18.746Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-20T15:59:20.133Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-20T15:59:20.133Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-01-20T15:59:20.133Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-20T15:59:20.133Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-01-20T15:59:20.133Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-20T15:59:20.133Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-01-20T15:59:20.133Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-20T15:59:20.133Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-01-20T15:59:20.133Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-20T15:59:22.055Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-20T15:59:22.055Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-20T15:59:22.997Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-20T15:59:23.257Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-20T15:59:24.198Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-20T15:59:24.198Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-20T15:59:25.139Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (14.83s) [2022-01-20T15:59:25.139Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-01-20T15:59:26.083Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-20T15:59:27.470Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-20T15:59:27.731Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-20T15:59:27.992Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-01-20T15:59:28.562Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-20T15:59:28.562Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-01-20T15:59:28.562Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-20T15:59:28.823Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-20T15:59:30.210Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-20T15:59:30.471Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-20T15:59:30.471Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T15:59:30.471Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-20T15:59:30.731Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-20T15:59:31.301Z] === RUN TestDockerSuite/TestCommitChange [2022-01-20T15:59:32.244Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-20T15:59:32.818Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-20T15:59:33.252Z] --- PASS: TestInfoAPIWarnings (16.21s) [2022-01-20T15:59:33.252Z] === RUN TestInfoDebug [2022-01-20T15:59:33.252Z] --- PASS: TestInfoDebug (0.52s) [2022-01-20T15:59:33.252Z] === RUN TestInfoInsecureRegistries [2022-01-20T15:59:33.252Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-01-20T15:59:33.252Z] === RUN TestInfoRegistryMirrors [2022-01-20T15:59:33.252Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-01-20T15:59:33.252Z] === RUN TestLoginFailsWithBadCredentials [2022-01-20T15:59:33.252Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-01-20T15:59:33.252Z] === RUN TestPingCacheHeaders [2022-01-20T15:59:33.252Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-01-20T15:59:33.252Z] === RUN TestPingGet [2022-01-20T15:59:33.253Z] --- PASS: TestPingGet (0.01s) [2022-01-20T15:59:33.253Z] === RUN TestPingHead [2022-01-20T15:59:33.253Z] --- PASS: TestPingHead (0.02s) [2022-01-20T15:59:33.253Z] === RUN TestVersion [2022-01-20T15:59:33.253Z] --- PASS: TestVersion (0.02s) [2022-01-20T15:59:33.253Z] === CONT TestDiskUsage [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/container_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/image_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/volume_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-20T15:59:33.510Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-20T15:59:33.758Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-20T15:59:33.768Z] === RUN TestDiskUsage/after_container.Run [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-20T15:59:34.025Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage (1.06s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.15s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run (0.27s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-01-20T15:59:34.025Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T15:59:34.025Z] PASS [2022-01-20T15:59:34.025Z] [2022-01-20T15:59:34.025Z] === Skipped [2022-01-20T15:59:34.025Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T15:59:34.025Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-20T15:59:34.025Z] [2022-01-20T15:59:34.025Z] DONE 50 tests, 1 skipped in 19.669s [2022-01-20T15:59:34.025Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-20T15:59:34.025Z] ++ 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-01-20T15:59:34.026Z] ++ set -e [2022-01-20T15:59:34.026Z] ++ '[' -n 0 ']' [2022-01-20T15:59:34.026Z] ++ set -x [2022-01-20T15:59:34.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=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-01-20T15:59:34.283Z] INFO: Testing against a local daemon [2022-01-20T15:59:34.283Z] === RUN TestVolumesCreateAndList [2022-01-20T15:59:34.283Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-01-20T15:59:34.283Z] === RUN TestVolumesRemove [2022-01-20T15:59:34.283Z] --- PASS: TestVolumesRemove (0.05s) [2022-01-20T15:59:34.283Z] === RUN TestVolumesInspect [2022-01-20T15:59:34.283Z] --- PASS: TestVolumesInspect (0.02s) [2022-01-20T15:59:34.283Z] === RUN TestVolumesInvalidJSON [2022-01-20T15:59:34.283Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-20T15:59:34.283Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-20T15:59:34.283Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-20T15:59:34.283Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2022-01-20T15:59:34.283Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-20T15:59:34.283Z] PASS [2022-01-20T15:59:34.283Z] [2022-01-20T15:59:34.283Z] DONE 5 tests in 0.185s [2022-01-20T15:59:34.283Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-20T15:59:34.540Z] ++++ cat bundles/test-integration/docker.pid [2022-01-20T15:59:34.540Z] +++ kill 13068 [2022-01-20T15:59:34.540Z] +++ /etc/init.d/apparmor stop [2022-01-20T15:59:34.700Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-20T15:59:34.798Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-20T15:59:34.798Z] [2022-01-20T15:59:34.798Z] Unloading profiles will leave already running processes permanently [2022-01-20T15:59:34.798Z] unconfined, which can lead to unexpected situations. [2022-01-20T15:59:34.798Z] [2022-01-20T15:59:34.798Z] To set a process to complain mode, use the command line tool [2022-01-20T15:59:34.798Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-20T15:59:34.798Z] +++ true [2022-01-20T15:59:34.798Z] exiting test-integration [2022-01-20T15:59:34.798Z] ++ exit 0 [2022-01-20T15:59:34.798Z] Post stage [Pipeline] junit [2022-01-20T15:59:35.074Z] Recording test results [2022-01-20T15:59:35.272Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-20T15:59:35.301Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-20T15:59:35.640Z] + echo Ensuring container killed. [2022-01-20T15:59:35.640Z] Ensuring container killed. [2022-01-20T15:59:35.640Z] + docker rm -vf docker-pr4 [2022-01-20T15:59:35.640Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-20T15:59:35.842Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-01-20T15:59:35.920Z] + echo Chowning /workspace to jenkins user [2022-01-20T15:59:35.920Z] Chowning /workspace to jenkins user [2022-01-20T15:59:35.920Z] + id -u [2022-01-20T15:59:35.920Z] + id -g [2022-01-20T15:59:35.920Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43142:/workspace busybox chown -R 1000:1000 /workspace [2022-01-20T15:59:36.415Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-20T15:59:36.989Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-20T15:59:37.147Z] + bundleName=arm64-integration [2022-01-20T15:59:37.147Z] + echo Creating arm64-integration-bundles.tar.gz [2022-01-20T15:59:37.147Z] Creating arm64-integration-bundles.tar.gz [2022-01-20T15:59:37.147Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2022-01-20T15:59:37.147Z] + 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-01-20T15:59:37.159Z] Archiving artifacts [2022-01-20T15:59:37.380Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-20T15:59:37.690Z] + make clean [2022-01-20T15:59:37.690Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T15:59:37.690Z] docker-dev-cache [2022-01-20T15:59:37.690Z] docker-mod-cache [Pipeline] deleteDir [2022-01-20T15:59:38.375Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-20T15:59:38.946Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-20T15:59:38.946Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-20T15:59:38.946Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [Pipeline] } [Pipeline] // withEnv [2022-01-20T15:59:39.207Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-20T15:59:39.207Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-20T15:59:39.207Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-20T15:59:39.207Z] === RUN TestDockerSuite/TestContainerAPICommit [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-20T15:59:40.147Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-20T15:59:41.107Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-20T15:59:41.107Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-20T15:59:41.678Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-20T15:59:42.047Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2022-01-20T15:59:42.047Z] PASS [2022-01-20T15:59:42.047Z] [2022-01-20T15:59:42.047Z] DONE 17 tests in 54.540s [2022-01-20T15:59:42.047Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-01-20T15:59:42.047Z] ++ 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-01-20T15:59:42.047Z] ++ set -e [2022-01-20T15:59:42.047Z] ++ '[' -n 0 ']' [2022-01-20T15:59:42.047Z] ++ set -x [2022-01-20T15:59: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=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-01-20T15:59:42.047Z] INFO: Testing against a local daemon [2022-01-20T15:59:42.047Z] === RUN TestPluginInvalidJSON [2022-01-20T15:59:42.047Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:59:42.047Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:59:42.047Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T15:59:42.047Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-01-20T15:59:42.047Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-20T15:59:42.047Z] === RUN TestPluginInstall [2022-01-20T15:59:42.047Z] === RUN TestPluginInstall/no_auth [2022-01-20T15:59:42.307Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-20T15:59:42.878Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-20T15:59:43.448Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-20T15:59:44.020Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-20T15:59:44.020Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-20T15:59:44.020Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-20T15:59:44.281Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:59:44.281Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1d61b0d382cef5cc4dfdc77e33fa3a0a501b9e55f4ab1237840827defe739f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:59:44.281Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:59:44.281Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1d61b0d382cef5cc4dfdc77e33fa3a0a501b9e55f4ab1237840827defe739f5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:59:44.542Z] === RUN TestPluginInstall/with_htpasswd [2022-01-20T15:59:44.542Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-20T15:59:44.542Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-20T15:59:44.709Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-20T15:59:44.709Z] === RUN TestBoolValue [2022-01-20T15:59:44.709Z] --- PASS: TestBoolValue (0.00s) [2022-01-20T15:59:44.709Z] === RUN TestBoolValueOrDefault [2022-01-20T15:59:44.709Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-01-20T15:59:44.709Z] === RUN TestInt64ValueOrZero [2022-01-20T15:59:44.709Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-01-20T15:59:44.709Z] === RUN TestInt64ValueOrDefault [2022-01-20T15:59:44.709Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-01-20T15:59:44.709Z] === RUN TestInt64ValueOrDefaultWithError [2022-01-20T15:59:44.709Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-01-20T15:59:44.709Z] === RUN TestJsonContentType [2022-01-20T15:59:44.709Z] --- PASS: TestJsonContentType (0.00s) [2022-01-20T15:59:44.709Z] PASS [2022-01-20T15:59:44.709Z] coverage: 14.7% of statements [2022-01-20T15:59:44.709Z] ok github.com/docker/docker/api/server/httputils 0.103s coverage: 14.7% of statements [2022-01-20T15:59:44.709Z] === RUN TestMaskSecretKeys [2022-01-20T15:59:44.709Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-01-20T15:59:44.709Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-01-20T15:59:44.709Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-01-20T15:59:44.709Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-01-20T15:59:44.709Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-01-20T15:59:44.710Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-01-20T15:59:44.710Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-01-20T15:59:44.710Z] === RUN TestVersionMiddlewareVersion [2022-01-20T15:59:44.710Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-01-20T15:59:44.710Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-01-20T15:59:44.710Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-01-20T15:59:44.710Z] PASS [2022-01-20T15:59:44.710Z] coverage: 37.7% of statements [2022-01-20T15:59:44.710Z] ok github.com/docker/docker/api/server/middleware 0.048s coverage: 37.7% of statements [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-20T15:59:44.710Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-20T15:59:44.802Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-20T15:59:44.802Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-20T15:59:44.802Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-20T15:59:45.063Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:59:45.063Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a78567019fea79d4795e78f58fbec6fe8e5f81cf322fd07e6948e45f403283f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:59:45.063Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:59:45.063Z] time="2022-01-20T15:59:44Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a78567019fea79d4795e78f58fbec6fe8e5f81cf322fd07e6948e45f403283f3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:59:45.173Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-20T15:59:45.325Z] === RUN TestPluginInstall/with_insecure [2022-01-20T15:59:45.586Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-20T15:59:45.635Z] === RUN TestAdjustForAPIVersion [2022-01-20T15:59:45.635Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-01-20T15:59:45.635Z] PASS [2022-01-20T15:59:45.635Z] coverage: 5.7% of statements [2022-01-20T15:59:45.635Z] ok github.com/docker/docker/api/server/router/swarm 0.048s coverage: 5.7% of statements [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-20T15:59:45.635Z] === RUN TestStrSliceMarshalJSON [2022-01-20T15:59:45.635Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestStrSliceUnmarshalJSON [2022-01-20T15:59:45.635Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestStrSliceUnmarshalString [2022-01-20T15:59:45.635Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestStrSliceUnmarshalSlice [2022-01-20T15:59:45.635Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-01-20T15:59:45.635Z] PASS [2022-01-20T15:59:45.635Z] coverage: 90.0% of statements [2022-01-20T15:59:45.635Z] ok github.com/docker/docker/api/types/strslice 0.052s coverage: 90.0% of statements [2022-01-20T15:59:45.635Z] === RUN TestToJSON [2022-01-20T15:59:45.635Z] --- PASS: TestToJSON (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestToParamWithVersion [2022-01-20T15:59:45.635Z] --- PASS: TestToParamWithVersion (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestFromJSON [2022-01-20T15:59:45.635Z] --- PASS: TestFromJSON (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestEmpty [2022-01-20T15:59:45.635Z] --- PASS: TestEmpty (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestArgsMatchKVListEmptySources [2022-01-20T15:59:45.635Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestArgsMatchKVList [2022-01-20T15:59:45.635Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestArgsMatch [2022-01-20T15:59:45.635Z] --- PASS: TestArgsMatch (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestAdd [2022-01-20T15:59:45.635Z] --- PASS: TestAdd (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestDel [2022-01-20T15:59:45.635Z] --- PASS: TestDel (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestLen [2022-01-20T15:59:45.635Z] --- PASS: TestLen (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestExactMatch [2022-01-20T15:59:45.635Z] --- PASS: TestExactMatch (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestOnlyOneExactMatch [2022-01-20T15:59:45.635Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestContains [2022-01-20T15:59:45.635Z] --- PASS: TestContains (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestValidate [2022-01-20T15:59:45.635Z] --- PASS: TestValidate (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestWalkValues [2022-01-20T15:59:45.635Z] --- PASS: TestWalkValues (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestFuzzyMatch [2022-01-20T15:59:45.635Z] --- PASS: TestFuzzyMatch (0.00s) [2022-01-20T15:59:45.635Z] === RUN TestClone [2022-01-20T15:59:45.635Z] --- PASS: TestClone (0.00s) [2022-01-20T15:59:45.635Z] PASS [2022-01-20T15:59:45.635Z] coverage: 92.2% of statements [2022-01-20T15:59:45.635Z] ok github.com/docker/docker/api/types/filters 0.041s coverage: 92.2% of statements [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-20T15:59:45.635Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-20T15:59:46.102Z] === RUN TestDurationToSecondsString [2022-01-20T15:59:46.102Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-01-20T15:59:46.102Z] === RUN TestGetTimestamp [2022-01-20T15:59:46.102Z] --- PASS: TestGetTimestamp (0.16s) [2022-01-20T15:59:46.102Z] === RUN TestParseTimestamps [2022-01-20T15:59:46.102Z] --- PASS: TestParseTimestamps (0.00s) [2022-01-20T15:59:46.102Z] PASS [2022-01-20T15:59:46.102Z] coverage: 100.0% of statements [2022-01-20T15:59:46.102Z] ok github.com/docker/docker/api/types/time 0.203s coverage: 100.0% of statements [2022-01-20T15:59:46.102Z] === RUN TestCompareVersion [2022-01-20T15:59:46.102Z] --- PASS: TestCompareVersion (0.00s) [2022-01-20T15:59:46.102Z] PASS [2022-01-20T15:59:46.102Z] coverage: 77.3% of statements [2022-01-20T15:59:46.102Z] ok github.com/docker/docker/api/types/versions 0.034s coverage: 77.3% of statements [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-20T15:59:46.102Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-20T15:59:46.161Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-20T15:59:46.161Z] time="2022-01-20T15:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:59:46.161Z] time="2022-01-20T15:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8b6b54679845eb62a796a8e5a9be3b085800f3d961ab6e6d6c7df6191b98afe" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:59:46.161Z] time="2022-01-20T15:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-01-20T15:59:46.161Z] time="2022-01-20T15:59:46Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8b6b54679845eb62a796a8e5a9be3b085800f3d961ab6e6d6c7df6191b98afe" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-01-20T15:59:46.732Z] plugin_test.go:165: [dd9239ea4a363] daemon is not started [2022-01-20T15:59:46.732Z] --- PASS: TestPluginInstall (4.56s) [2022-01-20T15:59:46.732Z] --- PASS: TestPluginInstall/no_auth (2.51s) [2022-01-20T15:59:46.732Z] --- PASS: TestPluginInstall/with_htpasswd (0.77s) [2022-01-20T15:59:46.732Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-01-20T15:59:46.732Z] === RUN TestPluginsWithRuntimes [2022-01-20T15:59:46.732Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-20T15:59:46.732Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-01-20T15:59:47.652Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-01-20T15:59:47.652Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-01-20T15:59:47.652Z] === RUN TestCloneArgsSmartHttp [2022-01-20T15:59:47.652Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2022-01-20T15:59:47.652Z] === RUN TestCloneArgsDumbHttp [2022-01-20T15:59:47.652Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-01-20T15:59:47.652Z] === RUN TestCloneArgsGit [2022-01-20T15:59:47.652Z] --- PASS: TestCloneArgsGit (0.00s) [2022-01-20T15:59:47.652Z] === RUN TestCheckoutGit [2022-01-20T15:59:48.117Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-20T15:59:48.378Z] === RUN TestPluginsWithRuntimes/No_Args [2022-01-20T15:59:48.630Z] === RUN TestEnable [2022-01-20T15:59:48.630Z] --- PASS: TestEnable (0.00s) [2022-01-20T15:59:48.630Z] === RUN TestDisable [2022-01-20T15:59:48.630Z] --- PASS: TestDisable (0.00s) [2022-01-20T15:59:48.630Z] === RUN TestEnabled [2022-01-20T15:59:48.630Z] --- PASS: TestEnabled (0.00s) [2022-01-20T15:59:48.630Z] PASS [2022-01-20T15:59:48.630Z] coverage: 100.0% of statements [2022-01-20T15:59:48.639Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-20T15:59:48.639Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-20T15:59:48.899Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-20T15:59:49.093Z] ok github.com/docker/docker/cli/debug 0.035s coverage: 100.0% of statements [2022-01-20T15:59:49.093Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-01-20T15:59:49.093Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestProcessNoDockerignore [2022-01-20T15:59:49.093Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestProcessShouldLeaveAllFiles [2022-01-20T15:59:49.093Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestDetectContentType [2022-01-20T15:59:49.093Z] --- PASS: TestDetectContentType (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestSelectAcceptableMIME [2022-01-20T15:59:49.093Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestInspectEmptyResponse [2022-01-20T15:59:49.093Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestInspectResponseBinary [2022-01-20T15:59:49.093Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestResponseUnsupportedContentType [2022-01-20T15:59:49.093Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestInspectResponseTextSimple [2022-01-20T15:59:49.093Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestInspectResponseEmptyContentType [2022-01-20T15:59:49.093Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestUnknownContentLength [2022-01-20T15:59:49.093Z] --- PASS: TestUnknownContentLength (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestDownloadRemote [2022-01-20T15:59:49.093Z] --- PASS: TestDownloadRemote (0.10s) [2022-01-20T15:59:49.093Z] === RUN TestGetWithStatusError [2022-01-20T15:59:49.093Z] --- PASS: TestGetWithStatusError (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestCloseRootDirectory [2022-01-20T15:59:49.093Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T15:59:49.093Z] --- SKIP: TestCloseRootDirectory (0.01s) [2022-01-20T15:59:49.093Z] === RUN TestHashFile [2022-01-20T15:59:49.093Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T15:59:49.093Z] --- SKIP: TestHashFile (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestHashSubdir [2022-01-20T15:59:49.093Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T15:59:49.093Z] --- SKIP: TestHashSubdir (0.00s) [2022-01-20T15:59:49.093Z] === RUN TestRemoveDirectory [2022-01-20T15:59:49.093Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T15:59:49.093Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-01-20T15:59:49.093Z] PASS [2022-01-20T15:59:49.093Z] coverage: 9.3% of statements [2022-01-20T15:59:49.093Z] ok github.com/docker/docker/builder/remotecontext 0.229s coverage: 9.3% of statements [2022-01-20T15:59:49.473Z] === RUN TestPluginsWithRuntimes/With_Args [2022-01-20T15:59:49.557Z] === RUN TestGetAllAllowed [2022-01-20T15:59:49.557Z] --- PASS: TestGetAllAllowed (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestGetAllMeta [2022-01-20T15:59:49.557Z] --- PASS: TestGetAllMeta (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestWarnOnUnusedBuildArgs [2022-01-20T15:59:49.557Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestIsUnreferencedBuiltin [2022-01-20T15:59:49.557Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestIsExistingDirectory [2022-01-20T15:59:49.557Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestGetFilenameForDownload [2022-01-20T15:59:49.557Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestEnv2Variables [2022-01-20T15:59:49.557Z] --- PASS: TestEnv2Variables (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-01-20T15:59:49.557Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestMaintainer [2022-01-20T15:59:49.557Z] --- PASS: TestMaintainer (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestLabel [2022-01-20T15:59:49.557Z] --- PASS: TestLabel (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestFromScratch [2022-01-20T15:59:49.557Z] --- PASS: TestFromScratch (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestFromWithArg [2022-01-20T15:59:49.557Z] --- PASS: TestFromWithArg (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-01-20T15:59:49.557Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestFromWithUndefinedArg [2022-01-20T15:59:49.557Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestFromMultiStageWithNamedStage [2022-01-20T15:59:49.557Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestOnbuild [2022-01-20T15:59:49.557Z] --- PASS: TestOnbuild (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestWorkdir [2022-01-20T15:59:49.557Z] --- PASS: TestWorkdir (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestCmd [2022-01-20T15:59:49.557Z] --- PASS: TestCmd (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestHealthcheckNone [2022-01-20T15:59:49.557Z] --- PASS: TestHealthcheckNone (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestHealthcheckCmd [2022-01-20T15:59:49.557Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestEntrypoint [2022-01-20T15:59:49.557Z] --- PASS: TestEntrypoint (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestExpose [2022-01-20T15:59:49.557Z] --- PASS: TestExpose (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestUser [2022-01-20T15:59:49.557Z] --- PASS: TestUser (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestVolume [2022-01-20T15:59:49.557Z] --- PASS: TestVolume (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestStopSignal [2022-01-20T15:59:49.557Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-20T15:59:49.557Z] --- SKIP: TestStopSignal (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestArg [2022-01-20T15:59:49.557Z] --- PASS: TestArg (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestShell [2022-01-20T15:59:49.557Z] --- PASS: TestShell (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestPrependEnvOnCmd [2022-01-20T15:59:49.557Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestRunWithBuildArgs [2022-01-20T15:59:49.557Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestRunIgnoresHealthcheck [2022-01-20T15:59:49.557Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestDispatchUnsupportedOptions [2022-01-20T15:59:49.557Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-01-20T15:59:49.557Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-01-20T15:59:49.557Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-01-20T15:59:49.557Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestNormalizeWorkdir [2022-01-20T15:59:49.557Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestDispatch [2022-01-20T15:59:49.557Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-01-20T15:59:49.557Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-01-20T15:59:49.557Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-01-20T15:59:49.557Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-01-20T15:59:49.557Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-01-20T15:59:49.557Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-01-20T15:59:49.557Z] === RUN TestDispatch/COPY_url [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch (0.11s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.05s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-01-20T15:59:49.557Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestAddScratchImageAddsToMounts [2022-01-20T15:59:49.557Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestAddFromScratchPopulatesPlatform [2022-01-20T15:59:49.557Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-01-20T15:59:49.557Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-01-20T15:59:49.557Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestImageSourceGetAddsToMounts [2022-01-20T15:59:49.557Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestEmptyDockerfile [2022-01-20T15:59:49.557Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestSymlinkDockerfile [2022-01-20T15:59:49.557Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-01-20T15:59:49.557Z] === RUN TestDockerfileOutsideTheBuildContext [2022-01-20T15:59:49.557Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestNonExistingDockerfile [2022-01-20T15:59:49.557Z] --- PASS: TestNonExistingDockerfile (0.01s) [2022-01-20T15:59:49.557Z] === RUN TestCopyRunConfig [2022-01-20T15:59:49.557Z] --- PASS: TestCopyRunConfig (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestDeepCopyRunConfig [2022-01-20T15:59:49.557Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestExportImage [2022-01-20T15:59:49.557Z] --- PASS: TestExportImage (0.00s) [2022-01-20T15:59:49.557Z] === RUN TestNormalizeDest [2022-01-20T15:59:49.557Z] --- PASS: TestNormalizeDest (0.00s) [2022-01-20T15:59:49.557Z] PASS [2022-01-20T15:59:49.557Z] coverage: 46.8% of statements [2022-01-20T15:59:49.557Z] ok github.com/docker/docker/builder/dockerfile 0.241s coverage: 46.8% of statements [2022-01-20T15:59:49.733Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-20T15:59:50.022Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-20T15:59:50.022Z] === RUN TestTCP4Proxy [2022-01-20T15:59:50.022Z] --- PASS: TestTCP4Proxy (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestTCP4ProxyHalfClose [2022-01-20T15:59:50.022Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestTCP6Proxy [2022-01-20T15:59:50.022Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T15:59:50.022Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestTCPDualStackProxy [2022-01-20T15:59:50.022Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T15:59:50.022Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestUDP4Proxy [2022-01-20T15:59:50.022Z] --- PASS: TestUDP4Proxy (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestUDP6Proxy [2022-01-20T15:59:50.022Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T15:59:50.022Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestUDPWriteError [2022-01-20T15:59:50.022Z] --- PASS: TestUDPWriteError (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestSCTP4Proxy [2022-01-20T15:59:50.022Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-20T15:59:50.022Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-01-20T15:59:50.022Z] === RUN TestSCTP6Proxy [2022-01-20T15:59:50.022Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T15:59:50.022Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-01-20T15:59:50.022Z] PASS [2022-01-20T15:59:50.022Z] coverage: 49.4% of statements [2022-01-20T15:59:50.022Z] ok github.com/docker/docker/cmd/docker-proxy 0.049s coverage: 49.4% of statements [2022-01-20T15:59:50.306Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-20T15:59:50.567Z] --- PASS: TestPluginsWithRuntimes (3.94s) [2022-01-20T15:59:50.567Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2022-01-20T15:59:50.567Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.09s) [2022-01-20T15:59:50.567Z] === RUN TestPluginBackCompatMediaTypes [2022-01-20T15:59:50.827Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-20T15:59:50.827Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-20T15:59:51.399Z] --- PASS: TestPluginBackCompatMediaTypes (0.76s) [2022-01-20T15:59:51.399Z] PASS [2022-01-20T15:59:51.399Z] [2022-01-20T15:59:51.399Z] DONE 10 tests in 9.421s [2022-01-20T15:59:51.399Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-01-20T15:59:51.399Z] ++ 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-01-20T15:59:51.399Z] ++ set -e [2022-01-20T15:59:51.399Z] ++ '[' -n 0 ']' [2022-01-20T15:59:51.399Z] ++ set -x [2022-01-20T15:59:51.399Z] ++ 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-01-20T15:59:51.399Z] INFO: Testing against a local daemon [2022-01-20T15:59:51.399Z] === RUN TestExternalGraphDriver [2022-01-20T15:59:51.399Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-20T15:59:51.399Z] === RUN TestExternalGraphDriver/json [2022-01-20T15:59:51.971Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-20T15:59:52.913Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-20T15:59:52.913Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-20T15:59:53.174Z] === RUN TestExternalGraphDriver/spec [2022-01-20T15:59:53.435Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-20T15:59:54.382Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-20T15:59:55.323Z] === RUN TestExternalGraphDriver/pull [2022-01-20T15:59:55.584Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-20T15:59:55.584Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-20T15:59:55.584Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-20T15:59:55.584Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-20T15:59:55.584Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-20T15:59:56.154Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-20T15:59:56.726Z] --- PASS: TestExternalGraphDriver (5.37s) [2022-01-20T15:59:56.726Z] --- PASS: TestExternalGraphDriver/json (1.80s) [2022-01-20T15:59:56.726Z] --- PASS: TestExternalGraphDriver/spec (1.79s) [2022-01-20T15:59:56.726Z] --- PASS: TestExternalGraphDriver/pull (1.70s) [2022-01-20T15:59:56.726Z] === RUN TestGraphdriverPluginV2 [2022-01-20T15:59:59.265Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-01-20T16:00:00.394Z] === RUN TestCheckpointCreateError [2022-01-20T16:00:00.394Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCheckpointCreate [2022-01-20T16:00:00.394Z] --- PASS: TestCheckpointCreate (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCheckpointDeleteError [2022-01-20T16:00:00.394Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCheckpointDelete [2022-01-20T16:00:00.394Z] --- PASS: TestCheckpointDelete (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCheckpointListError [2022-01-20T16:00:00.394Z] --- PASS: TestCheckpointListError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCheckpointList [2022-01-20T16:00:00.394Z] --- PASS: TestCheckpointList (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCheckpointListContainerNotFound [2022-01-20T16:00:00.394Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNewClientWithOpsFromEnv [2022-01-20T16:00:00.394Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-20T16:00:00.394Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestGetAPIPath [2022-01-20T16:00:00.394Z] --- PASS: TestGetAPIPath (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestParseHostURL [2022-01-20T16:00:00.394Z] --- PASS: TestParseHostURL (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-01-20T16:00:00.394Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNegotiateAPIVersionEmpty [2022-01-20T16:00:00.394Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNegotiateAPIVersion [2022-01-20T16:00:00.394Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNegotiateAPVersionOverride [2022-01-20T16:00:00.394Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNegotiateAPIVersionAutomatic [2022-01-20T16:00:00.394Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-01-20T16:00:00.394Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-01-20T16:00:00.394Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestClientRedirect [2022-01-20T16:00:00.394Z] --- PASS: TestClientRedirect (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigCreateUnsupported [2022-01-20T16:00:00.394Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigCreateError [2022-01-20T16:00:00.394Z] --- PASS: TestConfigCreateError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigCreate [2022-01-20T16:00:00.394Z] --- PASS: TestConfigCreate (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigInspectNotFound [2022-01-20T16:00:00.394Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigInspectWithEmptyID [2022-01-20T16:00:00.394Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigInspectUnsupported [2022-01-20T16:00:00.394Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigInspectError [2022-01-20T16:00:00.394Z] --- PASS: TestConfigInspectError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigInspectConfigNotFound [2022-01-20T16:00:00.394Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigInspect [2022-01-20T16:00:00.394Z] --- PASS: TestConfigInspect (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigListUnsupported [2022-01-20T16:00:00.394Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigListError [2022-01-20T16:00:00.394Z] --- PASS: TestConfigListError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigList [2022-01-20T16:00:00.394Z] --- PASS: TestConfigList (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigRemoveUnsupported [2022-01-20T16:00:00.394Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigRemoveError [2022-01-20T16:00:00.394Z] --- PASS: TestConfigRemoveError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigRemove [2022-01-20T16:00:00.394Z] --- PASS: TestConfigRemove (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigUpdateUnsupported [2022-01-20T16:00:00.394Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigUpdateError [2022-01-20T16:00:00.394Z] --- PASS: TestConfigUpdateError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestConfigUpdate [2022-01-20T16:00:00.394Z] --- PASS: TestConfigUpdate (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerCommitError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerCommitError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerCommit [2022-01-20T16:00:00.394Z] --- PASS: TestContainerCommit (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerStatPathError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerStatPathError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerStatPathNotFoundError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerStatPathNoHeaderError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerStatPath [2022-01-20T16:00:00.394Z] --- PASS: TestContainerStatPath (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyToContainerError [2022-01-20T16:00:00.394Z] --- PASS: TestCopyToContainerError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyToContainerNotFoundError [2022-01-20T16:00:00.394Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyToContainerNotStatusOKError [2022-01-20T16:00:00.394Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyToContainer [2022-01-20T16:00:00.394Z] --- PASS: TestCopyToContainer (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyFromContainerError [2022-01-20T16:00:00.394Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyFromContainerNotFoundError [2022-01-20T16:00:00.394Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyFromContainerNotStatusOKError [2022-01-20T16:00:00.394Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyFromContainerNoHeaderError [2022-01-20T16:00:00.394Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestCopyFromContainer [2022-01-20T16:00:00.394Z] --- PASS: TestCopyFromContainer (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerCreateError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerCreateError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerCreateImageNotFound [2022-01-20T16:00:00.394Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerCreateWithName [2022-01-20T16:00:00.394Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerCreateAutoRemove [2022-01-20T16:00:00.394Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerDiffError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerDiffError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerDiff [2022-01-20T16:00:00.394Z] --- PASS: TestContainerDiff (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerExecCreateError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerExecCreate [2022-01-20T16:00:00.394Z] --- PASS: TestContainerExecCreate (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerExecStartError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerExecStartError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerExecStart [2022-01-20T16:00:00.394Z] --- PASS: TestContainerExecStart (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerExecInspectError [2022-01-20T16:00:00.394Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerExecInspect [2022-01-20T16:00:00.394Z] --- PASS: TestContainerExecInspect (0.00s) [2022-01-20T16:00:00.394Z] === RUN TestContainerExportError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerExportError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerExport [2022-01-20T16:00:00.395Z] --- PASS: TestContainerExport (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerInspectError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerInspectError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerInspectContainerNotFound [2022-01-20T16:00:00.395Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerInspectWithEmptyID [2022-01-20T16:00:00.395Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerInspect [2022-01-20T16:00:00.395Z] --- PASS: TestContainerInspect (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerInspectNode [2022-01-20T16:00:00.395Z] --- PASS: TestContainerInspectNode (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerKillError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerKillError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerKill [2022-01-20T16:00:00.395Z] --- PASS: TestContainerKill (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerListError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerListError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerList [2022-01-20T16:00:00.395Z] --- PASS: TestContainerList (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerLogsNotFoundError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerLogsError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerLogsError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerLogs [2022-01-20T16:00:00.395Z] --- PASS: TestContainerLogs (0.16s) [2022-01-20T16:00:00.395Z] === RUN TestContainerPauseError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerPauseError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerPause [2022-01-20T16:00:00.395Z] --- PASS: TestContainerPause (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainersPruneError [2022-01-20T16:00:00.395Z] --- PASS: TestContainersPruneError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainersPrune [2022-01-20T16:00:00.395Z] --- PASS: TestContainersPrune (0.02s) [2022-01-20T16:00:00.395Z] === RUN TestContainerRemoveError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerRemoveError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerRemoveNotFoundError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerRemove [2022-01-20T16:00:00.395Z] --- PASS: TestContainerRemove (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerRenameError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerRenameError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerRename [2022-01-20T16:00:00.395Z] --- PASS: TestContainerRename (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerResizeError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerResizeError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerExecResizeError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerResize [2022-01-20T16:00:00.395Z] --- PASS: TestContainerResize (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerExecResize [2022-01-20T16:00:00.395Z] --- PASS: TestContainerExecResize (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerRestartError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerRestartError (0.01s) [2022-01-20T16:00:00.395Z] === RUN TestContainerRestart [2022-01-20T16:00:00.395Z] --- PASS: TestContainerRestart (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerStartError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerStartError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerStart [2022-01-20T16:00:00.395Z] --- PASS: TestContainerStart (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerStatsError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerStatsError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerStats [2022-01-20T16:00:00.395Z] --- PASS: TestContainerStats (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerStopError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerStopError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerStop [2022-01-20T16:00:00.395Z] --- PASS: TestContainerStop (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerTopError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerTopError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerTop [2022-01-20T16:00:00.395Z] --- PASS: TestContainerTop (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerUnpauseError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerUnpause [2022-01-20T16:00:00.395Z] --- PASS: TestContainerUnpause (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerUpdateError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerUpdateError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerUpdate [2022-01-20T16:00:00.395Z] --- PASS: TestContainerUpdate (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerWaitError [2022-01-20T16:00:00.395Z] --- PASS: TestContainerWaitError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestContainerWait [2022-01-20T16:00:00.395Z] --- PASS: TestContainerWait (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestDiskUsageError [2022-01-20T16:00:00.395Z] --- PASS: TestDiskUsageError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestDiskUsage [2022-01-20T16:00:00.395Z] --- PASS: TestDiskUsage (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestDistributionInspectUnsupported [2022-01-20T16:00:00.395Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestDistributionInspectWithEmptyID [2022-01-20T16:00:00.395Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestEventsErrorInOptions [2022-01-20T16:00:00.395Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestEventsErrorFromServer [2022-01-20T16:00:00.395Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestEvents [2022-01-20T16:00:00.395Z] --- PASS: TestEvents (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestTLSCloseWriter [2022-01-20T16:00:00.395Z] === PAUSE TestTLSCloseWriter [2022-01-20T16:00:00.395Z] === RUN TestImageBuildError [2022-01-20T16:00:00.395Z] --- PASS: TestImageBuildError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageBuild [2022-01-20T16:00:00.395Z] --- PASS: TestImageBuild (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestGetDockerOS [2022-01-20T16:00:00.395Z] --- PASS: TestGetDockerOS (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageCreateError [2022-01-20T16:00:00.395Z] --- PASS: TestImageCreateError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageCreate [2022-01-20T16:00:00.395Z] --- PASS: TestImageCreate (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageHistoryError [2022-01-20T16:00:00.395Z] --- PASS: TestImageHistoryError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageHistory [2022-01-20T16:00:00.395Z] --- PASS: TestImageHistory (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageImportError [2022-01-20T16:00:00.395Z] --- PASS: TestImageImportError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageImport [2022-01-20T16:00:00.395Z] --- PASS: TestImageImport (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageInspectError [2022-01-20T16:00:00.395Z] --- PASS: TestImageInspectError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageInspectImageNotFound [2022-01-20T16:00:00.395Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageInspectWithEmptyID [2022-01-20T16:00:00.395Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageInspect [2022-01-20T16:00:00.395Z] --- PASS: TestImageInspect (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageListError [2022-01-20T16:00:00.395Z] --- PASS: TestImageListError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageList [2022-01-20T16:00:00.395Z] --- PASS: TestImageList (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageListApiBefore125 [2022-01-20T16:00:00.395Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageLoadError [2022-01-20T16:00:00.395Z] --- PASS: TestImageLoadError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageLoad [2022-01-20T16:00:00.395Z] --- PASS: TestImageLoad (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagesPruneError [2022-01-20T16:00:00.395Z] --- PASS: TestImagesPruneError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagesPrune [2022-01-20T16:00:00.395Z] --- PASS: TestImagesPrune (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePullReferenceParseError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePullAnyError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePullAnyError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePullStatusUnauthorizedError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePullWithoutErrors [2022-01-20T16:00:00.395Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePushReferenceError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePushAnyError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushAnyError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePushStatusUnauthorizedError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithoutErrors [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-01-20T16:00:00.395Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageRemoveError [2022-01-20T16:00:00.395Z] --- PASS: TestImageRemoveError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageRemoveImageNotFound [2022-01-20T16:00:00.395Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageRemove [2022-01-20T16:00:00.395Z] --- PASS: TestImageRemove (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSaveError [2022-01-20T16:00:00.395Z] --- PASS: TestImageSaveError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSave [2022-01-20T16:00:00.395Z] --- PASS: TestImageSave (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSearchAnyError [2022-01-20T16:00:00.395Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSearchStatusUnauthorizedError [2022-01-20T16:00:00.395Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:00:00.395Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:00:00.395Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-01-20T16:00:00.395Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageSearchWithoutErrors [2022-01-20T16:00:00.395Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageTagError [2022-01-20T16:00:00.395Z] --- PASS: TestImageTagError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageTagInvalidReference [2022-01-20T16:00:00.395Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageTagInvalidSourceImageName [2022-01-20T16:00:00.395Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageTagHexSource [2022-01-20T16:00:00.395Z] --- PASS: TestImageTagHexSource (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestImageTag [2022-01-20T16:00:00.395Z] --- PASS: TestImageTag (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestInfoServerError [2022-01-20T16:00:00.395Z] --- PASS: TestInfoServerError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestInfoInvalidResponseJSONError [2022-01-20T16:00:00.395Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestInfo [2022-01-20T16:00:00.395Z] --- PASS: TestInfo (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkConnectError [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkConnectError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkConnect [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkConnect (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkCreateError [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkCreateError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkCreate [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkCreate (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkDisconnectError [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkDisconnect [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkInspect [2022-01-20T16:00:00.395Z] === RUN TestNetworkInspect/empty_ID [2022-01-20T16:00:00.395Z] === RUN TestNetworkInspect/no_options [2022-01-20T16:00:00.395Z] === RUN TestNetworkInspect/verbose [2022-01-20T16:00:00.395Z] === RUN TestNetworkInspect/global_scope [2022-01-20T16:00:00.395Z] === RUN TestNetworkInspect/unknown_network [2022-01-20T16:00:00.395Z] === RUN TestNetworkInspect/server_error [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkInspect (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkListError [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkListError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkList [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkList (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworksPruneError [2022-01-20T16:00:00.395Z] --- PASS: TestNetworksPruneError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworksPrune [2022-01-20T16:00:00.395Z] --- PASS: TestNetworksPrune (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkRemoveError [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNetworkRemove [2022-01-20T16:00:00.395Z] --- PASS: TestNetworkRemove (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeInspectError [2022-01-20T16:00:00.395Z] --- PASS: TestNodeInspectError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeInspectNodeNotFound [2022-01-20T16:00:00.395Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeInspectWithEmptyID [2022-01-20T16:00:00.395Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeInspect [2022-01-20T16:00:00.395Z] --- PASS: TestNodeInspect (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeListError [2022-01-20T16:00:00.395Z] --- PASS: TestNodeListError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeList [2022-01-20T16:00:00.395Z] --- PASS: TestNodeList (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeRemoveError [2022-01-20T16:00:00.395Z] --- PASS: TestNodeRemoveError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeRemove [2022-01-20T16:00:00.395Z] --- PASS: TestNodeRemove (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeUpdateError [2022-01-20T16:00:00.395Z] --- PASS: TestNodeUpdateError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestNodeUpdate [2022-01-20T16:00:00.395Z] --- PASS: TestNodeUpdate (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestOptionWithTimeout [2022-01-20T16:00:00.395Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPingFail [2022-01-20T16:00:00.395Z] --- PASS: TestPingFail (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPingWithError [2022-01-20T16:00:00.395Z] 2022/01/20 15:59:59 RoundTripper returned a response & error; ignoring response [2022-01-20T16:00:00.395Z] 2022/01/20 15:59:59 RoundTripper returned a response & error; ignoring response [2022-01-20T16:00:00.395Z] --- PASS: TestPingWithError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPingSuccess [2022-01-20T16:00:00.395Z] --- PASS: TestPingSuccess (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPingHeadFallback [2022-01-20T16:00:00.395Z] === RUN TestPingHeadFallback/OK [2022-01-20T16:00:00.395Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-01-20T16:00:00.395Z] === RUN TestPingHeadFallback/Not_Found [2022-01-20T16:00:00.395Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-01-20T16:00:00.395Z] --- PASS: TestPingHeadFallback (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-01-20T16:00:00.395Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginDisableError [2022-01-20T16:00:00.395Z] --- PASS: TestPluginDisableError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginDisable [2022-01-20T16:00:00.395Z] --- PASS: TestPluginDisable (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginEnableError [2022-01-20T16:00:00.395Z] --- PASS: TestPluginEnableError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginEnable [2022-01-20T16:00:00.395Z] --- PASS: TestPluginEnable (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginInspectError [2022-01-20T16:00:00.395Z] --- PASS: TestPluginInspectError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginInspectWithEmptyID [2022-01-20T16:00:00.395Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginInspect [2022-01-20T16:00:00.395Z] --- PASS: TestPluginInspect (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginListError [2022-01-20T16:00:00.395Z] --- PASS: TestPluginListError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginList [2022-01-20T16:00:00.395Z] --- PASS: TestPluginList (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginPushError [2022-01-20T16:00:00.395Z] --- PASS: TestPluginPushError (0.00s) [2022-01-20T16:00:00.395Z] === RUN TestPluginPush [2022-01-20T16:00:00.395Z] --- PASS: TestPluginPush (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestPluginRemoveError [2022-01-20T16:00:00.396Z] --- PASS: TestPluginRemoveError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestPluginRemove [2022-01-20T16:00:00.396Z] --- PASS: TestPluginRemove (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestPluginSetError [2022-01-20T16:00:00.396Z] --- PASS: TestPluginSetError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestPluginSet [2022-01-20T16:00:00.396Z] --- PASS: TestPluginSet (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSetHostHeader [2022-01-20T16:00:00.396Z] --- PASS: TestSetHostHeader (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestPlainTextError [2022-01-20T16:00:00.396Z] --- PASS: TestPlainTextError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestInfiniteError [2022-01-20T16:00:00.396Z] --- PASS: TestInfiniteError (0.04s) [2022-01-20T16:00:00.396Z] === RUN TestCanceledContext [2022-01-20T16:00:00.396Z] 2022/01/20 15:59:59 RoundTripper returned a response & error; ignoring response [2022-01-20T16:00:00.396Z] --- PASS: TestCanceledContext (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestDeadlineExceededContext [2022-01-20T16:00:00.396Z] 2022/01/20 15:59:59 RoundTripper returned a response & error; ignoring response [2022-01-20T16:00:00.396Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretCreateUnsupported [2022-01-20T16:00:00.396Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretCreateError [2022-01-20T16:00:00.396Z] --- PASS: TestSecretCreateError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretCreate [2022-01-20T16:00:00.396Z] --- PASS: TestSecretCreate (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretInspectUnsupported [2022-01-20T16:00:00.396Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretInspectError [2022-01-20T16:00:00.396Z] --- PASS: TestSecretInspectError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretInspectSecretNotFound [2022-01-20T16:00:00.396Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretInspectWithEmptyID [2022-01-20T16:00:00.396Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretInspect [2022-01-20T16:00:00.396Z] --- PASS: TestSecretInspect (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretListUnsupported [2022-01-20T16:00:00.396Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretListError [2022-01-20T16:00:00.396Z] --- PASS: TestSecretListError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretList [2022-01-20T16:00:00.396Z] --- PASS: TestSecretList (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretRemoveUnsupported [2022-01-20T16:00:00.396Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretRemoveError [2022-01-20T16:00:00.396Z] --- PASS: TestSecretRemoveError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretRemove [2022-01-20T16:00:00.396Z] --- PASS: TestSecretRemove (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretUpdateUnsupported [2022-01-20T16:00:00.396Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretUpdateError [2022-01-20T16:00:00.396Z] --- PASS: TestSecretUpdateError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSecretUpdate [2022-01-20T16:00:00.396Z] --- PASS: TestSecretUpdate (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceCreateError [2022-01-20T16:00:00.396Z] --- PASS: TestServiceCreateError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceCreate [2022-01-20T16:00:00.396Z] --- PASS: TestServiceCreate (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceCreateCompatiblePlatforms [2022-01-20T16:00:00.396Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceCreateDigestPinning [2022-01-20T16:00:00.396Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceInspectError [2022-01-20T16:00:00.396Z] --- PASS: TestServiceInspectError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceInspectServiceNotFound [2022-01-20T16:00:00.396Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceInspectWithEmptyID [2022-01-20T16:00:00.396Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceInspect [2022-01-20T16:00:00.396Z] --- PASS: TestServiceInspect (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceListError [2022-01-20T16:00:00.396Z] --- PASS: TestServiceListError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceList [2022-01-20T16:00:00.396Z] --- PASS: TestServiceList (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceLogsError [2022-01-20T16:00:00.396Z] --- PASS: TestServiceLogsError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceLogs [2022-01-20T16:00:00.396Z] --- PASS: TestServiceLogs (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceRemoveError [2022-01-20T16:00:00.396Z] --- PASS: TestServiceRemoveError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceRemoveNotFoundError [2022-01-20T16:00:00.396Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceRemove [2022-01-20T16:00:00.396Z] --- PASS: TestServiceRemove (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceUpdateError [2022-01-20T16:00:00.396Z] --- PASS: TestServiceUpdateError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestServiceUpdate [2022-01-20T16:00:00.396Z] --- PASS: TestServiceUpdate (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmGetUnlockKeyError [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmGetUnlockKey [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmInitError [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmInitError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmInit [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmInit (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmInspectError [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmInspectError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmInspect [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmInspect (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmJoinError [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmJoinError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmJoin [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmJoin (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmLeaveError [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmLeave [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmLeave (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmUnlockError [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmUnlock [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmUnlock (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmUpdateError [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestSwarmUpdate [2022-01-20T16:00:00.396Z] --- PASS: TestSwarmUpdate (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestTaskInspectError [2022-01-20T16:00:00.396Z] --- PASS: TestTaskInspectError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestTaskInspectWithEmptyID [2022-01-20T16:00:00.396Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestTaskInspect [2022-01-20T16:00:00.396Z] --- PASS: TestTaskInspect (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestTaskListError [2022-01-20T16:00:00.396Z] --- PASS: TestTaskListError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestTaskList [2022-01-20T16:00:00.396Z] --- PASS: TestTaskList (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeCreateError [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeCreateError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeCreate [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeCreate (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeInspectError [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeInspectError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeInspectNotFound [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeInspectWithEmptyID [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeInspect [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeInspect (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeListError [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeListError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeList [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeList (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeRemoveError [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-01-20T16:00:00.396Z] === RUN TestVolumeRemove [2022-01-20T16:00:00.396Z] --- PASS: TestVolumeRemove (0.00s) [2022-01-20T16:00:00.396Z] === CONT TestTLSCloseWriter [2022-01-20T16:00:00.396Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-01-20T16:00:00.396Z] PASS [2022-01-20T16:00:00.396Z] coverage: 75.1% of statements [2022-01-20T16:00:00.396Z] ok github.com/docker/docker/client 0.422s coverage: 75.1% of statements [2022-01-20T16:00:00.649Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-20T16:00:01.221Z] --- PASS: TestGraphdriverPluginV2 (4.52s) [2022-01-20T16:00:01.221Z] PASS [2022-01-20T16:00:01.221Z] [2022-01-20T16:00:01.221Z] DONE 5 tests in 10.023s [2022-01-20T16:00:01.484Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-01-20T16:00:01.484Z] ++ 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-01-20T16:00:01.484Z] ++ set -e [2022-01-20T16:00:01.484Z] ++ '[' -n 0 ']' [2022-01-20T16:00:01.484Z] ++ set -x [2022-01-20T16:00:01.484Z] ++ 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-01-20T16:00:01.484Z] INFO: Testing against a local daemon [2022-01-20T16:00:01.484Z] === RUN TestContinueAfterPluginCrash [2022-01-20T16:00:01.484Z] === PAUSE TestContinueAfterPluginCrash [2022-01-20T16:00:01.484Z] === RUN TestReadPluginNoRead [2022-01-20T16:00:01.484Z] === PAUSE TestReadPluginNoRead [2022-01-20T16:00:01.484Z] === RUN TestDaemonStartWithLogOpt [2022-01-20T16:00:01.484Z] === PAUSE TestDaemonStartWithLogOpt [2022-01-20T16:00:01.484Z] === CONT TestContinueAfterPluginCrash [2022-01-20T16:00:01.484Z] === CONT TestDaemonStartWithLogOpt [2022-01-20T16:00:01.484Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-20T16:00:02.869Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-20T16:00:02.869Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-01-20T16:00:02.869Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-20T16:00:02.869Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-20T16:00:03.442Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-01-20T16:00:05.557Z] 4612f6d0b889: Pull complete [2022-01-20T16:00:05.989Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-20T16:00:05.989Z] docker_api_swarm_node_test.go:20: [d8fe62f0feeef] joining swarm manager [d2bfc5a2ee590]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:00:06.249Z] --- PASS: TestDaemonStartWithLogOpt (4.67s) [2022-01-20T16:00:06.249Z] === CONT TestReadPluginNoRead [2022-01-20T16:00:06.510Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-20T16:00:07.083Z] docker_api_swarm_node_test.go:21: [d96e2b7f48313] joining swarm manager [d2bfc5a2ee590]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:00:07.655Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-20T16:00:09.040Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-01-20T16:00:10.990Z] === RUN TestReadPluginNoRead/default [2022-01-20T16:00:10.990Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-20T16:00:11.249Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-20T16:00:11.249Z] --- PASS: TestContinueAfterPluginCrash (9.76s) [2022-01-20T16:00:12.191Z] === RUN TestReadPluginNoRead/disabled_caching [2022-01-20T16:00:12.762Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-20T16:00:13.704Z] === CONT TestReadPluginNoRead [2022-01-20T16:00:13.704Z] read_test.go:92: [d1797fa91d158] daemon is not started [2022-01-20T16:00:13.704Z] --- PASS: TestReadPluginNoRead (7.40s) [2022-01-20T16:00:13.704Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s) [2022-01-20T16:00:13.704Z] --- PASS: TestReadPluginNoRead/default (1.47s) [2022-01-20T16:00:13.704Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.45s) [2022-01-20T16:00:13.704Z] PASS [2022-01-20T16:00:13.704Z] [2022-01-20T16:00:13.704Z] DONE 6 tests in 12.207s [2022-01-20T16:00:13.704Z] 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-01-20T16:00:13.704Z] ++ 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-01-20T16:00:13.704Z] ++ set -e [2022-01-20T16:00:13.704Z] ++ '[' -n 0 ']' [2022-01-20T16:00:13.704Z] ++ set -x [2022-01-20T16:00:13.704Z] ++ 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-01-20T16:00:13.704Z] testing: warning: no tests to run [2022-01-20T16:00:13.704Z] PASS [2022-01-20T16:00:13.704Z] [2022-01-20T16:00:13.704Z] DONE 0 tests in 0.041s [2022-01-20T16:00:13.704Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-01-20T16:00:13.704Z] ++ 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-01-20T16:00:13.704Z] ++ set -e [2022-01-20T16:00:13.704Z] ++ '[' -n 0 ']' [2022-01-20T16:00:13.704Z] ++ set -x [2022-01-20T16:00:13.704Z] ++ 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-01-20T16:00:13.704Z] INFO: Testing against a local daemon [2022-01-20T16:00:13.704Z] === RUN TestPluginWithDevMounts [2022-01-20T16:00:13.704Z] === PAUSE TestPluginWithDevMounts [2022-01-20T16:00:13.704Z] === CONT TestPluginWithDevMounts [2022-01-20T16:00:13.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-20T16:00:14.535Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-01-20T16:00:15.475Z] --- PASS: TestPluginWithDevMounts (1.79s) [2022-01-20T16:00:15.475Z] PASS [2022-01-20T16:00:15.475Z] [2022-01-20T16:00:15.475Z] DONE 1 tests in 1.896s [2022-01-20T16:00:15.475Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-01-20T16:00:15.475Z] ++ 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-01-20T16:00:15.475Z] ++ set -e [2022-01-20T16:00:15.475Z] ++ '[' -n 0 ']' [2022-01-20T16:00:15.475Z] ++ set -x [2022-01-20T16:00:15.475Z] ++ 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-01-20T16:00:15.735Z] INFO: Testing against a local daemon [2022-01-20T16:00:15.735Z] === RUN TestSecretInspect [2022-01-20T16:00:15.995Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-01-20T16:00:17.378Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-01-20T16:00:17.639Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-01-20T16:00:17.900Z] --- PASS: TestSecretInspect (2.29s) [2022-01-20T16:00:17.900Z] === RUN TestSecretList [2022-01-20T16:00:18.174Z] --- PASS: TestCheckoutGit (29.89s) [2022-01-20T16:00:18.174Z] === RUN TestValidGitTransport [2022-01-20T16:00:18.174Z] --- PASS: TestValidGitTransport (0.00s) [2022-01-20T16:00:18.174Z] === RUN TestGitInvalidRef [2022-01-20T16:00:18.174Z] --- PASS: TestGitInvalidRef (0.18s) [2022-01-20T16:00:18.174Z] PASS [2022-01-20T16:00:18.174Z] coverage: 86.3% of statements [2022-01-20T16:00:18.174Z] ok github.com/docker/docker/builder/remotecontext/git 30.226s coverage: 86.3% of statements [2022-01-20T16:00:18.174Z] ? github.com/docker/docker/cli [no test files] [2022-01-20T16:00:18.174Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-20T16:00:18.841Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-01-20T16:00:20.754Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c3e858_} [2022-01-20T16:00:20.754Z] --- PASS: TestSecretList (2.67s) [2022-01-20T16:00:20.754Z] === RUN TestSecretsCreateAndDelete [2022-01-20T16:00:22.140Z] docker_api_swarm_test.go:502: [da8a84813a170] joining swarm manager [d14dde3c5d78d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:00:22.140Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12997628690_/foo_false____} [2022-01-20T16:00:23.525Z] --- PASS: TestSecretsCreateAndDelete (2.57s) [2022-01-20T16:00:23.525Z] === RUN TestSecretsUpdate [2022-01-20T16:00:23.525Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12997628690_/foo_true____} [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-01-20T16:00:24.005Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestConfigureDaemonLogs [2022-01-20T16:00:24.005Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestCommonOptionsInstallFlags [2022-01-20T16:00:24.005Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-01-20T16:00:24.005Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-01-20T16:00:24.005Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-01-20T16:00:24.005Z] PASS [2022-01-20T16:00:24.005Z] coverage: 18.6% of statements [2022-01-20T16:00:24.005Z] ok github.com/docker/docker/cmd/dockerd 0.337s coverage: 18.6% of statements [2022-01-20T16:00:24.005Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-01-20T16:00:24.005Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-20T16:00:24.469Z] === RUN TestContainerStopSignal [2022-01-20T16:00:24.469Z] --- PASS: TestContainerStopSignal (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestContainerStopTimeout [2022-01-20T16:00:24.469Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestContainerSecretReferenceDestTarget [2022-01-20T16:00:24.469Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-01-20T16:00:24.469Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestContainerLogPathSetForRingLogger [2022-01-20T16:00:24.469Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestReplaceAndAppendEnvVars [2022-01-20T16:00:24.469Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-01-20T16:00:24.469Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestNewMemoryStore [2022-01-20T16:00:24.469Z] --- PASS: TestNewMemoryStore (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestAddContainers [2022-01-20T16:00:24.469Z] --- PASS: TestAddContainers (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestGetContainer [2022-01-20T16:00:24.469Z] --- PASS: TestGetContainer (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestDeleteContainer [2022-01-20T16:00:24.469Z] --- PASS: TestDeleteContainer (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestListContainers [2022-01-20T16:00:24.469Z] --- PASS: TestListContainers (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestFirstContainer [2022-01-20T16:00:24.469Z] --- PASS: TestFirstContainer (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestApplyAllContainer [2022-01-20T16:00:24.469Z] --- PASS: TestApplyAllContainer (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestIsValidHealthString [2022-01-20T16:00:24.469Z] --- PASS: TestIsValidHealthString (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestStateRunStop [2022-01-20T16:00:24.469Z] --- PASS: TestStateRunStop (0.00s) [2022-01-20T16:00:24.469Z] === RUN TestStateTimeoutWait [2022-01-20T16:00:24.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31848951041_/foo_false____} [2022-01-20T16:00:24.932Z] state_test.go:141: Stop callback fired [2022-01-20T16:00:24.932Z] state_test.go:165: Stop callback fired [2022-01-20T16:00:24.932Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-01-20T16:00:24.932Z] === RUN TestIsValidStateString [2022-01-20T16:00:24.932Z] --- PASS: TestIsValidStateString (0.00s) [2022-01-20T16:00:24.932Z] === RUN TestViewSaveDelete [2022-01-20T16:00:24.932Z] --- PASS: TestViewSaveDelete (0.01s) [2022-01-20T16:00:24.932Z] === RUN TestViewAll [2022-01-20T16:00:24.932Z] --- PASS: TestViewAll (0.01s) [2022-01-20T16:00:24.932Z] === RUN TestViewGet [2022-01-20T16:00:24.932Z] --- PASS: TestViewGet (0.01s) [2022-01-20T16:00:24.932Z] === RUN TestNames [2022-01-20T16:00:24.932Z] --- PASS: TestNames (0.00s) [2022-01-20T16:00:24.932Z] === RUN TestViewWithHealthCheck [2022-01-20T16:00:24.932Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-01-20T16:00:24.932Z] PASS [2022-01-20T16:00:24.932Z] coverage: 41.7% of statements [2022-01-20T16:00:24.932Z] ok github.com/docker/docker/container 0.239s coverage: 41.7% of statements [2022-01-20T16:00:24.932Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-20T16:00:24.932Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-20T16:00:24.932Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-20T16:00:24.932Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-20T16:00:25.173Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-01-20T16:00:25.173Z] Copying nested executables into bundles/binary-daemon [2022-01-20T16:00:25.173Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-01-20T16:00:25.173Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T16:00:25.173Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-01-20T16:00:25.173Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-01-20T16:00:25.479Z] --- PASS: TestSecretsUpdate (2.33s) [2022-01-20T16:00:25.479Z] === RUN TestTemplatedSecret [2022-01-20T16:00:25.505Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 -e DOCKER_GRAPHDRIVER docker:9363a990ff1718d8e3362c805083627578ea41f1 hack/make.sh cross [2022-01-20T16:00:25.765Z] [2022-01-20T16:00:25.910Z] === RUN TestPrepare [2022-01-20T16:00:25.910Z] --- PASS: TestPrepare (0.00s) [2022-01-20T16:00:25.910Z] === RUN TestStart [2022-01-20T16:00:25.910Z] --- PASS: TestStart (0.00s) [2022-01-20T16:00:25.910Z] === RUN TestWaitCancel [2022-01-20T16:00:25.910Z] --- PASS: TestWaitCancel (0.00s) [2022-01-20T16:00:25.910Z] === RUN TestWaitDisabled [2022-01-20T16:00:25.910Z] --- PASS: TestWaitDisabled (0.00s) [2022-01-20T16:00:25.910Z] === RUN TestWaitEnabled [2022-01-20T16:00:25.910Z] --- PASS: TestWaitEnabled (0.00s) [2022-01-20T16:00:25.910Z] === RUN TestRemove [2022-01-20T16:00:25.910Z] --- PASS: TestRemove (0.00s) [2022-01-20T16:00:25.910Z] PASS [2022-01-20T16:00:25.910Z] coverage: 65.3% of statements [2022-01-20T16:00:25.910Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.086s coverage: 65.3% of statements [2022-01-20T16:00:26.025Z] Removing bundles/ [2022-01-20T16:00:26.025Z] [2022-01-20T16:00:26.025Z] ---> Making bundle: cross (in bundles/cross) [2022-01-20T16:00:26.025Z] Cross building: bundles/cross/linux/amd64 [2022-01-20T16:00:26.025Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-01-20T16:00:26.025Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-01-20T16:00:26.436Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31848951041_/foo_true____} [2022-01-20T16:00:27.822Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31848951041_/foo_true__0xc000c3e888__} [2022-01-20T16:00:28.103Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-01-20T16:00:28.103Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.16s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCIsolation [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCIsolation [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-01-20T16:00:28.103Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCConfigs [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCConfigs [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-01-20T16:00:28.103Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-01-20T16:00:28.103Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-01-20T16:00:28.103Z] PASS [2022-01-20T16:00:28.103Z] coverage: 35.9% of statements [2022-01-20T16:00:28.103Z] ok github.com/docker/docker/daemon/cluster/convert 0.564s coverage: 35.9% of statements [2022-01-20T16:00:28.103Z] === RUN TestNewListSecretsFilters [2022-01-20T16:00:28.103Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-01-20T16:00:28.103Z] === RUN TestNewListConfigsFilters [2022-01-20T16:00:28.103Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-01-20T16:00:28.103Z] PASS [2022-01-20T16:00:28.103Z] coverage: 0.5% of statements [2022-01-20T16:00:28.103Z] ok github.com/docker/docker/daemon/cluster 1.045s coverage: 0.5% of statements [2022-01-20T16:00:28.135Z] 0e02c12b1310: Pull complete [2022-01-20T16:00:28.135Z] Digest: sha256:08d5f2a16e6a588ee9ed2a6d1a89cca1749f93773997507a73449f7eb16afba4 [2022-01-20T16:00:28.135Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:00:28.135Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-01-20T16:00:28.135Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-01-20T16:00:28.135Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.473' [2022-01-20T16:00:28.135Z] WARN: Skipping validation tests [2022-01-20T16:00:28.135Z] INFO: Running unit tests at 01/20/2022 16:00:14... [2022-01-20T16:00:28.135Z] INFO: make.ps1 starting at 01/20/2022 16:00:19 [2022-01-20T16:00:28.135Z] INFO: Git commit (7d374687d7) assumed from DOCKER_GITCOMMIT environment variable [2022-01-20T16:00:28.135Z] INFO: Invoking autogen... [2022-01-20T16:00:28.135Z] INFO: Running unit tests... [2022-01-20T16:00:28.392Z] --- PASS: TestTemplatedSecret (2.69s) [2022-01-20T16:00:28.392Z] === RUN TestSecretCreateResolve [2022-01-20T16:00:28.606Z] 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/namesgenerator/cmd/names-generator 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-01-20T16:00:29.332Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c3e8a0_} [2022-01-20T16:00:29.593Z] docker_api_swarm_test.go:507: [d355408b7d9fa] joining swarm manager [d14dde3c5d78d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:00:30.536Z] --- PASS: TestSecretCreateResolve (2.32s) [2022-01-20T16:00:30.536Z] PASS [2022-01-20T16:00:30.536Z] [2022-01-20T16:00:30.536Z] DONE 6 tests in 14.966s [2022-01-20T16:00:30.536Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-01-20T16:00:30.536Z] ++ 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-01-20T16:00:30.536Z] ++ set -e [2022-01-20T16:00:30.536Z] ++ '[' -n 0 ']' [2022-01-20T16:00:30.536Z] ++ set -x [2022-01-20T16:00:30.536Z] ++ 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-01-20T16:00:30.536Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c3e8b8_} [2022-01-20T16:00:30.796Z] INFO: Testing against a local daemon [2022-01-20T16:00:30.796Z] === RUN TestServiceCreateInit [2022-01-20T16:00:30.796Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-20T16:00:31.044Z] === RUN TestBuilderGC [2022-01-20T16:00:31.044Z] --- PASS: TestBuilderGC (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationNotFound [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonBrokenConfiguration [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestFindConfigurationConflicts [2022-01-20T16:00:31.044Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-01-20T16:00:31.044Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeConflicts [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-01-20T16:00:31.044Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-01-20T16:00:31.044Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-01-20T16:00:31.044Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_label [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_dns [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_dns-search [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-01-20T16:00:31.044Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-01-20T16:00:31.044Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestReloadSetConfigFileNotExist [2022-01-20T16:00:31.044Z] time="2022-01-20T16:00:30Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-01-20T16:00:31.044Z] --- PASS: TestReloadSetConfigFileNotExist (0.15s) [2022-01-20T16:00:31.044Z] === RUN TestReloadDefaultConfigNotExist [2022-01-20T16:00:31.044Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:00:31.044Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestReloadBadDefaultConfig [2022-01-20T16:00:31.044Z] time="2022-01-20T16:00:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1662515725" [2022-01-20T16:00:31.044Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestReloadWithConflictingLabels [2022-01-20T16:00:31.044Z] time="2022-01-20T16:00:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-971915878" [2022-01-20T16:00:31.044Z] --- PASS: TestReloadWithConflictingLabels (0.03s) [2022-01-20T16:00:31.044Z] === RUN TestReloadWithDuplicateLabels [2022-01-20T16:00:31.044Z] time="2022-01-20T16:00:30Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3114099184" [2022-01-20T16:00:31.044Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestMaskURLCredentials [2022-01-20T16:00:31.044Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-01-20T16:00:31.044Z] === RUN TestDaemonConfigurationMerge [2022-01-20T16:00:31.044Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-01-20T16:00:31.044Z] PASS [2022-01-20T16:00:31.044Z] coverage: 79.2% of statements [2022-01-20T16:00:31.044Z] ok github.com/docker/docker/daemon/config 0.422s coverage: 79.2% of statements [2022-01-20T16:00:32.020Z] === RUN TestEventsLog [2022-01-20T16:00:32.020Z] --- PASS: TestEventsLog (0.00s) [2022-01-20T16:00:32.020Z] === RUN TestEventsLogTimeout [2022-01-20T16:00:32.020Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-01-20T16:00:32.020Z] === RUN TestLogEvents [2022-01-20T16:00:32.020Z] --- PASS: TestLogEvents (0.05s) [2022-01-20T16:00:32.020Z] === RUN TestLoadBufferedEvents [2022-01-20T16:00:32.020Z] === RUN TestWaitNodeAttachment [2022-01-20T16:00:32.020Z] --- PASS: TestLoadBufferedEvents (0.15s) [2022-01-20T16:00:32.020Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-01-20T16:00:32.020Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-01-20T16:00:32.020Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-01-20T16:00:32.020Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-01-20T16:00:32.020Z] PASS [2022-01-20T16:00:32.020Z] coverage: 50.0% of statements [2022-01-20T16:00:32.020Z] ok github.com/docker/docker/daemon/events 0.302s coverage: 50.0% of statements [2022-01-20T16:00:32.179Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c3e8d0_} [2022-01-20T16:00:32.483Z] --- PASS: TestWaitNodeAttachment (0.50s) [2022-01-20T16:00:32.483Z] === RUN TestIsolationConversion [2022-01-20T16:00:32.483Z] === RUN TestIsolationConversion/default [2022-01-20T16:00:32.483Z] === RUN TestIsolationConversion/process [2022-01-20T16:00:32.483Z] === RUN TestIsolationConversion/hyperv [2022-01-20T16:00:32.483Z] --- PASS: TestIsolationConversion (0.00s) [2022-01-20T16:00:32.483Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-01-20T16:00:32.483Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-01-20T16:00:32.483Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-01-20T16:00:32.483Z] === RUN TestContainerLabels [2022-01-20T16:00:32.483Z] --- PASS: TestContainerLabels (0.00s) [2022-01-20T16:00:32.483Z] === RUN TestCredentialSpecConversion [2022-01-20T16:00:32.483Z] === RUN TestCredentialSpecConversion/none [2022-01-20T16:00:32.483Z] === RUN TestCredentialSpecConversion/config [2022-01-20T16:00:32.483Z] === RUN TestCredentialSpecConversion/file [2022-01-20T16:00:32.483Z] === RUN TestCredentialSpecConversion/registry [2022-01-20T16:00:32.483Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-01-20T16:00:32.483Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-01-20T16:00:32.483Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-01-20T16:00:32.483Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-01-20T16:00:32.483Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-01-20T16:00:32.483Z] === RUN TestControllerValidateMountBind [2022-01-20T16:00:32.483Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-01-20T16:00:32.483Z] === RUN TestControllerValidateMountVolume [2022-01-20T16:00:32.483Z] --- PASS: TestControllerValidateMountVolume (0.02s) [2022-01-20T16:00:32.483Z] === RUN TestControllerValidateMountTarget [2022-01-20T16:00:32.483Z] --- PASS: TestControllerValidateMountTarget (0.01s) [2022-01-20T16:00:32.483Z] === RUN TestControllerValidateMountTmpfs [2022-01-20T16:00:32.483Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-01-20T16:00:32.483Z] === RUN TestControllerValidateMountInvalidType [2022-01-20T16:00:32.483Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-01-20T16:00:32.483Z] === RUN TestControllerValidateMountNamedPipe [2022-01-20T16:00:32.483Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-01-20T16:00:32.483Z] PASS [2022-01-20T16:00:32.483Z] coverage: 11.0% of statements [2022-01-20T16:00:32.483Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.738s coverage: 11.0% of statements [2022-01-20T16:00:32.947Z] === RUN TestIsEmptyDir [2022-01-20T16:00:32.947Z] --- PASS: TestIsEmptyDir (0.01s) [2022-01-20T16:00:32.947Z] PASS [2022-01-20T16:00:32.947Z] coverage: 2.3% of statements [2022-01-20T16:00:32.947Z] ok github.com/docker/docker/daemon/graphdriver 0.066s coverage: 2.3% of statements [2022-01-20T16:00:33.410Z] === RUN TestVerifyNetworkingConfig [2022-01-20T16:00:33.410Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestGetContainer [2022-01-20T16:00:33.410Z] --- PASS: TestGetContainer (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestValidContainerNames [2022-01-20T16:00:33.410Z] --- PASS: TestValidContainerNames (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestContainerInitDNS [2022-01-20T16:00:33.410Z] daemon_test.go:145: root required [2022-01-20T16:00:33.410Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestMerge [2022-01-20T16:00:33.410Z] --- PASS: TestMerge (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestValidateContainerIsolation [2022-01-20T16:00:33.410Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestFindNetworkErrorType [2022-01-20T16:00:33.410Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestEnsureServicesExist [2022-01-20T16:00:33.410Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestEnsureServicesExistErrors [2022-01-20T16:00:33.410Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-01-20T16:00:33.410Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-01-20T16:00:33.410Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-01-20T16:00:33.410Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-01-20T16:00:33.410Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-01-20T16:00:33.410Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-01-20T16:00:33.410Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestContainerDelete [2022-01-20T16:00:33.410Z] --- PASS: TestContainerDelete (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestContainerDoubleDelete [2022-01-20T16:00:33.410Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestLogContainerEventCopyLabels [2022-01-20T16:00:33.410Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestLogContainerEventWithAttributes [2022-01-20T16:00:33.410Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestNoneHealthcheck [2022-01-20T16:00:33.410Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-01-20T16:00:33.410Z] === RUN TestHealthStates [2022-01-20T16:00:33.410Z] time="2022-01-20T16:00:32Z" 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-01-20T16:00:33.410Z] time="2022-01-20T16:00: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-01-20T16:00:33.410Z] time="2022-01-20T16:00: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-01-20T16:00:33.410Z] time="2022-01-20T16:00: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-01-20T16:00:33.410Z] time="2022-01-20T16:00: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-01-20T16:00:33.410Z] time="2022-01-20T16:00: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-01-20T16:00:33.410Z] time="2022-01-20T16:00: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-01-20T16:00:33.411Z] time="2022-01-20T16:00: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-01-20T16:00:33.411Z] time="2022-01-20T16:00: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-01-20T16:00:33.411Z] time="2022-01-20T16:00: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-01-20T16:00:33.411Z] --- PASS: TestHealthStates (0.15s) [2022-01-20T16:00:33.411Z] === RUN TestGetInspectData [2022-01-20T16:00:33.411Z] --- PASS: TestGetInspectData (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestFillLicense [2022-01-20T16:00:33.411Z] --- PASS: TestFillLicense (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestListInvalidFilter [2022-01-20T16:00:33.411Z] --- PASS: TestListInvalidFilter (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestNameFilter [2022-01-20T16:00:33.411Z] --- PASS: TestNameFilter (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-01-20T16:00:33.411Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-01-20T16:00:33.411Z] === 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-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-01-20T16:00:33.411Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-01-20T16:00:33.411Z] --- 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-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-01-20T16:00:33.411Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestDaemonReloadLabels [2022-01-20T16:00:33.411Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-01-20T16:00:33.411Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestDaemonReloadMirrors [2022-01-20T16:00:33.411Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestDaemonReloadInsecureRegistries [2022-01-20T16:00:33.411Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestDaemonReloadNotAffectOthers [2022-01-20T16:00:33.411Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-01-20T16:00:33.411Z] reload_test.go:342: root required [2022-01-20T16:00:33.411Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-01-20T16:00:33.411Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-01-20T16:00:33.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-01-20T16:00:33.411Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-01-20T16:00:33.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-01-20T16:00:33.411Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-01-20T16:00:33.411Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-01-20T16:00:33.411Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-01-20T16:00:33.411Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestParseVolumesFrom [2022-01-20T16:00:33.411Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-01-20T16:00:33.411Z] PASS [2022-01-20T16:00:33.411Z] coverage: 8.6% of statements [2022-01-20T16:00:33.411Z] ok github.com/docker/docker/daemon 0.345s coverage: 8.6% of statements [2022-01-20T16:00:33.411Z] === RUN TestLinkNaming [2022-01-20T16:00:33.411Z] --- PASS: TestLinkNaming (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestLinkNew [2022-01-20T16:00:33.411Z] --- PASS: TestLinkNew (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestLinkEnv [2022-01-20T16:00:33.411Z] --- PASS: TestLinkEnv (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestLinkMultipleEnv [2022-01-20T16:00:33.411Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-01-20T16:00:33.411Z] === RUN TestLinkPortRangeEnv [2022-01-20T16:00:33.411Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-01-20T16:00:33.411Z] PASS [2022-01-20T16:00:33.411Z] coverage: 93.0% of statements [2022-01-20T16:00:33.411Z] ok github.com/docker/docker/daemon/links 0.046s coverage: 93.0% of statements [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-01-20T16:00:33.411Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-01-20T16:00:33.565Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c3e8e8_} [2022-01-20T16:00:34.949Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-20T16:00:34.962Z] === RUN TestAdapterReadLogs [2022-01-20T16:00:34.963Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-01-20T16:00:34.963Z] === RUN TestCopier [2022-01-20T16:00:34.963Z] --- PASS: TestCopier (0.00s) [2022-01-20T16:00:34.963Z] === RUN TestCopierLongLines [2022-01-20T16:00:34.963Z] --- PASS: TestCopierLongLines (0.00s) [2022-01-20T16:00:34.963Z] === RUN TestCopierSlow [2022-01-20T16:00:35.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-20T16:00:35.429Z] --- PASS: TestCopierSlow (0.27s) [2022-01-20T16:00:35.429Z] === RUN TestCopierWithSized [2022-01-20T16:00:35.429Z] === RUN TestCopierWithSized/as_is [2022-01-20T16:00:35.429Z] === RUN TestCopierWithSized/With_RingLogger [2022-01-20T16:00:35.429Z] --- PASS: TestCopierWithSized (0.01s) [2022-01-20T16:00:35.429Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-01-20T16:00:35.429Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-01-20T16:00:35.429Z] === RUN TestCopierWithPartial [2022-01-20T16:00:35.429Z] --- PASS: TestCopierWithPartial (0.00s) [2022-01-20T16:00:35.429Z] === RUN TestRingLogger [2022-01-20T16:00:35.429Z] --- PASS: TestRingLogger (0.00s) [2022-01-20T16:00:35.429Z] === RUN TestRingCap [2022-01-20T16:00:35.429Z] --- PASS: TestRingCap (0.00s) [2022-01-20T16:00:35.429Z] === RUN TestRingClose [2022-01-20T16:00:35.429Z] --- PASS: TestRingClose (0.00s) [2022-01-20T16:00:35.429Z] === RUN TestRingDrain [2022-01-20T16:00:35.429Z] --- PASS: TestRingDrain (0.00s) [2022-01-20T16:00:35.429Z] PASS [2022-01-20T16:00:35.429Z] coverage: 43.3% of statements [2022-01-20T16:00:35.429Z] ok github.com/docker/docker/daemon/logger 0.338s coverage: 43.3% of statements [2022-01-20T16:00:35.429Z] === RUN TestNewStreamConfig [2022-01-20T16:00:35.891Z] === RUN TestNewStreamConfig/defaults [2022-01-20T16:00:35.891Z] === RUN TestNewStreamConfig/invalid_create_group [2022-01-20T16:00:35.891Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-01-20T16:00:35.891Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-01-20T16:00:35.891Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-01-20T16:00:35.891Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-01-20T16:00:35.891Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-01-20T16:00:35.891Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-01-20T16:00:35.891Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-01-20T16:00:35.891Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-01-20T16:00:35.891Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-01-20T16:00:35.891Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-01-20T16:00:35.891Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestNewAWSLogsClientRegionDetect [2022-01-20T16:00:35.891Z] time="2022-01-20T16:00:35Z" level=info msg="Trying to get region from EC2 Metadata" [2022-01-20T16:00:35.891Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2022-01-20T16:00:35.891Z] === RUN TestCreateSuccess [2022-01-20T16:00:35.891Z] --- PASS: TestCreateSuccess (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestCreateStreamSkipped [2022-01-20T16:00:35.891Z] time="2022-01-20T16:00:35Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-01-20T16:00:35.891Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestCreateLogGroupSuccess [2022-01-20T16:00:35.891Z] time="2022-01-20T16:00:35Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-01-20T16:00:35.891Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestCreateError [2022-01-20T16:00:35.891Z] --- PASS: TestCreateError (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestCreateAlreadyExists [2022-01-20T16:00:35.891Z] time="2022-01-20T16:00:35Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-01-20T16:00:35.891Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestLogClosed [2022-01-20T16:00:35.891Z] --- PASS: TestLogClosed (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestLogBlocking [2022-01-20T16:00:35.891Z] --- PASS: TestLogBlocking (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestLogNonBlockingBufferEmpty [2022-01-20T16:00:35.891Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestLogNonBlockingBufferFull [2022-01-20T16:00:35.891Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestPublishBatchSuccess [2022-01-20T16:00:35.891Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestPublishBatchError [2022-01-20T16:00:35.891Z] time="2022-01-20T16:00:35Z" level=error msg=error [2022-01-20T16:00:35.891Z] --- PASS: TestPublishBatchError (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-01-20T16:00:35.891Z] time="2022-01-20T16:00:35Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-20T16:00:35.891Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-01-20T16:00:35.891Z] === RUN TestPublishBatchAlreadyAccepted [2022-01-20T16:00:35.891Z] time="2022-01-20T16:00:35Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-20T16:00:35.892Z] time="2022-01-20T16:00:35Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-01-20T16:00:35.892Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchSimple [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchTicker [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchMultilinePattern [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.08s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchClose [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchClose (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestEffectiveLen [2022-01-20T16:00:35.892Z] === RUN TestEffectiveLen/0/Hello [2022-01-20T16:00:35.892Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-01-20T16:00:35.892Z] === RUN TestEffectiveLen/2/🙃 [2022-01-20T16:00:35.892Z] === RUN TestEffectiveLen/3/���� [2022-01-20T16:00:35.892Z] === RUN TestEffectiveLen/4/He��o [2022-01-20T16:00:35.892Z] === RUN TestEffectiveLen/5/ [2022-01-20T16:00:35.892Z] --- PASS: TestEffectiveLen (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/0/ [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/1/Hello [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: Hello [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/2/Hello [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: He [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: llo [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/3/Hello [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: Hello [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/4/🙃 [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: 🙃 [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/5/🙃 [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: 🙃 [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/6/a� [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: a [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: � [2022-01-20T16:00:35.892Z] === RUN TestFindValidSplit/7/a� [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1076: a� [2022-01-20T16:00:35.892Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestProcessEventEmoji [2022-01-20T16:00:35.892Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchLineSplit [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchLineSplitWithBinary [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchMaxEvents [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchMaxTotalBytes [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-01-20T16:00:35.892Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-01-20T16:00:35.892Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsMultilinePattern [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-01-20T16:00:35.892Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsFormat [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsFormat/1/random [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsFormat/2/ [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestCreateTagSuccess [2022-01-20T16:00:35.892Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-01-20T16:00:35.892Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-01-20T16:00:35.892Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-01-20T16:00:35.892Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-01-20T16:00:35.892Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-01-20T16:00:35.892Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2022-01-20T16:00:35.892Z] PASS [2022-01-20T16:00:35.892Z] coverage: 80.2% of statements [2022-01-20T16:00:35.892Z] ok github.com/docker/docker/daemon/logger/awslogs 0.430s coverage: 80.2% of statements [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-01-20T16:00:35.892Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-01-20T16:00:35.892Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-01-20T16:00:35.892Z] PASS [2022-01-20T16:00:35.892Z] coverage: 33.6% of statements [2022-01-20T16:00:35.892Z] ok github.com/docker/docker/daemon/logger/fluentd 0.052s coverage: 33.6% of statements [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-01-20T16:00:36.151Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-01-20T16:00:36.355Z] === RUN TestSearchRegistryForImagesErrors [2022-01-20T16:00:36.355Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-01-20T16:00:36.355Z] === RUN TestSearchRegistryForImages [2022-01-20T16:00:36.355Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-01-20T16:00:36.355Z] === RUN TestOnlyPlatformWithFallback [2022-01-20T16:00:36.355Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-01-20T16:00:36.355Z] === RUN TestImageDelete [2022-01-20T16:00:36.355Z] === RUN TestImageDelete/no_lease [2022-01-20T16:00:36.355Z] === RUN TestImageDelete/lease_exists [2022-01-20T16:00:36.355Z] --- PASS: TestImageDelete (0.03s) [2022-01-20T16:00:36.355Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-01-20T16:00:36.355Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-01-20T16:00:36.355Z] === RUN TestContentStoreForPull [2022-01-20T16:00:36.355Z] --- PASS: TestContentStoreForPull (0.18s) [2022-01-20T16:00:36.355Z] PASS [2022-01-20T16:00:36.355Z] coverage: 6.7% of statements [2022-01-20T16:00:36.355Z] ok github.com/docker/docker/daemon/images 0.310s coverage: 6.7% of statements [2022-01-20T16:00:36.355Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-20T16:00:36.355Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-20T16:00:36.355Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-01-20T16:00:36.355Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-20T16:00:36.355Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-01-20T16:00:36.355Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-01-20T16:00:36.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-01-20T16:00:36.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-01-20T16:00:36.412Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-01-20T16:00:36.412Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-20T16:00:36.819Z] === RUN TestJSONLogsMarshalJSONBuf [2022-01-20T16:00:36.819Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-01-20T16:00:36.819Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-01-20T16:00:36.819Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s) [2022-01-20T16:00:36.819Z] === RUN TestFastTimeMarshalJSON [2022-01-20T16:00:36.819Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-01-20T16:00:36.819Z] PASS [2022-01-20T16:00:36.819Z] coverage: 87.2% of statements [2022-01-20T16:00:36.819Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.187s coverage: 87.2% of statements [2022-01-20T16:00:37.283Z] === RUN TestJSONFileLogger [2022-01-20T16:00:37.283Z] --- PASS: TestJSONFileLogger (0.00s) [2022-01-20T16:00:37.283Z] === RUN TestJSONFileLoggerWithTags [2022-01-20T16:00:37.283Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-01-20T16:00:37.283Z] === RUN TestJSONFileLoggerWithOpts [2022-01-20T16:00:37.283Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-01-20T16:00:37.283Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-01-20T16:00:37.283Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-01-20T16:00:37.283Z] === RUN TestEncodeDecode [2022-01-20T16:00:37.283Z] === PAUSE TestEncodeDecode [2022-01-20T16:00:37.283Z] === RUN TestUnexpectedEOF [2022-01-20T16:00:37.283Z] time="2022-01-20T16:00:36Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-20T16:00:37.283Z] time="2022-01-20T16:00:36Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-20T16:00:37.283Z] --- PASS: TestUnexpectedEOF (0.14s) [2022-01-20T16:00:37.283Z] === CONT TestEncodeDecode [2022-01-20T16:00:37.283Z] --- PASS: TestEncodeDecode (0.00s) [2022-01-20T16:00:37.283Z] PASS [2022-01-20T16:00:37.283Z] coverage: 69.9% of statements [2022-01-20T16:00:37.283Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.235s coverage: 69.9% of statements [2022-01-20T16:00:37.746Z] === RUN TestWriteLog [2022-01-20T16:00:37.746Z] === PAUSE TestWriteLog [2022-01-20T16:00:37.746Z] === RUN TestReadLog [2022-01-20T16:00:37.746Z] === PAUSE TestReadLog [2022-01-20T16:00:37.746Z] === RUN TestDecode [2022-01-20T16:00:37.746Z] --- PASS: TestDecode (0.02s) [2022-01-20T16:00:37.746Z] === CONT TestWriteLog [2022-01-20T16:00:37.746Z] === CONT TestReadLog [2022-01-20T16:00:37.746Z] --- PASS: TestWriteLog (0.01s) [2022-01-20T16:00:37.746Z] === RUN TestReadLog/tail_exact [2022-01-20T16:00:37.746Z] === RUN TestReadLog/tail_less_than_available [2022-01-20T16:00:37.746Z] === RUN TestReadLog/tail_more_than_available [2022-01-20T16:00:37.746Z] --- PASS: TestReadLog (0.17s) [2022-01-20T16:00:37.746Z] --- PASS: TestReadLog/tail_exact (0.14s) [2022-01-20T16:00:37.746Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2022-01-20T16:00:37.746Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-01-20T16:00:37.746Z] PASS [2022-01-20T16:00:37.746Z] coverage: 78.7% of statements [2022-01-20T16:00:37.746Z] ok github.com/docker/docker/daemon/logger/local 0.370s coverage: 78.7% of statements [2022-01-20T16:00:38.209Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-20T16:00:38.672Z] === RUN TestOpenFileDelete [2022-01-20T16:00:38.672Z] --- PASS: TestOpenFileDelete (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestOpenFileRename [2022-01-20T16:00:38.672Z] --- PASS: TestOpenFileRename (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestHandleDecoderErr [2022-01-20T16:00:38.672Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestParseLogTagDefaultTag [2022-01-20T16:00:38.672Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestParseLogTag [2022-01-20T16:00:38.672Z] --- PASS: TestParseLogTag (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestParseLogTagEmptyTag [2022-01-20T16:00:38.672Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestTailFiles [2022-01-20T16:00:38.672Z] --- PASS: TestTailFiles (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestFollowLogsConsumerGone [2022-01-20T16:00:38.672Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestFollowLogsProducerGone [2022-01-20T16:00:38.672Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-01-20T16:00:38.672Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-01-20T16:00:38.672Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-01-20T16:00:38.672Z] === RUN TestCheckCapacityAndRotate [2022-01-20T16:00:38.672Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-01-20T16:00:38.672Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-01-20T16:00:38.672Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-01-20T16:00:38.672Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-01-20T16:00:38.672Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-01-20T16:00:38.672Z] PASS [2022-01-20T16:00:38.672Z] coverage: 53.4% of statements [2022-01-20T16:00:38.672Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.166s coverage: 53.4% of statements [2022-01-20T16:00:38.672Z] === RUN TestLog [2022-01-20T16:00:38.672Z] --- PASS: TestLog (0.00s) [2022-01-20T16:00:38.672Z] PASS [2022-01-20T16:00:38.672Z] coverage: 31.5% of statements [2022-01-20T16:00:38.672Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.055s coverage: 31.5% of statements [2022-01-20T16:00:38.957Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-20T16:00:39.135Z] === RUN TestValidateLogOpt [2022-01-20T16:00:39.135Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestNewMissedConfig [2022-01-20T16:00:39.135Z] --- PASS: TestNewMissedConfig (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestNewMissedUrl [2022-01-20T16:00:39.135Z] --- PASS: TestNewMissedUrl (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestNewMissedToken [2022-01-20T16:00:39.135Z] --- PASS: TestNewMissedToken (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestNewWithProxy [2022-01-20T16:00:39.135Z] --- PASS: TestNewWithProxy (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestDefault [2022-01-20T16:00:39.135Z] --- PASS: TestDefault (0.01s) [2022-01-20T16:00:39.135Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-01-20T16:00:39.135Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestJsonFormat [2022-01-20T16:00:39.135Z] --- PASS: TestJsonFormat (0.01s) [2022-01-20T16:00:39.135Z] === RUN TestRawFormat [2022-01-20T16:00:39.135Z] --- PASS: TestRawFormat (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestRawFormatWithLabels [2022-01-20T16:00:39.135Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestRawFormatWithoutTag [2022-01-20T16:00:39.135Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-01-20T16:00:39.135Z] === RUN TestBatching [2022-01-20T16:00:39.135Z] --- PASS: TestBatching (0.25s) [2022-01-20T16:00:39.135Z] === RUN TestFrequency [2022-01-20T16:00:39.135Z] === RUN TestNewParse [2022-01-20T16:00:39.135Z] --- PASS: TestNewParse (0.00s) [2022-01-20T16:00:39.135Z] PASS [2022-01-20T16:00:39.135Z] coverage: 8.3% of statements [2022-01-20T16:00:39.135Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2022-01-20T16:00:39.218Z] --- PASS: TestServiceCreateInit (8.59s) [2022-01-20T16:00:39.218Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.29s) [2022-01-20T16:00:39.218Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.28s) [2022-01-20T16:00:39.218Z] === RUN TestCreateServiceMultipleTimes [2022-01-20T16:00:39.598Z] --- PASS: TestFrequency (0.16s) [2022-01-20T16:00:39.598Z] === RUN TestOneMessagePerRequest [2022-01-20T16:00:39.598Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestVerify [2022-01-20T16:00:39.598Z] --- PASS: TestVerify (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestSkipVerify [2022-01-20T16:00:39.598Z] === RUN TestParseLogFormat [2022-01-20T16:00:39.598Z] --- PASS: TestParseLogFormat (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestValidateLogOptEmpty [2022-01-20T16:00:39.598Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestValidateSyslogAddress [2022-01-20T16:00:39.598Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestParseAddressDefaultPort [2022-01-20T16:00:39.598Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestValidateSyslogFacility [2022-01-20T16:00:39.598Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestValidateLogOptSyslogFormat [2022-01-20T16:00:39.598Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-01-20T16:00:39.598Z] === RUN TestValidateLogOpt [2022-01-20T16:00:39.598Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-20T16:00:39.598Z] PASS [2022-01-20T16:00:39.598Z] coverage: 46.8% of statements [2022-01-20T16:00:39.598Z] ok github.com/docker/docker/daemon/logger/syslog 0.045s coverage: 46.8% of statements [2022-01-20T16:00:39.598Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:39.598Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:39.598Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:39.598Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] --- PASS: TestSkipVerify (0.67s) [2022-01-20T16:00:40.063Z] === RUN TestBufferMaximum [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694439.823983\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694439.823983\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:40.063Z] --- PASS: TestBufferMaximum (0.00s) [2022-01-20T16:00:40.063Z] === RUN TestServerAlwaysDown [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694439.825982\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694439.825982\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694439.825982\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694439.826983\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:40.063Z] time="2022-01-20T16:00:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694439.826983\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:40.063Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-01-20T16:00:40.063Z] === RUN TestCannotSendAfterClose [2022-01-20T16:00:40.063Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-01-20T16:00:40.063Z] === RUN TestDeadlockOnBlockedEndpoint [2022-01-20T16:00:40.160Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-20T16:00:41.041Z] === RUN TestV1IDService [2022-01-20T16:00:41.041Z] --- PASS: TestV1IDService (0.03s) [2022-01-20T16:00:41.041Z] === RUN TestV2MetadataService [2022-01-20T16:00:41.041Z] time="2022-01-20T16:00:40Z" 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-01-20T16:00:41.041Z] time="2022-01-20T16:00:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"ff99ef31b180\"}'" [2022-01-20T16:00:41.041Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-01-20T16:00:41.041Z] PASS [2022-01-20T16:00:41.041Z] coverage: 82.5% of statements [2022-01-20T16:00:41.041Z] ok github.com/docker/docker/daemon/logger/splunk 2.172s coverage: 82.5% of statements [2022-01-20T16:00:41.041Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-20T16:00:41.041Z] ? github.com/docker/docker/daemon/network [no test files] [2022-01-20T16:00:41.041Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-20T16:00:41.128Z] ? github.com/docker/docker/api [no test files] [2022-01-20T16:00:41.505Z] === RUN TestSuccessfulDownload [2022-01-20T16:00:41.505Z] download_test.go:267: Needs fixing on Windows [2022-01-20T16:00:41.505Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestCancelledDownload [2022-01-20T16:00:41.505Z] --- PASS: TestCancelledDownload (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestMaxDownloadAttempts [2022-01-20T16:00:41.505Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:00:41.505Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:00:41.505Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:00:41.505Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:00:41.505Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:00:41.505Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:00:41.505Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:00:41.505Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:00:41.505Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:00:41.505Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:00:41.505Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:00:41.505Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:00:41.505Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-01-20T16:00:41.505Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestContinueOnError_MirrorEndpoint [2022-01-20T16:00:41.505Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestContinueOnError_NeverContinue [2022-01-20T16:00:41.505Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestManifestStore [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/no_remote_or_local [2022-01-20T16:00:41.505Z] time="2022-01-20T16:00:41Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local945407703\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/no_local_cache [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/with_local_cache [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/unknown_media_type [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-01-20T16:00:41.505Z] time="2022-01-20T16:00:41Z" level=warning msg="reference for unknown type: " [2022-01-20T16:00:41.505Z] time="2022-01-20T16:00:41Z" level=warning msg="reference for unknown type: " [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-01-20T16:00:41.505Z] time="2022-01-20T16:00:41Z" level=warning msg="reference for unknown type: " [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-01-20T16:00:41.505Z] time="2022-01-20T16:00:41Z" level=warning msg="reference for unknown type: " [2022-01-20T16:00:41.505Z] time="2022-01-20T16:00:41Z" level=warning msg="reference for unknown type: " [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/error_persisting_manifest [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-01-20T16:00:41.505Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-01-20T16:00:41.505Z] time="2022-01-20T16:00:41Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore (0.28s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/no_local_cache (0.03s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaType [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-01-20T16:00:41.505Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-01-20T16:00:41.505Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestFixManifestLayers [2022-01-20T16:00:41.505Z] --- PASS: TestFixManifestLayers (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestFixManifestLayersBaseLayerParent [2022-01-20T16:00:41.505Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-20T16:00:41.505Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestFixManifestLayersBadParent [2022-01-20T16:00:41.505Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestValidateManifest [2022-01-20T16:00:41.505Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-20T16:00:41.505Z] --- SKIP: TestValidateManifest (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestFormatPlatform [2022-01-20T16:00:41.505Z] --- PASS: TestFormatPlatform (0.00s) [2022-01-20T16:00:41.505Z] === RUN TestGetRepositoryMountCandidates [2022-01-20T16:00:41.505Z] --- PASS: TestGetRepositoryMountCandidates (0.01s) [2022-01-20T16:00:41.505Z] === RUN TestLayerAlreadyExists [2022-01-20T16:00:41.505Z] 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-01-20T16:00:41.505Z] 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-01-20T16:00:41.969Z] 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-01-20T16:00:41.969Z] 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-01-20T16:00:41.969Z] 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-01-20T16:00:41.969Z] 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-01-20T16:00:41.969Z] --- PASS: TestLayerAlreadyExists (0.01s) [2022-01-20T16:00:41.969Z] === RUN TestWhenEmptyAuthConfig [2022-01-20T16:00:41.969Z] --- PASS: TestV2MetadataService (0.89s) [2022-01-20T16:00:41.969Z] PASS [2022-01-20T16:00:41.969Z] coverage: 48.2% of statements [2022-01-20T16:00:41.969Z] ok github.com/docker/docker/distribution/metadata 0.984s coverage: 48.2% of statements [2022-01-20T16:00:41.969Z] time="2022-01-20T16:00:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:00:41.969Z] time="2022-01-20T16:00:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:00:41.969Z] time="2022-01-20T16:00:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:00:41.969Z] time="2022-01-20T16:00:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:00:41.970Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-01-20T16:00:41.970Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.45s) [2022-01-20T16:00:41.970Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.45s) [2022-01-20T16:00:41.970Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.45s) [2022-01-20T16:00:41.970Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.45s) [2022-01-20T16:00:41.970Z] === RUN TestTransfer [2022-01-20T16:00:41.970Z] --- PASS: TestTransfer (0.13s) [2022-01-20T16:00:41.970Z] === RUN TestConcurrencyLimit [2022-01-20T16:00:42.434Z] --- PASS: TestConcurrencyLimit (0.39s) [2022-01-20T16:00:42.434Z] === RUN TestInactiveJobs [2022-01-20T16:00:42.434Z] === RUN TestNotFound [2022-01-20T16:00:42.434Z] --- PASS: TestNotFound (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestConflict [2022-01-20T16:00:42.434Z] --- PASS: TestConflict (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestForbidden [2022-01-20T16:00:42.434Z] --- PASS: TestForbidden (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestInvalidParameter [2022-01-20T16:00:42.434Z] --- PASS: TestInvalidParameter (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestNotImplemented [2022-01-20T16:00:42.434Z] --- PASS: TestNotImplemented (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestNotModified [2022-01-20T16:00:42.434Z] --- PASS: TestNotModified (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestUnauthorized [2022-01-20T16:00:42.434Z] --- PASS: TestUnauthorized (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestUnknown [2022-01-20T16:00:42.434Z] --- PASS: TestUnknown (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestCancelled [2022-01-20T16:00:42.434Z] --- PASS: TestCancelled (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestDeadline [2022-01-20T16:00:42.434Z] --- PASS: TestDeadline (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestDataLoss [2022-01-20T16:00:42.434Z] --- PASS: TestDataLoss (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestUnavailable [2022-01-20T16:00:42.434Z] --- PASS: TestUnavailable (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestSystem [2022-01-20T16:00:42.434Z] --- PASS: TestSystem (0.00s) [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Not_Found [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Bad_Request [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Conflict [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Unauthorized [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Service_Unavailable [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Forbidden [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Not_Modified [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Not_Implemented [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-01-20T16:00:42.434Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-01-20T16:00:42.434Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-01-20T16:00:42.434Z] PASS [2022-01-20T16:00:42.434Z] coverage: 53.1% of statements [2022-01-20T16:00:42.434Z] ok github.com/docker/docker/errdefs 0.037s coverage: 53.1% of statements [2022-01-20T16:00:42.703Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-20T16:00:42.898Z] --- PASS: TestInactiveJobs (0.41s) [2022-01-20T16:00:42.898Z] === RUN TestWatchRelease [2022-01-20T16:00:42.898Z] --- PASS: TestWatchRelease (0.04s) [2022-01-20T16:00:42.898Z] === RUN TestWatchFinishedTransfer [2022-01-20T16:00:42.898Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-01-20T16:00:42.898Z] === RUN TestDuplicateTransfer [2022-01-20T16:00:42.898Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-01-20T16:00:42.898Z] === RUN TestSuccessfulUpload [2022-01-20T16:00:42.898Z] --- PASS: TestWhenEmptyAuthConfig (1.18s) [2022-01-20T16:00:42.898Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-01-20T16:00:42.898Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-01-20T16:00:42.898Z] === RUN TestTokenPassThru [2022-01-20T16:00:42.898Z] --- PASS: TestTokenPassThru (0.01s) [2022-01-20T16:00:42.898Z] === RUN TestTokenPassThruDifferentHost [2022-01-20T16:00:42.898Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2022-01-20T16:00:42.898Z] PASS [2022-01-20T16:00:42.898Z] coverage: 24.6% of statements [2022-01-20T16:00:42.898Z] ok github.com/docker/docker/distribution 1.576s coverage: 24.6% of statements [2022-01-20T16:00:42.898Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-20T16:00:42.898Z] time="2022-01-20T16:00:42Z" level=error msg="Upload failed, retrying: simulating retry" [2022-01-20T16:00:43.361Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-01-20T16:00:43.361Z] === RUN TestCancelledUpload [2022-01-20T16:00:43.361Z] --- PASS: TestCancelledUpload (0.00s) [2022-01-20T16:00:43.361Z] PASS [2022-01-20T16:00:43.361Z] coverage: 76.8% of statements [2022-01-20T16:00:43.361Z] ok github.com/docker/docker/distribution/xfer 1.915s coverage: 76.8% of statements [2022-01-20T16:00:43.361Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-20T16:00:43.361Z] === RUN TestFSGetInvalidData [2022-01-20T16:00:43.361Z] === RUN TestCompare [2022-01-20T16:00:43.361Z] --- PASS: TestCompare (0.00s) [2022-01-20T16:00:43.361Z] PASS [2022-01-20T16:00:43.361Z] coverage: 19.2% of statements [2022-01-20T16:00:43.361Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-01-20T16:00:43.362Z] === RUN TestFSInvalidSet [2022-01-20T16:00:43.362Z] ok github.com/docker/docker/image/cache 0.062s coverage: 19.2% of statements [2022-01-20T16:00:43.362Z] --- PASS: TestFSInvalidSet (0.01s) [2022-01-20T16:00:43.362Z] === RUN TestFSInvalidRoot [2022-01-20T16:00:43.362Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-01-20T16:00:43.362Z] === RUN TestFSMetadataGetSet [2022-01-20T16:00:43.825Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-01-20T16:00:43.825Z] === RUN TestFSInvalidWalker [2022-01-20T16:00:43.825Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-01-20T16:00:43.825Z] === RUN TestFSGetSet [2022-01-20T16:00:43.825Z] --- PASS: TestFSGetSet (0.02s) [2022-01-20T16:00:43.825Z] === RUN TestFSGetUnsetKey [2022-01-20T16:00:43.825Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-01-20T16:00:43.825Z] === RUN TestFSGetEmptyData [2022-01-20T16:00:43.825Z] --- PASS: TestFSGetEmptyData (0.00s) [2022-01-20T16:00:43.825Z] === RUN TestFSDelete [2022-01-20T16:00:43.825Z] --- PASS: TestFSDelete (0.01s) [2022-01-20T16:00:43.825Z] === RUN TestFSWalker [2022-01-20T16:00:43.825Z] --- PASS: TestFSWalker (0.03s) [2022-01-20T16:00:43.825Z] === RUN TestFSWalkerStopOnError [2022-01-20T16:00:43.825Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-01-20T16:00:43.825Z] === RUN TestNewFromJSON [2022-01-20T16:00:43.825Z] --- PASS: TestNewFromJSON (0.00s) [2022-01-20T16:00:43.825Z] === RUN TestNewFromJSONWithInvalidJSON [2022-01-20T16:00:43.825Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-01-20T16:00:43.825Z] === RUN TestMarshalKeyOrder [2022-01-20T16:00:43.825Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-01-20T16:00:43.825Z] === RUN TestHistoryEqual [2022-01-20T16:00:43.825Z] --- PASS: TestHistoryEqual (0.15s) [2022-01-20T16:00:43.825Z] === RUN TestImage [2022-01-20T16:00:43.825Z] --- PASS: TestImage (0.00s) [2022-01-20T16:00:43.825Z] === RUN TestImageOSNotEmpty [2022-01-20T16:00:43.825Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-01-20T16:00:43.825Z] === RUN TestNewChildImageFromImageWithRootFS [2022-01-20T16:00:43.825Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-01-20T16:00:43.825Z] === RUN TestCreate [2022-01-20T16:00:43.825Z] --- PASS: TestCreate (0.01s) [2022-01-20T16:00:43.825Z] === RUN TestRestore [2022-01-20T16:00:43.825Z] time="2022-01-20T16:00:43Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-01-20T16:00:43.825Z] --- PASS: TestRestore (0.03s) [2022-01-20T16:00:43.825Z] === RUN TestAddDelete [2022-01-20T16:00:43.825Z] --- PASS: TestAddDelete (0.02s) [2022-01-20T16:00:43.825Z] === RUN TestSearchAfterDelete [2022-01-20T16:00:43.825Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-01-20T16:00:43.825Z] === RUN TestParentReset [2022-01-20T16:00:43.825Z] --- PASS: TestParentReset (0.03s) [2022-01-20T16:00:43.825Z] === RUN TestGetAndSetLastUpdated [2022-01-20T16:00:43.825Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-01-20T16:00:43.825Z] === RUN TestStoreLen [2022-01-20T16:00:43.825Z] --- PASS: TestStoreLen (0.05s) [2022-01-20T16:00:43.825Z] PASS [2022-01-20T16:00:43.825Z] coverage: 86.6% of statements [2022-01-20T16:00:43.825Z] ok github.com/docker/docker/image 0.532s coverage: 86.6% of statements [2022-01-20T16:00:44.087Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-20T16:00:44.087Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-20T16:00:44.288Z] === RUN TestValidateManifest [2022-01-20T16:00:44.288Z] === RUN TestValidateManifest/nil [2022-01-20T16:00:44.288Z] === RUN TestValidateManifest/non-nil [2022-01-20T16:00:44.288Z] --- PASS: TestValidateManifest (0.00s) [2022-01-20T16:00:44.288Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-01-20T16:00:44.288Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-01-20T16:00:44.288Z] PASS [2022-01-20T16:00:44.288Z] coverage: 0.7% of statements [2022-01-20T16:00:44.288Z] ok github.com/docker/docker/image/tarexport 0.068s coverage: 0.7% of statements [2022-01-20T16:00:44.288Z] === RUN TestMakeV1ConfigFromConfig [2022-01-20T16:00:44.288Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-01-20T16:00:44.288Z] PASS [2022-01-20T16:00:44.288Z] coverage: 25.0% of statements [2022-01-20T16:00:44.288Z] ok github.com/docker/docker/image/v1 0.069s coverage: 25.0% of statements [2022-01-20T16:00:44.288Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-20T16:00:45.030Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-20T16:00:45.839Z] === RUN TestSerialization [2022-01-20T16:00:45.839Z] --- PASS: TestSerialization (0.02s) [2022-01-20T16:00:45.839Z] PASS [2022-01-20T16:00:45.839Z] coverage: 100.0% of statements [2022-01-20T16:00:45.839Z] ok github.com/docker/docker/libcontainerd/queue 0.057s coverage: 100.0% of statements [2022-01-20T16:00:45.839Z] === RUN TestEmptyLayer [2022-01-20T16:00:45.839Z] --- PASS: TestEmptyLayer (0.00s) [2022-01-20T16:00:45.839Z] === RUN TestCommitFailure [2022-01-20T16:00:46.303Z] --- PASS: TestCommitFailure (0.01s) [2022-01-20T16:00:46.303Z] === RUN TestStartTransactionFailure [2022-01-20T16:00:46.303Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestGetOrphan [2022-01-20T16:00:46.303Z] --- PASS: TestGetOrphan (0.01s) [2022-01-20T16:00:46.303Z] === RUN TestMountAndRegister [2022-01-20T16:00:46.303Z] === RUN TestEnvironmentParsing [2022-01-20T16:00:46.303Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-01-20T16:00:46.303Z] PASS [2022-01-20T16:00:46.303Z] coverage: 1.2% of statements [2022-01-20T16:00:46.303Z] ok github.com/docker/docker/libcontainerd/local 0.094s coverage: 1.2% of statements [2022-01-20T16:00:46.303Z] layer_test.go:270: Layer size: 14 [2022-01-20T16:00:46.303Z] --- PASS: TestMountAndRegister (0.18s) [2022-01-20T16:00:46.303Z] === RUN TestLayerRelease [2022-01-20T16:00:46.303Z] layer_test.go:303: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestLayerRelease (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestStoreRestore [2022-01-20T16:00:46.303Z] layer_test.go:352: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestStoreRestore (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestTarStreamStability [2022-01-20T16:00:46.303Z] layer_test.go:467: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestTarStreamStability (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestRegisterExistingLayer [2022-01-20T16:00:46.303Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-01-20T16:00:46.303Z] === RUN TestTarStreamVerification [2022-01-20T16:00:46.303Z] layer_test.go:696: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestLayerMigration [2022-01-20T16:00:46.303Z] migration_test.go:45: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestLayerMigration (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestLayerMigrationNoTarsplit [2022-01-20T16:00:46.303Z] migration_test.go:181: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestMountInit [2022-01-20T16:00:46.303Z] mount_test.go:17: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestMountInit (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestMountSize [2022-01-20T16:00:46.303Z] mount_test.go:76: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestMountSize (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestMountChanges [2022-01-20T16:00:46.303Z] mount_test.go:125: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestMountChanges (0.00s) [2022-01-20T16:00:46.303Z] === RUN TestMountApply [2022-01-20T16:00:46.303Z] mount_test.go:212: Failing on Windows [2022-01-20T16:00:46.303Z] --- SKIP: TestMountApply (0.00s) [2022-01-20T16:00:46.303Z] PASS [2022-01-20T16:00:46.303Z] coverage: 30.1% of statements [2022-01-20T16:00:46.303Z] ok github.com/docker/docker/layer 0.422s coverage: 30.1% of statements [2022-01-20T16:00:46.417Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-01-20T16:00:46.678Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-20T16:00:46.768Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-20T16:00:46.768Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-20T16:00:46.768Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-20T16:00:46.768Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-20T16:00:47.231Z] === RUN TestSequenceGetAvailableBit [2022-01-20T16:00:47.231Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestSequenceEqual [2022-01-20T16:00:47.231Z] --- PASS: TestSequenceEqual (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestSequenceCopy [2022-01-20T16:00:47.231Z] --- PASS: TestSequenceCopy (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestGetFirstAvailable [2022-01-20T16:00:47.231Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestFindSequence [2022-01-20T16:00:47.231Z] --- PASS: TestFindSequence (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestCheckIfAvailable [2022-01-20T16:00:47.231Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestMergeSequences [2022-01-20T16:00:47.231Z] --- PASS: TestMergeSequences (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestPushReservation [2022-01-20T16:00:47.231Z] --- PASS: TestPushReservation (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestSerializeDeserialize [2022-01-20T16:00:47.231Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestSet [2022-01-20T16:00:47.231Z] --- PASS: TestSet (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestSetUnset [2022-01-20T16:00:47.231Z] --- PASS: TestSetUnset (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestOffsetSetUnset [2022-01-20T16:00:47.231Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestSetInRange [2022-01-20T16:00:47.231Z] --- PASS: TestSetInRange (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestSetAnyInRange [2022-01-20T16:00:47.231Z] --- PASS: TestSetAnyInRange (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestMethods [2022-01-20T16:00:47.231Z] --- PASS: TestMethods (0.00s) [2022-01-20T16:00:47.231Z] === RUN TestRandomAllocateDeallocate [2022-01-20T16:00:47.619Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-20T16:00:48.194Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-20T16:00:48.454Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-20T16:00:48.781Z] === RUN TestInvalidConfig [2022-01-20T16:00:48.781Z] --- PASS: TestInvalidConfig (0.00s) [2022-01-20T16:00:48.781Z] === RUN TestConfig [2022-01-20T16:00:48.781Z] --- PASS: TestConfig (0.00s) [2022-01-20T16:00:48.781Z] === RUN TestOptionsLabels [2022-01-20T16:00:48.781Z] --- PASS: TestOptionsLabels (0.00s) [2022-01-20T16:00:48.781Z] === RUN TestValidName [2022-01-20T16:00:48.781Z] --- PASS: TestValidName (0.00s) [2022-01-20T16:00:48.781Z] PASS [2022-01-20T16:00:48.781Z] coverage: 19.7% of statements [2022-01-20T16:00:48.782Z] ok github.com/docker/docker/libnetwork/config 0.078s coverage: 19.7% of statements [2022-01-20T16:00:49.033Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-20T16:00:49.246Z] === RUN TestKey [2022-01-20T16:00:49.246Z] --- PASS: TestKey (0.00s) [2022-01-20T16:00:49.246Z] === RUN TestParseKey [2022-01-20T16:00:49.246Z] --- PASS: TestParseKey (0.00s) [2022-01-20T16:00:49.246Z] === RUN TestInvalidDataStore [2022-01-20T16:00:49.246Z] --- PASS: TestInvalidDataStore (0.00s) [2022-01-20T16:00:49.246Z] === RUN TestKVObjectFlatKey [2022-01-20T16:00:49.246Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-01-20T16:00:49.246Z] === RUN TestAtomicKVObjectFlatKey [2022-01-20T16:00:49.246Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-01-20T16:00:49.246Z] PASS [2022-01-20T16:00:49.246Z] coverage: 21.9% of statements [2022-01-20T16:00:49.246Z] ok github.com/docker/docker/libnetwork/datastore 0.037s coverage: 21.9% of statements [2022-01-20T16:00:49.246Z] === RUN TestErrorInterfaces [2022-01-20T16:00:49.246Z] --- PASS: TestErrorInterfaces (0.00s) [2022-01-20T16:00:49.246Z] === RUN TestNetworkMarshalling [2022-01-20T16:00:49.246Z] --- PASS: TestNetworkMarshalling (0.16s) [2022-01-20T16:00:49.246Z] === RUN TestEndpointMarshalling [2022-01-20T16:00:49.246Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-01-20T16:00:49.246Z] === RUN TestAuxAddresses [2022-01-20T16:00:49.246Z] time="2022-01-20T16:00:49Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:00:49.246Z] --- PASS: TestAuxAddresses (0.02s) [2022-01-20T16:00:49.246Z] === RUN TestSRVServiceQuery [2022-01-20T16:00:49.709Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestServiceVIPReuse [2022-01-20T16:00:49.709Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-01-20T16:00:49.709Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestDNSIPQuery [2022-01-20T16:00:49.709Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestDNSProxyServFail [2022-01-20T16:00:49.709Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestSandboxAddEmpty [2022-01-20T16:00:49.709Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestSandboxAddMultiPrio [2022-01-20T16:00:49.709Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestSandboxAddSamePrio [2022-01-20T16:00:49.709Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestCleanupServiceDiscovery [2022-01-20T16:00:49.709Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestDNSOptions [2022-01-20T16:00:49.709Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:00:49.709Z] --- SKIP: TestDNSOptions (0.01s) [2022-01-20T16:00:49.709Z] === RUN TestMultipleControllersWithSameStore [2022-01-20T16:00:49.709Z] time="2022-01-20T16:00:49Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:00:49.709Z] time="2022-01-20T16:00:49Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:00:49.709Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-01-20T16:00:49.709Z] PASS [2022-01-20T16:00:49.709Z] coverage: 8.5% of statements [2022-01-20T16:00:49.709Z] ok github.com/docker/docker/libnetwork 0.333s coverage: 8.5% of statements [2022-01-20T16:00:49.709Z] === RUN TestIPDataMarshalling [2022-01-20T16:00:49.709Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-01-20T16:00:49.709Z] === RUN TestValidateAndIsV6 [2022-01-20T16:00:49.709Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-01-20T16:00:49.709Z] PASS [2022-01-20T16:00:49.709Z] coverage: 68.9% of statements [2022-01-20T16:00:49.982Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-20T16:00:50.172Z] ok github.com/docker/docker/libnetwork/driverapi 0.041s coverage: 68.9% of statements [2022-01-20T16:00:50.172Z] === RUN TestDriver [2022-01-20T16:00:50.172Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:00:50.172Z] PASS [2022-01-20T16:00:50.172Z] coverage: 34.8% of statements [2022-01-20T16:00:50.172Z] ok github.com/docker/docker/libnetwork/drivers/host 0.039s coverage: 34.8% of statements [2022-01-20T16:00:50.553Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-20T16:00:50.636Z] === RUN TestDriver [2022-01-20T16:00:50.637Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:00:50.637Z] PASS [2022-01-20T16:00:50.637Z] coverage: 34.8% of statements [2022-01-20T16:00:50.637Z] ok github.com/docker/docker/libnetwork/drivers/null 0.045s coverage: 34.8% of statements [2022-01-20T16:00:51.100Z] === RUN TestNetworkAllocateFree [2022-01-20T16:00:51.100Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-01-20T16:00:51.100Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-01-20T16:00:51.100Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-01-20T16:00:51.100Z] PASS [2022-01-20T16:00:51.100Z] coverage: 63.6% of statements [2022-01-20T16:00:51.100Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.042s coverage: 63.6% of statements [2022-01-20T16:00:51.123Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-20T16:00:51.563Z] === RUN TestGetEmptyCapabilities [2022-01-20T16:00:51.563Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-01-20T16:00:51.563Z] === RUN TestGetExtraCapabilities [2022-01-20T16:00:51.563Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-01-20T16:00:51.563Z] === RUN TestGetInvalidCapabilities [2022-01-20T16:00:51.563Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-01-20T16:00:51.563Z] === RUN TestRemoteDriver [2022-01-20T16:00:51.563Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-20T16:00:51.563Z] === RUN TestDriverError [2022-01-20T16:00:51.563Z] --- PASS: TestDriverError (0.00s) [2022-01-20T16:00:51.563Z] === RUN TestMissingValues [2022-01-20T16:00:51.563Z] --- PASS: TestMissingValues (0.00s) [2022-01-20T16:00:51.563Z] === RUN TestRollback [2022-01-20T16:00:51.563Z] --- PASS: TestRollback (0.00s) [2022-01-20T16:00:51.563Z] PASS [2022-01-20T16:00:51.563Z] coverage: 57.4% of statements [2022-01-20T16:00:51.563Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.082s coverage: 57.4% of statements [2022-01-20T16:00:51.693Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-20T16:00:52.027Z] === RUN TestNew [2022-01-20T16:00:52.027Z] --- PASS: TestNew (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestAddDriver [2022-01-20T16:00:52.027Z] --- PASS: TestAddDriver (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestAddDuplicateDriver [2022-01-20T16:00:52.027Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestIPAMDefaultAddressSpaces [2022-01-20T16:00:52.027Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestDriver [2022-01-20T16:00:52.027Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestIPAM [2022-01-20T16:00:52.027Z] --- PASS: TestIPAM (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestWalkIPAMs [2022-01-20T16:00:52.027Z] --- PASS: TestWalkIPAMs (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestWalkDrivers [2022-01-20T16:00:52.027Z] --- PASS: TestWalkDrivers (0.00s) [2022-01-20T16:00:52.027Z] PASS [2022-01-20T16:00:52.027Z] coverage: 82.4% of statements [2022-01-20T16:00:52.027Z] ok github.com/docker/docker/libnetwork/drvregistry 0.066s coverage: 82.4% of statements [2022-01-20T16:00:52.027Z] === RUN TestNAT [2022-01-20T16:00:52.027Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-20T16:00:52.027Z] --- SKIP: TestNAT (0.00s) [2022-01-20T16:00:52.027Z] === RUN TestTransparent [2022-01-20T16:00:52.027Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-20T16:00:52.027Z] --- SKIP: TestTransparent (0.00s) [2022-01-20T16:00:52.027Z] PASS [2022-01-20T16:00:52.027Z] coverage: 0.0% of statements [2022-01-20T16:00:52.027Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.045s coverage: 0.0% of statements [2022-01-20T16:00:52.264Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-20T16:00:52.490Z] === RUN TestBuildDefault [2022-01-20T16:00:52.490Z] --- PASS: TestBuildDefault (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestBuildHostnameDomainname [2022-01-20T16:00:52.490Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestBuildHostname [2022-01-20T16:00:52.490Z] --- PASS: TestBuildHostname (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestBuildHostnameFQDN [2022-01-20T16:00:52.490Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestBuildNoIP [2022-01-20T16:00:52.490Z] --- PASS: TestBuildNoIP (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestUpdate [2022-01-20T16:00:52.490Z] --- PASS: TestUpdate (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-01-20T16:00:52.490Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-01-20T16:00:52.490Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestAddEmpty [2022-01-20T16:00:52.490Z] --- PASS: TestAddEmpty (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestAdd [2022-01-20T16:00:52.490Z] --- PASS: TestAdd (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestDeleteEmpty [2022-01-20T16:00:52.490Z] --- PASS: TestDeleteEmpty (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestDeleteNewline [2022-01-20T16:00:52.490Z] --- PASS: TestDeleteNewline (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestDelete [2022-01-20T16:00:52.490Z] --- PASS: TestDelete (0.00s) [2022-01-20T16:00:52.490Z] === RUN TestConcurrentWrites [2022-01-20T16:00:52.490Z] --- PASS: TestConcurrentWrites (0.19s) [2022-01-20T16:00:52.491Z] PASS [2022-01-20T16:00:52.491Z] coverage: 81.2% of statements [2022-01-20T16:00:52.491Z] ok github.com/docker/docker/libnetwork/etchosts 0.250s coverage: 81.2% of statements [2022-01-20T16:00:52.835Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-20T16:00:52.957Z] === RUN TestCaller [2022-01-20T16:00:52.957Z] --- PASS: TestCaller (0.00s) [2022-01-20T16:00:52.957Z] PASS [2022-01-20T16:00:52.957Z] coverage: 100.0% of statements [2022-01-20T16:00:52.957Z] ok github.com/docker/docker/libnetwork/internal/caller 0.037s coverage: 100.0% of statements [2022-01-20T16:00:52.957Z] === RUN TestNew [2022-01-20T16:00:52.957Z] --- PASS: TestNew (0.00s) [2022-01-20T16:00:52.957Z] === RUN TestAllocate [2022-01-20T16:00:52.957Z] --- PASS: TestAllocate (0.00s) [2022-01-20T16:00:52.957Z] === RUN TestUninitialized [2022-01-20T16:00:52.957Z] --- PASS: TestUninitialized (0.00s) [2022-01-20T16:00:52.957Z] === RUN TestAllocateInRange [2022-01-20T16:00:52.957Z] --- PASS: TestAllocateInRange (0.00s) [2022-01-20T16:00:52.957Z] === RUN TestAllocateSerial [2022-01-20T16:00:52.957Z] --- PASS: TestAllocateSerial (0.00s) [2022-01-20T16:00:52.957Z] PASS [2022-01-20T16:00:52.957Z] coverage: 87.5% of statements [2022-01-20T16:00:52.957Z] ok github.com/docker/docker/libnetwork/idm 0.039s coverage: 87.5% of statements [2022-01-20T16:00:52.957Z] --- PASS: TestRandomAllocateDeallocate (5.93s) [2022-01-20T16:00:52.957Z] === RUN TestAllocateRandomDeallocate [2022-01-20T16:00:53.420Z] === RUN TestSetSerialInsertDelete [2022-01-20T16:00:53.420Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-01-20T16:00:53.420Z] === RUN TestSetParallelInsertDelete [2022-01-20T16:00:53.775Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-20T16:00:53.884Z] --- PASS: TestAllocateRandomDeallocate (0.79s) [2022-01-20T16:00:53.884Z] === RUN TestAllocateRandomDeallocateSerialize [2022-01-20T16:00:54.347Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-20T16:00:54.350Z] === RUN TestInt2IP2IntConversion [2022-01-20T16:00:54.815Z] --- PASS: TestInt2IP2IntConversion (0.48s) [2022-01-20T16:00:54.815Z] === RUN TestGetAddressVersion [2022-01-20T16:00:54.815Z] --- PASS: TestGetAddressVersion (0.00s) [2022-01-20T16:00:54.815Z] === RUN TestKeyString [2022-01-20T16:00:54.815Z] --- PASS: TestKeyString (0.00s) [2022-01-20T16:00:54.815Z] === RUN TestPoolDataMarshal [2022-01-20T16:00:54.815Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-01-20T16:00:54.815Z] === RUN TestSubnetsMarshal [2022-01-20T16:00:54.815Z] === RUN TestPoolRequest [2022-01-20T16:00:54.815Z] --- PASS: TestPoolRequest (0.00s) [2022-01-20T16:00:54.816Z] === RUN TestOtherRequests [2022-01-20T16:00:54.816Z] --- PASS: TestOtherRequests (0.00s) [2022-01-20T16:00:54.816Z] PASS [2022-01-20T16:00:54.816Z] coverage: 57.1% of statements [2022-01-20T16:00:54.816Z] ok github.com/docker/docker/libnetwork/ipams/null 0.038s coverage: 57.1% of statements [2022-01-20T16:00:54.816Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-01-20T16:00:54.816Z] === RUN TestAddSubnets [2022-01-20T16:00:54.816Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.93s) [2022-01-20T16:00:54.816Z] === RUN TestRetrieveFromStore [2022-01-20T16:00:54.816Z] --- PASS: TestAddSubnets (0.05s) [2022-01-20T16:00:54.816Z] === RUN TestDoublePoolRelease [2022-01-20T16:00:54.816Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-01-20T16:00:54.816Z] === RUN TestAddReleasePoolID [2022-01-20T16:00:54.816Z] --- PASS: TestAddReleasePoolID (0.10s) [2022-01-20T16:00:54.816Z] === RUN TestPredefinedPool [2022-01-20T16:00:54.816Z] --- PASS: TestPredefinedPool (0.02s) [2022-01-20T16:00:54.816Z] === RUN TestRemoveSubnet [2022-01-20T16:00:54.919Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-20T16:00:54.919Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-20T16:00:55.279Z] --- PASS: TestRemoveSubnet (0.19s) [2022-01-20T16:00:55.279Z] === RUN TestGetSameAddress [2022-01-20T16:00:55.279Z] --- PASS: TestGetSameAddress (0.01s) [2022-01-20T16:00:55.279Z] === RUN TestPoolAllocationReuse [2022-01-20T16:00:55.279Z] --- PASS: TestRetrieveFromStore (0.44s) [2022-01-20T16:00:55.279Z] === RUN TestIsCorrupted [2022-01-20T16:00:55.279Z] --- PASS: TestIsCorrupted (0.01s) [2022-01-20T16:00:55.279Z] === RUN TestSetRollover [2022-01-20T16:00:55.490Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-20T16:00:55.742Z] === RUN TestGetCapabilities [2022-01-20T16:00:55.742Z] --- PASS: TestGetCapabilities (0.01s) [2022-01-20T16:00:55.742Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-01-20T16:00:55.742Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-01-20T16:00:55.742Z] === RUN TestGetDefaultAddressSpaces [2022-01-20T16:00:55.742Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-01-20T16:00:55.742Z] === RUN TestRemoteDriver [2022-01-20T16:00:55.742Z] --- PASS: TestRemoteDriver (0.00s) [2022-01-20T16:00:55.742Z] PASS [2022-01-20T16:00:55.742Z] coverage: 47.4% of statements [2022-01-20T16:00:55.742Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.062s coverage: 47.4% of statements [2022-01-20T16:00:55.751Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-20T16:00:56.694Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-20T16:00:56.694Z] --- PASS: TestCreateServiceMultipleTimes (17.44s) [2022-01-20T16:00:56.694Z] === RUN TestCreateServiceConflict [2022-01-20T16:00:56.719Z] --- PASS: TestSetRollover (1.28s) [2022-01-20T16:00:56.719Z] === RUN TestSetRolloverSerial [2022-01-20T16:00:56.719Z] === RUN TestWindowsIPAM [2022-01-20T16:00:56.719Z] --- PASS: TestWindowsIPAM (0.00s) [2022-01-20T16:00:56.719Z] PASS [2022-01-20T16:00:56.719Z] coverage: 71.4% of statements [2022-01-20T16:00:56.719Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.038s coverage: 71.4% of statements [2022-01-20T16:00:56.719Z] --- PASS: TestPoolAllocationReuse (1.37s) [2022-01-20T16:00:56.719Z] === RUN TestGetAddressSubPoolEqualPool [2022-01-20T16:00:56.719Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-01-20T16:00:56.719Z] === RUN TestRequestReleaseAddressFromSubPool [2022-01-20T16:00:57.183Z] === RUN TestDefaultNetwork [2022-01-20T16:00:57.183Z] --- PASS: TestDefaultNetwork (0.23s) [2022-01-20T16:00:57.183Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-01-20T16:00:57.267Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-20T16:00:57.647Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.22s) [2022-01-20T16:00:57.647Z] === RUN TestInitAddressPools [2022-01-20T16:00:57.647Z] --- PASS: TestInitAddressPools (0.00s) [2022-01-20T16:00:57.647Z] PASS [2022-01-20T16:00:57.647Z] coverage: 74.0% of statements [2022-01-20T16:00:57.647Z] ok github.com/docker/docker/libnetwork/ipamutils 0.516s coverage: 74.0% of statements [2022-01-20T16:00:57.647Z] --- PASS: TestSetRolloverSerial (1.39s) [2022-01-20T16:00:57.647Z] === RUN TestGetFirstAvailableFromCurrent [2022-01-20T16:00:57.647Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-01-20T16:00:57.647Z] PASS [2022-01-20T16:00:57.647Z] coverage: 84.4% of statements [2022-01-20T16:00:57.647Z] ok github.com/docker/docker/libnetwork/bitseq 10.945s coverage: 84.4% of statements [2022-01-20T16:00:57.837Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-20T16:00:58.110Z] === RUN TestKeyValue [2022-01-20T16:00:58.110Z] --- PASS: TestKeyValue (0.00s) [2022-01-20T16:00:58.110Z] PASS [2022-01-20T16:00:58.110Z] coverage: 60.0% of statements [2022-01-20T16:00:58.110Z] ok github.com/docker/docker/libnetwork/netlabel 0.034s coverage: 60.0% of statements [2022-01-20T16:00:58.575Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.16s) [2022-01-20T16:00:58.575Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-01-20T16:00:58.781Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-20T16:00:58.949Z] === RUN TestMiddlewares [2022-01-20T16:00:58.949Z] --- PASS: TestMiddlewares (0.00s) [2022-01-20T16:00:58.949Z] PASS [2022-01-20T16:00:58.949Z] coverage: 9.0% of statements [2022-01-20T16:00:58.949Z] ok github.com/docker/docker/api/server 0.060s coverage: 9.0% of statements [2022-01-20T16:00:59.352Z] --- PASS: TestCreateServiceConflict (2.68s) [2022-01-20T16:00:59.352Z] === RUN TestCreateServiceMaxReplicas [2022-01-20T16:00:59.611Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-20T16:01:00.775Z] === RUN TestNetworkDBSimple [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-20T16:01:00.775Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-20T16:01:00.995Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-20T16:01:01.238Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.70s) [2022-01-20T16:01:01.238Z] === RUN TestGetAddress [2022-01-20T16:01:01.704Z] === RUN TestGenerate [2022-01-20T16:01:01.704Z] --- PASS: TestGenerate (0.00s) [2022-01-20T16:01:01.704Z] === RUN TestGeneratePtr [2022-01-20T16:01:01.704Z] --- PASS: TestGeneratePtr (0.00s) [2022-01-20T16:01:01.704Z] === RUN TestGenerateMissingField [2022-01-20T16:01:01.704Z] --- PASS: TestGenerateMissingField (0.00s) [2022-01-20T16:01:01.704Z] === RUN TestFieldCannotBeSet [2022-01-20T16:01:01.704Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-01-20T16:01:01.704Z] === RUN TestTypeMismatchError [2022-01-20T16:01:01.704Z] --- PASS: TestTypeMismatchError (0.00s) [2022-01-20T16:01:01.704Z] PASS [2022-01-20T16:01:01.704Z] coverage: 100.0% of statements [2022-01-20T16:01:01.704Z] ok github.com/docker/docker/libnetwork/options 0.037s coverage: 100.0% of statements [2022-01-20T16:01:01.704Z] 2022/01/20 16:01:01 Closing DB instances... [2022-01-20T16:01:02.166Z] testing: warning: no tests to run [2022-01-20T16:01:02.166Z] PASS [2022-01-20T16:01:02.166Z] coverage: 0.0% of statements [2022-01-20T16:01:02.166Z] ok github.com/docker/docker/libnetwork/osl 0.034s coverage: 0.0% of statements [no tests to run] [2022-01-20T16:01:02.630Z] --- PASS: TestNetworkDBSimple (2.03s) [2022-01-20T16:01:02.630Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-01-20T16:01:02.912Z] --- PASS: TestCreateServiceMaxReplicas (3.28s) [2022-01-20T16:01:02.912Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-20T16:01:03.094Z] === RUN TestRequestNewPort [2022-01-20T16:01:03.094Z] --- PASS: TestRequestNewPort (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestRequestSpecificPort [2022-01-20T16:01:03.094Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestReleasePort [2022-01-20T16:01:03.094Z] --- PASS: TestReleasePort (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestReuseReleasedPort [2022-01-20T16:01:03.094Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestReleaseUnreadledPort [2022-01-20T16:01:03.094Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestUnknowProtocol [2022-01-20T16:01:03.094Z] --- PASS: TestUnknowProtocol (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestAllocateAllPorts [2022-01-20T16:01:03.094Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestPortAllocation [2022-01-20T16:01:03.094Z] --- PASS: TestPortAllocation (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestPortAllocationWithCustomRange [2022-01-20T16:01:03.094Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestNoDuplicateBPR [2022-01-20T16:01:03.094Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-01-20T16:01:03.094Z] === RUN TestChangePortRange [2022-01-20T16:01:03.094Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-01-20T16:01:03.094Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-01-20T16:01:03.094Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-01-20T16:01:03.094Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-01-20T16:01:03.094Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-01-20T16:01:03.094Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-01-20T16:01:03.094Z] --- PASS: TestChangePortRange (0.00s) [2022-01-20T16:01:03.094Z] PASS [2022-01-20T16:01:03.094Z] coverage: 88.6% of statements [2022-01-20T16:01:03.094Z] ok github.com/docker/docker/libnetwork/portallocator 0.041s coverage: 88.6% of statements [2022-01-20T16:01:03.557Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-01-20T16:01:03.557Z] PASS [2022-01-20T16:01:03.557Z] coverage: 100.0% of statements [2022-01-20T16:01:03.557Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.040s coverage: 100.0% of statements [2022-01-20T16:01:03.557Z] testing: warning: no tests to run [2022-01-20T16:01:03.557Z] PASS [2022-01-20T16:01:03.557Z] coverage: 0.0% of statements [2022-01-20T16:01:03.557Z] ok github.com/docker/docker/libnetwork/portmapper 0.031s coverage: 0.0% of statements [no tests to run] [2022-01-20T16:01:04.020Z] 2022/01/20 16:01:03 Closing DB instances... [2022-01-20T16:01:04.020Z] === RUN TestHashData [2022-01-20T16:01:04.020Z] --- PASS: TestHashData (0.00s) [2022-01-20T16:01:04.020Z] PASS [2022-01-20T16:01:04.020Z] coverage: 2.8% of statements [2022-01-20T16:01:04.020Z] ok github.com/docker/docker/libnetwork/resolvconf 0.037s coverage: 2.8% of statements [2022-01-20T16:01:04.483Z] === RUN TestErrorConstructors [2022-01-20T16:01:04.483Z] --- PASS: TestErrorConstructors (0.00s) [2022-01-20T16:01:04.483Z] === RUN TestCompareIPMask [2022-01-20T16:01:04.483Z] --- PASS: TestCompareIPMask (0.00s) [2022-01-20T16:01:04.483Z] === RUN TestUtilGetHostPartIP [2022-01-20T16:01:04.483Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-01-20T16:01:04.483Z] === RUN TestUtilGetBroadcastIP [2022-01-20T16:01:04.483Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-01-20T16:01:04.483Z] === RUN TestParseCIDR [2022-01-20T16:01:04.483Z] --- PASS: TestParseCIDR (0.00s) [2022-01-20T16:01:04.483Z] PASS [2022-01-20T16:01:04.483Z] coverage: 37.3% of statements [2022-01-20T16:01:04.483Z] ok github.com/docker/docker/libnetwork/types 0.036s coverage: 37.3% of statements [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-01-20T16:01:04.946Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-01-20T16:01:04.946Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-01-20T16:01:04.946Z] PASS [2022-01-20T16:01:04.946Z] coverage: 50.0% of statements [2022-01-20T16:01:04.946Z] ok github.com/docker/docker/oci 0.045s coverage: 50.0% of statements [2022-01-20T16:01:05.409Z] === RUN TestAddressPoolOpt [2022-01-20T16:01:05.409Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/a [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/something [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/_=a [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/env1=value1 [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/_env1=value1 [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/env2=value2=value3 [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/env3=abc!qwe [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/env_4=value_4 [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/PATH [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/=a [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/PATH= [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/PATH=something [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/asd!qwe [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/1asd [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/123 [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/some_space [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/__some_space_before [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/some_space_after__ [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/= [2022-01-20T16:01:05.409Z] === RUN TestValidateEnv/PaTh [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/a (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/something (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/= (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestParseHost [2022-01-20T16:01:05.409Z] --- PASS: TestParseHost (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestParseDockerDaemonHost [2022-01-20T16:01:05.409Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestParseTCP [2022-01-20T16:01:05.409Z] --- PASS: TestParseTCP (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestParseInvalidUnixAddrInvalid [2022-01-20T16:01:05.409Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestValidateExtraHosts [2022-01-20T16:01:05.409Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestIpOptString [2022-01-20T16:01:05.409Z] --- PASS: TestIpOptString (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestNewIpOptInvalidDefaultVal [2022-01-20T16:01:05.409Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestNewIpOptValidDefaultVal [2022-01-20T16:01:05.409Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestIpOptSetInvalidVal [2022-01-20T16:01:05.409Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestValidateIPAddress [2022-01-20T16:01:05.409Z] --- PASS: TestValidateIPAddress (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestMapOpts [2022-01-20T16:01:05.409Z] --- PASS: TestMapOpts (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestListOptsWithoutValidator [2022-01-20T16:01:05.409Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestListOptsWithValidator [2022-01-20T16:01:05.409Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestValidateDNSSearch [2022-01-20T16:01:05.409Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_general_format [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_one_more [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-01-20T16:01:05.409Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-01-20T16:01:05.409Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestNamedListOpts [2022-01-20T16:01:05.409Z] --- PASS: TestNamedListOpts (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestNamedMapOpts [2022-01-20T16:01:05.409Z] --- PASS: TestNamedMapOpts (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestParseLink [2022-01-20T16:01:05.409Z] --- PASS: TestParseLink (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestQuotedStringSetWithQuotes [2022-01-20T16:01:05.409Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-01-20T16:01:05.409Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestQuotedStringSetWithNoQuotes [2022-01-20T16:01:05.409Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-01-20T16:01:05.409Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-01-20T16:01:05.409Z] === RUN TestUlimitOpt [2022-01-20T16:01:05.453Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-20T16:01:05.714Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-01-20T16:01:05.875Z] --- PASS: TestUlimitOpt (0.00s) [2022-01-20T16:01:05.875Z] PASS [2022-01-20T16:01:05.875Z] coverage: 67.4% of statements [2022-01-20T16:01:05.875Z] ok github.com/docker/docker/opts 0.066s coverage: 67.4% of statements [2022-01-20T16:01:05.875Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-01-20T16:01:05.875Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-01-20T16:01:05.875Z] === RUN TestParseVersion [2022-01-20T16:01:05.875Z] --- PASS: TestParseVersion (0.00s) [2022-01-20T16:01:05.875Z] PASS [2022-01-20T16:01:05.875Z] coverage: 52.9% of statements [2022-01-20T16:01:05.875Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2022-01-20T16:01:06.853Z] 2022/01/20 16:01:06 Closing DB instances... [2022-01-20T16:01:07.316Z] === RUN TestPeerCertificateMarshalJSON [2022-01-20T16:01:07.633Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-20T16:01:07.780Z] === RUN TestIsArchivePathDir [2022-01-20T16:01:07.780Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-01-20T16:01:07.780Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-01-20T16:01:07.780Z] --- PASS: TestPeerCertificateMarshalJSON (0.26s) [2022-01-20T16:01:07.780Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-01-20T16:01:07.780Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-01-20T16:01:07.780Z] === RUN TestMiddleware [2022-01-20T16:01:07.780Z] --- PASS: TestMiddleware (0.00s) [2022-01-20T16:01:07.780Z] === RUN TestNewResponseModifier [2022-01-20T16:01:07.780Z] --- PASS: TestNewResponseModifier (0.00s) [2022-01-20T16:01:07.780Z] PASS [2022-01-20T16:01:07.780Z] coverage: 26.8% of statements [2022-01-20T16:01:07.780Z] ok github.com/docker/docker/pkg/authorization 0.304s coverage: 26.8% of statements [2022-01-20T16:01:07.780Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-01-20T16:01:07.780Z] === RUN TestIsArchivePathInvalidFile [2022-01-20T16:01:07.780Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2022-01-20T16:01:07.780Z] === RUN TestIsArchivePathTar [2022-01-20T16:01:07.780Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-01-20T16:01:07.780Z] === RUN TestDecompressStreamGzip [2022-01-20T16:01:07.893Z] docker_api_swarm_node_test.go:81: [d6a1a7754e598] joining swarm manager [d8ccb9e870492]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:01:08.162Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-20T16:01:08.243Z] --- PASS: TestDecompressStreamGzip (0.12s) [2022-01-20T16:01:08.243Z] === RUN TestDecompressStreamBzip2 [2022-01-20T16:01:08.243Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-01-20T16:01:08.243Z] === RUN TestDecompressStreamXz [2022-01-20T16:01:08.243Z] archive_test.go:133: Xz not present in msys2 [2022-01-20T16:01:08.243Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestDecompressStreamZstd [2022-01-20T16:01:08.243Z] === RUN TestUnbuffered [2022-01-20T16:01:08.243Z] --- PASS: TestUnbuffered (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestRaceUnbuffered [2022-01-20T16:01:08.243Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-01-20T16:01:08.243Z] PASS [2022-01-20T16:01:08.243Z] coverage: 100.0% of statements [2022-01-20T16:01:08.243Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2022-01-20T16:01:08.243Z] archive_test.go:140: zstd not installed [2022-01-20T16:01:08.243Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-01-20T16:01:08.243Z] === RUN TestCompressStreamXzUnsupported [2022-01-20T16:01:08.243Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestCompressStreamBzip2Unsupported [2022-01-20T16:01:08.243Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestCompressStreamInvalid [2022-01-20T16:01:08.243Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestExtensionInvalid [2022-01-20T16:01:08.243Z] --- PASS: TestExtensionInvalid (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestExtensionUncompressed [2022-01-20T16:01:08.243Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestExtensionBzip2 [2022-01-20T16:01:08.243Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestExtensionGzip [2022-01-20T16:01:08.243Z] --- PASS: TestExtensionGzip (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestExtensionXz [2022-01-20T16:01:08.243Z] --- PASS: TestExtensionXz (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestExtensionZstd [2022-01-20T16:01:08.243Z] --- PASS: TestExtensionZstd (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestCmdStreamLargeStderr [2022-01-20T16:01:08.243Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-01-20T16:01:08.243Z] === RUN TestCmdStreamBad [2022-01-20T16:01:08.243Z] archive_test.go:252: Failing on Windows CI machines [2022-01-20T16:01:08.243Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestCmdStreamGood [2022-01-20T16:01:08.243Z] --- PASS: TestCmdStreamGood (0.04s) [2022-01-20T16:01:08.243Z] === RUN TestUntarPathWithInvalidDest [2022-01-20T16:01:08.243Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2022-01-20T16:01:08.243Z] === RUN TestUntarPathWithInvalidSrc [2022-01-20T16:01:08.243Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-01-20T16:01:08.243Z] === RUN TestUntarPath [2022-01-20T16:01:08.243Z] --- PASS: TestUntarPath (0.06s) [2022-01-20T16:01:08.243Z] === RUN TestUntarPathWithDestinationFile [2022-01-20T16:01:08.706Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-01-20T16:01:08.706Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-01-20T16:01:08.706Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-01-20T16:01:08.706Z] === RUN TestNetworkDBCRUDTableEntry [2022-01-20T16:01:08.706Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-01-20T16:01:08.706Z] === RUN TestCopyWithTarInvalidSrc [2022-01-20T16:01:08.706Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-01-20T16:01:08.706Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-01-20T16:01:08.706Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-01-20T16:01:08.706Z] === RUN TestCopyWithTarSrcFile [2022-01-20T16:01:08.706Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2022-01-20T16:01:08.706Z] === RUN TestCopyWithTarSrcFolder [2022-01-20T16:01:08.706Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-01-20T16:01:08.706Z] === RUN TestCopyFileWithTarInvalidSrc [2022-01-20T16:01:08.706Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s) [2022-01-20T16:01:08.706Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-01-20T16:01:08.706Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-01-20T16:01:08.706Z] === RUN TestCopyFileWithTarSrcFolder [2022-01-20T16:01:08.706Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-01-20T16:01:08.706Z] === RUN TestCopyFileWithTarSrcFile [2022-01-20T16:01:08.706Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-01-20T16:01:08.706Z] === RUN TestTarFiles [2022-01-20T16:01:08.706Z] === RUN TestMatch [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[foo]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[bar]_[foo]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[foo_bar]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[qux]_[foo]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[]#01 [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[qux]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[foo_bar_qux]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[qux]_[baz]] [2022-01-20T16:01:08.706Z] === RUN TestMatch/[[foo_baz]] [2022-01-20T16:01:08.706Z] --- PASS: TestMatch (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-01-20T16:01:08.706Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-01-20T16:01:08.706Z] PASS [2022-01-20T16:01:08.706Z] coverage: 87.5% of statements [2022-01-20T16:01:08.706Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2022-01-20T16:01:09.683Z] === RUN TestChrootTarUntar [2022-01-20T16:01:09.683Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootUntarWithHugeExcludesList [2022-01-20T16:01:09.683Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.01s) [2022-01-20T16:01:09.683Z] === RUN TestChrootUntarEmptyArchive [2022-01-20T16:01:09.683Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootTarUntarWithSymlink [2022-01-20T16:01:09.683Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootCopyWithTar [2022-01-20T16:01:09.683Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootCopyFileWithTar [2022-01-20T16:01:09.683Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootUntarPath [2022-01-20T16:01:09.683Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-01-20T16:01:09.683Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-01-20T16:01:09.683Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:01:09.683Z] === RUN TestChrootApplyDotDotFile [2022-01-20T16:01:09.683Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:09.683Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-01-20T16:01:09.683Z] PASS [2022-01-20T16:01:09.683Z] coverage: 15.1% of statements [2022-01-20T16:01:09.683Z] ok github.com/docker/docker/pkg/chrootarchive 0.090s coverage: 15.1% of statements [2022-01-20T16:01:10.662Z] 2022/01/20 16:01:10 Closing DB instances... [2022-01-20T16:01:10.662Z] === RUN TestSizeEmpty [2022-01-20T16:01:10.662Z] --- PASS: TestSizeEmpty (0.00s) [2022-01-20T16:01:10.662Z] === RUN TestSizeEmptyFile [2022-01-20T16:01:10.662Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-01-20T16:01:10.662Z] === RUN TestSizeNonemptyFile [2022-01-20T16:01:10.662Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-01-20T16:01:10.662Z] === RUN TestSizeNestedDirectoryEmpty [2022-01-20T16:01:10.662Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-01-20T16:01:10.662Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-01-20T16:01:10.662Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-01-20T16:01:10.662Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-01-20T16:01:10.662Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-01-20T16:01:10.662Z] === RUN TestMoveToSubdir [2022-01-20T16:01:10.662Z] --- PASS: TestMoveToSubdir (0.00s) [2022-01-20T16:01:10.662Z] === RUN TestSizeNonExistingDirectory [2022-01-20T16:01:10.662Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-01-20T16:01:10.662Z] PASS [2022-01-20T16:01:10.662Z] coverage: 80.0% of statements [2022-01-20T16:01:10.662Z] ok github.com/docker/docker/pkg/directory 0.056s coverage: 80.0% of statements [2022-01-20T16:01:11.469Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-20T16:01:11.638Z] === RUN TestPollerAddRemove [2022-01-20T16:01:11.638Z] --- PASS: TestPollerAddRemove (0.00s) [2022-01-20T16:01:11.638Z] === RUN TestPollerEvent [2022-01-20T16:01:11.638Z] poller_test.go:40: No chmod on Windows [2022-01-20T16:01:11.638Z] --- SKIP: TestPollerEvent (0.00s) [2022-01-20T16:01:11.638Z] === RUN TestPollerClose [2022-01-20T16:01:11.638Z] --- PASS: TestPollerClose (0.00s) [2022-01-20T16:01:11.638Z] PASS [2022-01-20T16:01:11.638Z] coverage: 45.7% of statements [2022-01-20T16:01:11.638Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 45.7% of statements [2022-01-20T16:01:12.615Z] === RUN TestCopyFileWithInvalidSrc [2022-01-20T16:01:12.615Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCopyFileWithInvalidDest [2022-01-20T16:01:12.615Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCopyFileWithSameSrcAndDest [2022-01-20T16:01:12.615Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.01s) [2022-01-20T16:01:12.615Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-01-20T16:01:12.615Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCopyFile [2022-01-20T16:01:12.615Z] --- PASS: TestCopyFile (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-01-20T16:01:12.615Z] fileutils_test.go:133: Needs porting to Windows [2022-01-20T16:01:12.615Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-01-20T16:01:12.615Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestReadSymlinkedDirectoryToFile [2022-01-20T16:01:12.615Z] fileutils_test.go:179: Needs porting to Windows [2022-01-20T16:01:12.615Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestWildcardMatches [2022-01-20T16:01:12.615Z] --- PASS: TestWildcardMatches (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestPatternMatches [2022-01-20T16:01:12.615Z] --- PASS: TestPatternMatches (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-01-20T16:01:12.615Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestPatternMatchesFolderExclusions [2022-01-20T16:01:12.615Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-01-20T16:01:12.615Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-01-20T16:01:12.615Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-01-20T16:01:12.615Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-01-20T16:01:12.615Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestSingleExclamationError [2022-01-20T16:01:12.615Z] --- PASS: TestSingleExclamationError (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestMatchesWithNoPatterns [2022-01-20T16:01:12.615Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestMatchesWithMalformedPatterns [2022-01-20T16:01:12.615Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestMatches [2022-01-20T16:01:12.615Z] === RUN TestMatches/MatchesOrParentMatches [2022-01-20T16:01:12.615Z] === RUN TestMatches/MatchesUsingParentResult [2022-01-20T16:01:12.615Z] === RUN TestMatches/MatchesUsingParentResults [2022-01-20T16:01:12.615Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-01-20T16:01:12.615Z] --- PASS: TestMatches (0.01s) [2022-01-20T16:01:12.615Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-01-20T16:01:12.615Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-01-20T16:01:12.615Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-01-20T16:01:12.615Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCleanPatterns [2022-01-20T16:01:12.615Z] --- PASS: TestCleanPatterns (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-01-20T16:01:12.615Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCleanPatternsExceptionFlag [2022-01-20T16:01:12.615Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-01-20T16:01:12.615Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-01-20T16:01:12.615Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCleanPatternsErrorSingleException [2022-01-20T16:01:12.615Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCreateIfNotExistsDir [2022-01-20T16:01:12.615Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestCreateIfNotExistsFile [2022-01-20T16:01:12.615Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-01-20T16:01:12.615Z] === RUN TestMatch [2022-01-20T16:01:12.615Z] --- PASS: TestMatch (0.00s) [2022-01-20T16:01:12.615Z] PASS [2022-01-20T16:01:12.615Z] coverage: 84.0% of statements [2022-01-20T16:01:12.615Z] ok github.com/docker/docker/pkg/fileutils 0.087s coverage: 84.0% of statements [2022-01-20T16:01:12.615Z] --- PASS: TestNetworkDBCRUDTableEntry (4.05s) [2022-01-20T16:01:12.615Z] === RUN TestNetworkDBCRUDTableEntries [2022-01-20T16:01:12.615Z] --- PASS: TestTarFiles (4.18s) [2022-01-20T16:01:12.615Z] === RUN TestDetectCompressionZstd [2022-01-20T16:01:12.615Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestTarUntar [2022-01-20T16:01:12.615Z] --- PASS: TestTarUntar (0.04s) [2022-01-20T16:01:12.615Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-01-20T16:01:12.615Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-01-20T16:01:12.615Z] === RUN TestTarWithOptions [2022-01-20T16:01:13.078Z] --- PASS: TestTarWithOptions (0.02s) [2022-01-20T16:01:13.078Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-01-20T16:01:13.078Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-01-20T16:01:13.078Z] === RUN TestUntarUstarGnuConflict [2022-01-20T16:01:13.078Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-01-20T16:01:13.078Z] === RUN TestUntarInvalidFilenames [2022-01-20T16:01:13.078Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1037044068\\dest" [2022-01-20T16:01:13.078Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2022-01-20T16:01:13.078Z] === RUN TestUntarHardlinkToSymlink [2022-01-20T16:01:13.078Z] --- PASS: TestUntarHardlinkToSymlink (0.03s) [2022-01-20T16:01:13.078Z] === RUN TestUntarInvalidHardlink [2022-01-20T16:01:13.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2216366135\\victim\\hello" -> "../victim/hello" [2022-01-20T16:01:13.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1017355699\\victim\\hello" -> "/../victim/hello" [2022-01-20T16:01:13.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3219084446\\victim" -> "../victim" [2022-01-20T16:01:13.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1813055982\\victim" -> "../victim" [2022-01-20T16:01:13.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1592362311\\victim" -> "../victim" [2022-01-20T16:01:13.078Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink771792081\\victim" -> "../victim" [2022-01-20T16:01:13.078Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-01-20T16:01:13.078Z] === RUN TestUntarInvalidSymlink [2022-01-20T16:01:13.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2686072382\\dest\\dotdot" -> "../victim/hello" [2022-01-20T16:01:13.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1136528934\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-20T16:01:13.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3548886513\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3309930577\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3136538095\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1175168489\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.078Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3977606732\\dest\\dir\\loophole" -> "../../victim" [2022-01-20T16:01:13.078Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-01-20T16:01:13.078Z] === RUN TestTempArchiveCloseMultipleTimes [2022-01-20T16:01:13.078Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-01-20T16:01:13.078Z] === RUN TestXGlobalNoParent [2022-01-20T16:01:13.078Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-01-20T16:01:13.078Z] === RUN TestReplaceFileTarWrapper [2022-01-20T16:01:13.078Z] === RUN TestGet [2022-01-20T16:01:13.078Z] --- PASS: TestGet (0.00s) [2022-01-20T16:01:13.078Z] === RUN TestGetShortcutString [2022-01-20T16:01:13.078Z] --- PASS: TestGetShortcutString (0.00s) [2022-01-20T16:01:13.078Z] PASS [2022-01-20T16:01:13.078Z] coverage: 42.9% of statements [2022-01-20T16:01:13.078Z] ok github.com/docker/docker/pkg/homedir 0.047s coverage: 42.9% of statements [2022-01-20T16:01:13.078Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2022-01-20T16:01:13.078Z] === RUN TestPrefixHeaderReadable [2022-01-20T16:01:13.078Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-01-20T16:01:13.078Z] === RUN TestDisablePigz [2022-01-20T16:01:13.542Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-01-20T16:01:13.542Z] --- PASS: TestDisablePigz (0.14s) [2022-01-20T16:01:13.542Z] === RUN TestPigz [2022-01-20T16:01:13.542Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-01-20T16:01:13.542Z] --- PASS: TestPigz (0.13s) [2022-01-20T16:01:13.542Z] === RUN TestCopyFileWithInvalidDest [2022-01-20T16:01:13.542Z] archive_windows_test.go:16: Currently fails [2022-01-20T16:01:13.542Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestCanonicalTarNameForPath [2022-01-20T16:01:13.542Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestCanonicalTarName [2022-01-20T16:01:13.542Z] --- PASS: TestCanonicalTarName (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChmodTarEntry [2022-01-20T16:01:13.542Z] --- PASS: TestChmodTarEntry (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestHardLinkOrder [2022-01-20T16:01:13.542Z] --- PASS: TestHardLinkOrder (0.07s) [2022-01-20T16:01:13.542Z] === RUN TestChangeString [2022-01-20T16:01:13.542Z] --- PASS: TestChangeString (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChangesWithNoChanges [2022-01-20T16:01:13.542Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-01-20T16:01:13.542Z] === RUN TestChangesWithChanges [2022-01-20T16:01:13.542Z] --- PASS: TestChangesWithChanges (0.03s) [2022-01-20T16:01:13.542Z] === RUN TestChangesWithChangesGH13590 [2022-01-20T16:01:13.542Z] changes_test.go:195: needs more investigation [2022-01-20T16:01:13.542Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChangesDirsEmpty [2022-01-20T16:01:13.542Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:01:13.542Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChangesDirsMutated [2022-01-20T16:01:13.542Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:01:13.542Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestApplyLayer [2022-01-20T16:01:13.542Z] changes_test.go:432: needs further investigation [2022-01-20T16:01:13.542Z] --- SKIP: TestApplyLayer (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChangesSizeWithHardlinks [2022-01-20T16:01:13.542Z] changes_test.go:468: needs further investigation [2022-01-20T16:01:13.542Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChangesSizeWithNoChanges [2022-01-20T16:01:13.542Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-01-20T16:01:13.542Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestChangesSize [2022-01-20T16:01:13.542Z] --- PASS: TestChangesSize (0.00s) [2022-01-20T16:01:13.542Z] === RUN TestApplyLayerInvalidFilenames [2022-01-20T16:01:13.542Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames3355085862\\dest" [2022-01-20T16:01:13.542Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-01-20T16:01:13.542Z] === RUN TestApplyLayerInvalidHardlink [2022-01-20T16:01:13.542Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1114025614\\victim\\hello" -> "../victim/hello" [2022-01-20T16:01:13.542Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2796244785\\victim\\hello" -> "/../victim/hello" [2022-01-20T16:01:13.542Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3307712001\\victim" -> "../victim" [2022-01-20T16:01:13.542Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink439116121\\victim" -> "../victim" [2022-01-20T16:01:13.542Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink416561167\\victim" -> "../victim" [2022-01-20T16:01:13.542Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1568636880\\victim" -> "../victim" [2022-01-20T16:01:13.542Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-01-20T16:01:13.542Z] === RUN TestApplyLayerInvalidSymlink [2022-01-20T16:01:13.542Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3514814761\\dest\\dotdot" -> "../victim/hello" [2022-01-20T16:01:13.542Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3383052870\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-20T16:01:13.542Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink784984403\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.542Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2049787846\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.542Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2095511966\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.542Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1326416175\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:01:13.542Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-01-20T16:01:13.542Z] === RUN TestApplyLayerWhiteouts [2022-01-20T16:01:14.006Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2022-01-20T16:01:14.006Z] === RUN TestGenerateEmptyFile [2022-01-20T16:01:14.006Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-01-20T16:01:14.006Z] === RUN TestGenerateWithContent [2022-01-20T16:01:14.006Z] --- PASS: TestGenerateWithContent (0.00s) [2022-01-20T16:01:14.006Z] PASS [2022-01-20T16:01:14.006Z] coverage: 62.0% of statements [2022-01-20T16:01:14.006Z] ok github.com/docker/docker/pkg/archive 6.225s coverage: 62.0% of statements [2022-01-20T16:01:14.006Z] === RUN TestCreateIDMapOrder [2022-01-20T16:01:14.006Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-01-20T16:01:14.006Z] PASS [2022-01-20T16:01:14.006Z] coverage: 7.2% of statements [2022-01-20T16:01:14.006Z] ok github.com/docker/docker/pkg/idtools 0.034s coverage: 7.2% of statements [2022-01-20T16:01:14.012Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-20T16:01:14.470Z] 2022/01/20 16:01:14 Closing DB instances... [2022-01-20T16:01:14.583Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-20T16:01:15.446Z] === RUN TestFixedBufferCap [2022-01-20T16:01:15.446Z] --- PASS: TestFixedBufferCap (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestFixedBufferLen [2022-01-20T16:01:15.446Z] --- PASS: TestFixedBufferLen (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestFixedBufferString [2022-01-20T16:01:15.446Z] --- PASS: TestFixedBufferString (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestFixedBufferWrite [2022-01-20T16:01:15.446Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestFixedBufferRead [2022-01-20T16:01:15.446Z] --- PASS: TestFixedBufferRead (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestBytesPipeRead [2022-01-20T16:01:15.446Z] --- PASS: TestBytesPipeRead (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestBytesPipeWrite [2022-01-20T16:01:15.446Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestBytesPipeWriteRandomChunks [2022-01-20T16:01:15.446Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2022-01-20T16:01:15.446Z] === RUN TestAtomicWriteToFile [2022-01-20T16:01:15.446Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-01-20T16:01:15.446Z] === RUN TestAtomicWriteSetCommit [2022-01-20T16:01:15.446Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-01-20T16:01:15.446Z] === RUN TestAtomicWriteSetCancel [2022-01-20T16:01:15.446Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-01-20T16:01:15.446Z] === RUN TestReadCloserWrapperClose [2022-01-20T16:01:15.446Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestReaderErrWrapperReadOnError [2022-01-20T16:01:15.446Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestReaderErrWrapperRead [2022-01-20T16:01:15.446Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-01-20T16:01:15.446Z] === RUN TestCancelReadCloser [2022-01-20T16:01:15.909Z] --- PASS: TestCancelReadCloser (0.14s) [2022-01-20T16:01:15.909Z] === RUN TestWriteCloserWrapperClose [2022-01-20T16:01:15.909Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-01-20T16:01:15.909Z] === RUN TestNopWriteCloser [2022-01-20T16:01:15.909Z] --- PASS: TestNopWriteCloser (0.00s) [2022-01-20T16:01:15.909Z] === RUN TestNopWriter [2022-01-20T16:01:15.909Z] --- PASS: TestNopWriter (0.00s) [2022-01-20T16:01:15.909Z] === RUN TestWriteCounter [2022-01-20T16:01:15.909Z] --- PASS: TestWriteCounter (0.00s) [2022-01-20T16:01:15.909Z] PASS [2022-01-20T16:01:15.909Z] coverage: 70.1% of statements [2022-01-20T16:01:15.909Z] ok github.com/docker/docker/pkg/ioutils 0.646s coverage: 70.1% of statements [2022-01-20T16:01:15.909Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-01-20T16:01:15.909Z] === RUN TestNetworkDBNodeLeave [2022-01-20T16:01:16.886Z] === RUN TestError [2022-01-20T16:01:16.886Z] --- PASS: TestError (0.00s) [2022-01-20T16:01:16.886Z] === RUN TestProgressString [2022-01-20T16:01:16.886Z] === RUN TestProgressString/no_progress [2022-01-20T16:01:16.886Z] === RUN TestProgressString/progress_1 [2022-01-20T16:01:16.886Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-01-20T16:01:16.886Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-01-20T16:01:16.886Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-01-20T16:01:16.886Z] === RUN TestProgressString/with_units [2022-01-20T16:01:16.886Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-01-20T16:01:16.886Z] === RUN TestProgressString/hide_counts [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/with_units (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-01-20T16:01:16.886Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-01-20T16:01:16.886Z] === RUN TestJSONMessageDisplay [2022-01-20T16:01:16.886Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-01-20T16:01:16.886Z] === RUN TestJSONMessageDisplayWithJSONError [2022-01-20T16:01:16.886Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-01-20T16:01:16.886Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-01-20T16:01:16.886Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-01-20T16:01:16.886Z] === RUN TestDisplayJSONMessagesStream [2022-01-20T16:01:16.886Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-01-20T16:01:16.886Z] PASS [2022-01-20T16:01:16.886Z] coverage: 91.7% of statements [2022-01-20T16:01:16.886Z] ok github.com/docker/docker/pkg/jsonmessage 0.198s coverage: 91.7% of statements [2022-01-20T16:01:17.128Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.17s) [2022-01-20T16:01:17.128Z] === RUN TestCreateServiceSecretFileMode [2022-01-20T16:01:17.350Z] === RUN TestStandardLongPath [2022-01-20T16:01:17.350Z] --- PASS: TestStandardLongPath (0.00s) [2022-01-20T16:01:17.350Z] === RUN TestUNCLongPath [2022-01-20T16:01:17.350Z] --- PASS: TestUNCLongPath (0.00s) [2022-01-20T16:01:17.350Z] PASS [2022-01-20T16:01:17.350Z] coverage: 100.0% of statements [2022-01-20T16:01:17.350Z] ok github.com/docker/docker/pkg/longpath 0.037s coverage: 100.0% of statements [2022-01-20T16:01:18.069Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-01-20T16:01:18.326Z] === RUN TestNameFormat [2022-01-20T16:01:18.326Z] --- PASS: TestNameFormat (0.00s) [2022-01-20T16:01:18.326Z] === RUN TestNameRetries [2022-01-20T16:01:18.326Z] --- PASS: TestNameRetries (0.00s) [2022-01-20T16:01:18.326Z] PASS [2022-01-20T16:01:18.326Z] coverage: 85.7% of statements [2022-01-20T16:01:18.326Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-01-20T16:01:18.639Z] === RUN TestDockerSuite/TestCpToDot [2022-01-20T16:01:18.789Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-01-20T16:01:18.789Z] === RUN TestNetworkDBWatch [2022-01-20T16:01:18.789Z] === RUN TestParseKeyValueOpt [2022-01-20T16:01:18.789Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-01-20T16:01:18.789Z] === RUN TestParseUintList [2022-01-20T16:01:18.789Z] --- PASS: TestParseUintList (0.00s) [2022-01-20T16:01:18.789Z] === RUN TestParseUintListMaximumLimits [2022-01-20T16:01:18.789Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-01-20T16:01:18.789Z] PASS [2022-01-20T16:01:18.789Z] coverage: 97.0% of statements [2022-01-20T16:01:18.789Z] ok github.com/docker/docker/pkg/parsers 0.041s coverage: 97.0% of statements [2022-01-20T16:01:19.582Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-20T16:01:19.767Z] === RUN TestNewAndRemove [2022-01-20T16:01:19.767Z] --- PASS: TestNewAndRemove (0.00s) [2022-01-20T16:01:19.767Z] === RUN TestRemoveInvalidPath [2022-01-20T16:01:19.767Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-01-20T16:01:19.767Z] PASS [2022-01-20T16:01:19.767Z] coverage: 82.6% of statements [2022-01-20T16:01:19.767Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.6% of statements [2022-01-20T16:01:20.153Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-20T16:01:20.230Z] 2022/01/20 16:01:20 Closing DB instances... [2022-01-20T16:01:21.095Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-20T16:01:21.206Z] === RUN TestFailedConnection [2022-01-20T16:01:21.356Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-01-20T16:01:21.616Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-20T16:01:21.669Z] --- PASS: TestNetworkDBWatch (3.24s) [2022-01-20T16:01:21.669Z] === RUN TestNetworkDBBulkSync [2022-01-20T16:01:22.557Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-20T16:01:22.645Z] --- PASS: TestGetAddress (21.03s) [2022-01-20T16:01:22.645Z] === RUN TestRequestSyntaxCheck [2022-01-20T16:01:22.645Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-01-20T16:01:22.645Z] === RUN TestRequest [2022-01-20T16:01:22.820Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-20T16:01:23.107Z] 2022/01/20 16:01:22 Closing DB instances... [2022-01-20T16:01:23.571Z] --- PASS: TestFailedConnection (2.29s) [2022-01-20T16:01:23.571Z] === RUN TestFailOnce [2022-01-20T16:01:23.571Z] 2022/01/20 16:01:23 http: panic serving 127.0.0.1:49275: Plugin not ready [2022-01-20T16:01:23.571Z] goroutine 18 [running]: [2022-01-20T16:01:23.571Z] net/http.(*conn).serve.func1() [2022-01-20T16:01:23.571Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-01-20T16:01:23.571Z] panic({0x7eac20, 0x8f73d0}) [2022-01-20T16:01:23.571Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-01-20T16:01:23.571Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x683153584382d27f}, 0xc0001b1a98) [2022-01-20T16:01:23.571Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-01-20T16:01:23.571Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x904170, 0xc00021a000}, 0x73f3e6) [2022-01-20T16:01:23.571Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-01-20T16:01:23.571Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x904170, 0xc00021a000}, 0xc0001a8000) [2022-01-20T16:01:23.571Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-01-20T16:01:23.571Z] net/http.serverHandler.ServeHTTP({0x902770}, {0x904170, 0xc00021a000}, 0xc0001a8000) [2022-01-20T16:01:23.571Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-01-20T16:01:23.571Z] net/http.(*conn).serve(0xc0001a0000, {0x906000, 0xc0001820c0}) [2022-01-20T16:01:23.571Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-01-20T16:01:23.571Z] created by net/http.(*Server).Serve [2022-01-20T16:01:23.571Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-01-20T16:01:23.571Z] time="2022-01-20T16:01:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49274/Test.FailOnce: Post \"http://127.0.0.1:49274/Test.FailOnce\": EOF, retrying in 1s" [2022-01-20T16:01:23.763Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-20T16:01:23.763Z] docker_api_swarm_node_test.go:53: [d6021376be708] joining swarm manager [d4f410cb6092b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:01:24.547Z] --- PASS: TestFailOnce (1.16s) [2022-01-20T16:01:24.547Z] === RUN TestEchoInputOutput [2022-01-20T16:01:24.547Z] --- PASS: TestEchoInputOutput (0.00s) [2022-01-20T16:01:24.547Z] === RUN TestBackoff [2022-01-20T16:01:24.547Z] --- PASS: TestBackoff (0.00s) [2022-01-20T16:01:24.547Z] === RUN TestAbortRetry [2022-01-20T16:01:24.547Z] --- PASS: TestAbortRetry (0.00s) [2022-01-20T16:01:24.547Z] === RUN TestClientScheme [2022-01-20T16:01:24.547Z] --- PASS: TestClientScheme (0.00s) [2022-01-20T16:01:24.547Z] === RUN TestNewClientWithTimeout [2022-01-20T16:01:24.547Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-01-20T16:01:24.547Z] === RUN TestNetworkDBCRUDMediumCluster [2022-01-20T16:01:24.703Z] docker_api_swarm_node_test.go:54: [dc34dc121a96e] joining swarm manager [d4f410cb6092b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:01:24.703Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-20T16:01:24.703Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-20T16:01:24.703Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-20T16:01:25.010Z] time="2022-01-20T16:01:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-01-20T16:01:25.273Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-20T16:01:25.534Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-20T16:01:25.534Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-01-20T16:01:25.534Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-20T16:01:25.534Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-01-20T16:01:26.111Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-20T16:01:26.372Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-20T16:01:26.372Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-20T16:01:26.559Z] time="2022-01-20T16:01:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-01-20T16:01:26.632Z] === RUN TestDockerSuite/TestCreateRM [2022-01-20T16:01:26.632Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-20T16:01:26.632Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T16:01:26.632Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-20T16:01:26.632Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-20T16:01:26.892Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-20T16:01:27.535Z] 2022/01/20 16:01:27 Closing DB instances... [2022-01-20T16:01:27.998Z] --- PASS: TestRequest (5.44s) [2022-01-20T16:01:27.998Z] === RUN TestOverlappingRequests [2022-01-20T16:01:27.998Z] --- PASS: TestOverlappingRequests (0.31s) [2022-01-20T16:01:27.998Z] === RUN TestRelease [2022-01-20T16:01:28.275Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-20T16:01:28.275Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-20T16:01:28.275Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-01-20T16:01:28.976Z] time="2022-01-20T16:01:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-01-20T16:01:28.976Z] --- PASS: TestRelease (1.00s) [2022-01-20T16:01:28.976Z] === RUN TestAllocateRandomDeallocate [2022-01-20T16:01:29.952Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.29s) [2022-01-20T16:01:29.952Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-01-20T16:01:30.187Z] --- PASS: TestCreateServiceSecretFileMode (13.05s) [2022-01-20T16:01:30.187Z] === RUN TestCreateServiceConfigFileMode [2022-01-20T16:01:30.415Z] === RUN TestParseEmptyInterface [2022-01-20T16:01:30.415Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-01-20T16:01:30.415Z] === RUN TestParseNonInterfaceType [2022-01-20T16:01:30.415Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-01-20T16:01:30.415Z] === RUN TestParseWithOneFunction [2022-01-20T16:01:30.415Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-01-20T16:01:30.415Z] === RUN TestParseWithMultipleFuncs [2022-01-20T16:01:30.415Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-01-20T16:01:30.415Z] === RUN TestParseWithUnnamedReturn [2022-01-20T16:01:30.415Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-01-20T16:01:30.415Z] === RUN TestEmbeddedInterface [2022-01-20T16:01:30.415Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-01-20T16:01:30.415Z] === RUN TestParsedImports [2022-01-20T16:01:30.415Z] --- PASS: TestParsedImports (0.00s) [2022-01-20T16:01:30.415Z] === RUN TestAliasedImports [2022-01-20T16:01:30.415Z] --- PASS: TestAliasedImports (0.00s) [2022-01-20T16:01:30.415Z] PASS [2022-01-20T16:01:30.415Z] coverage: 56.8% of statements [2022-01-20T16:01:30.415Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.047s coverage: 56.8% of statements [2022-01-20T16:01:30.878Z] 2022/01/20 16:01:30 Closing DB instances... [2022-01-20T16:01:31.341Z] === RUN TestHTTPTransport [2022-01-20T16:01:31.341Z] --- PASS: TestHTTPTransport (0.00s) [2022-01-20T16:01:31.341Z] PASS [2022-01-20T16:01:31.341Z] coverage: 85.7% of statements [2022-01-20T16:01:31.341Z] ok github.com/docker/docker/pkg/plugins/transport 0.035s coverage: 85.7% of statements [2022-01-20T16:01:31.591Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-20T16:01:31.851Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-20T16:01:31.851Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-20T16:01:32.111Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-20T16:01:32.111Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-20T16:01:32.111Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-20T16:01:32.318Z] --- PASS: TestAllocateRandomDeallocate (2.94s) [2022-01-20T16:01:32.318Z] === RUN TestRetrieveFromStore [2022-01-20T16:01:32.318Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-01-20T16:01:32.318Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-20T16:01:32.318Z] === RUN TestBufioReaderPoolPutAndGet [2022-01-20T16:01:32.318Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-01-20T16:01:32.318Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-01-20T16:01:32.318Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-01-20T16:01:32.318Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-01-20T16:01:32.318Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-20T16:01:32.318Z] === RUN TestBufioWriterPoolPutAndGet [2022-01-20T16:01:32.318Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-01-20T16:01:32.318Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-01-20T16:01:32.318Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-01-20T16:01:32.318Z] === RUN TestBufferPoolPutAndGet [2022-01-20T16:01:32.318Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-01-20T16:01:32.318Z] PASS [2022-01-20T16:01:32.318Z] coverage: 88.2% of statements [2022-01-20T16:01:32.318Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2022-01-20T16:01:32.683Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-20T16:01:32.781Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-01-20T16:01:32.781Z] === RUN TestNetworkDBGarbageCollection [2022-01-20T16:01:32.781Z] === RUN TestOutputOnPrematureClose [2022-01-20T16:01:32.781Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-01-20T16:01:32.781Z] === RUN TestCompleteSilently [2022-01-20T16:01:32.781Z] --- PASS: TestCompleteSilently (0.00s) [2022-01-20T16:01:32.781Z] PASS [2022-01-20T16:01:32.781Z] coverage: 75.9% of statements [2022-01-20T16:01:32.781Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2022-01-20T16:01:33.243Z] === RUN TestSendToOneSub [2022-01-20T16:01:33.243Z] --- PASS: TestSendToOneSub (0.00s) [2022-01-20T16:01:33.243Z] === RUN TestSendToMultipleSubs [2022-01-20T16:01:33.243Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-01-20T16:01:33.243Z] === RUN TestEvictOneSub [2022-01-20T16:01:33.243Z] --- PASS: TestEvictOneSub (0.00s) [2022-01-20T16:01:33.243Z] === RUN TestClosePublisher [2022-01-20T16:01:33.243Z] --- PASS: TestClosePublisher (0.00s) [2022-01-20T16:01:33.243Z] === RUN TestPubSubRace [2022-01-20T16:01:33.243Z] --- PASS: TestRetrieveFromStore (1.07s) [2022-01-20T16:01:33.243Z] === RUN TestRequestReleaseAddressDuplicate [2022-01-20T16:01:33.243Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-01-20T16:01:33.243Z] === RUN TestParallelPredefinedRequest1 [2022-01-20T16:01:33.243Z] === PAUSE TestParallelPredefinedRequest1 [2022-01-20T16:01:33.243Z] === RUN TestParallelPredefinedRequest2 [2022-01-20T16:01:33.243Z] === PAUSE TestParallelPredefinedRequest2 [2022-01-20T16:01:33.243Z] === RUN TestParallelPredefinedRequest3 [2022-01-20T16:01:33.243Z] === PAUSE TestParallelPredefinedRequest3 [2022-01-20T16:01:33.243Z] === RUN TestParallelPredefinedRequest4 [2022-01-20T16:01:33.243Z] === PAUSE TestParallelPredefinedRequest4 [2022-01-20T16:01:33.243Z] === RUN TestParallelPredefinedRequest5 [2022-01-20T16:01:33.243Z] === PAUSE TestParallelPredefinedRequest5 [2022-01-20T16:01:33.243Z] === RUN TestDebug [2022-01-20T16:01:33.243Z] --- PASS: TestDebug (0.00s) [2022-01-20T16:01:33.243Z] === RUN TestRequestPoolParallel [2022-01-20T16:01:33.627Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-20T16:01:33.707Z] --- PASS: TestRequestPoolParallel (0.31s) [2022-01-20T16:01:33.707Z] === RUN TestFullAllocateRelease [2022-01-20T16:01:33.707Z] time="2022-01-20T16:01:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.Echo: Post \"http://127.0.0.1:49279/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-01-20T16:01:33.707Z] --- PASS: TestFullAllocateRelease (0.36s) [2022-01-20T16:01:33.707Z] === RUN TestOddAllocateRelease [2022-01-20T16:01:33.887Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-20T16:01:34.170Z] --- PASS: TestOddAllocateRelease (0.21s) [2022-01-20T16:01:34.170Z] === RUN TestFullAllocateSerialReleaseParallel [2022-01-20T16:01:34.170Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2022-01-20T16:01:34.170Z] === RUN TestOddAllocateSerialReleaseParallel [2022-01-20T16:01:34.170Z] --- PASS: TestPubSubRace (1.05s) [2022-01-20T16:01:34.170Z] PASS [2022-01-20T16:01:34.170Z] coverage: 75.0% of statements [2022-01-20T16:01:34.170Z] ok github.com/docker/docker/pkg/pubsub 1.084s coverage: 75.0% of statements [2022-01-20T16:01:34.170Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-01-20T16:01:34.170Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-01-20T16:01:34.170Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest1 [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest4 [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest3 [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest5 [2022-01-20T16:01:34.170Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest1 [2022-01-20T16:01:34.170Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest4 [2022-01-20T16:01:34.170Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:01:34.170Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest2 [2022-01-20T16:01:34.170Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:01:34.170Z] === CONT TestParallelPredefinedRequest3 [2022-01-20T16:01:34.170Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:01:34.170Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-01-20T16:01:34.170Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-01-20T16:01:34.170Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-01-20T16:01:34.170Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-01-20T16:01:34.170Z] PASS [2022-01-20T16:01:34.170Z] coverage: 85.3% of statements [2022-01-20T16:01:34.170Z] ok github.com/docker/docker/libnetwork/ipam 40.105s coverage: 85.3% of statements [2022-01-20T16:01:34.632Z] === RUN TestRegister [2022-01-20T16:01:34.632Z] --- PASS: TestRegister (0.00s) [2022-01-20T16:01:34.632Z] === RUN TestCommand [2022-01-20T16:01:34.632Z] --- PASS: TestCommand (0.03s) [2022-01-20T16:01:34.632Z] === RUN TestNaiveSelf [2022-01-20T16:01:34.829Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-20T16:01:35.096Z] --- PASS: TestNaiveSelf (0.04s) [2022-01-20T16:01:35.096Z] PASS [2022-01-20T16:01:35.096Z] coverage: 82.4% of statements [2022-01-20T16:01:35.096Z] ok github.com/docker/docker/pkg/reexec 0.099s coverage: 82.4% of statements [2022-01-20T16:01:35.559Z] === RUN TestDump [2022-01-20T16:01:35.559Z] goroutine 6 [running]: [2022-01-20T16:01:35.559Z] github.com/docker/docker/pkg/stack.dump(0xc2b6b7) [2022-01-20T16:01:35.559Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-20T16:01:35.559Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-01-20T16:01:35.559Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-01-20T16:01:35.559Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-01-20T16:01:35.559Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-01-20T16:01:35.559Z] testing.tRunner(0xc00011c1a0, 0xd98e68) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:01:35.559Z] created by testing.(*T).Run [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-20T16:01:35.559Z] [2022-01-20T16:01:35.559Z] goroutine 1 [chan receive]: [2022-01-20T16:01:35.559Z] testing.(*T).Run(0xc00011c000, {0xd8a52e, 0xc0a413}, 0xd98e68) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-20T16:01:35.559Z] testing.runTests.func1(0xc000068750) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-20T16:01:35.559Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:01:35.559Z] testing.runTests(0xc000076080, {0xefcba0, 0x3, 0x3}, {0xc2a90d, 0xd8c228, 0xf01640}) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-20T16:01:35.559Z] testing.(*M).Run(0xc000076080) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-20T16:01:35.559Z] main.main() [2022-01-20T16:01:35.559Z] _testmain.go:95 +0x1f5 [2022-01-20T16:01:35.559Z] --- PASS: TestDump (0.00s) [2022-01-20T16:01:35.559Z] === RUN TestDumpToFile [2022-01-20T16:01:35.559Z] --- PASS: TestDumpToFile (0.15s) [2022-01-20T16:01:35.559Z] === RUN TestDumpToFileWithEmptyInput [2022-01-20T16:01:35.559Z] goroutine 8 [running]: [2022-01-20T16:01:35.559Z] github.com/docker/docker/pkg/stack.dump(0xc986f4) [2022-01-20T16:01:35.559Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-20T16:01:35.559Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xc98aa0}) [2022-01-20T16:01:35.559Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-01-20T16:01:35.559Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2022-01-20T16:01:35.559Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-01-20T16:01:35.559Z] testing.tRunner(0xc00011c680, 0xd98e58) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:01:35.559Z] created by testing.(*T).Run [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-20T16:01:35.559Z] [2022-01-20T16:01:35.559Z] goroutine 1 [chan receive]: [2022-01-20T16:01:35.559Z] testing.(*T).Run(0xc00011c000, {0xd912ba, 0xc0a413}, 0xd98e58) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-20T16:01:35.559Z] testing.runTests.func1(0xc000068750) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-20T16:01:35.559Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:01:35.559Z] testing.runTests(0xc000076080, {0xefcba0, 0x3, 0x3}, {0xc2a90d, 0xd8c228, 0xf01640}) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-20T16:01:35.559Z] testing.(*M).Run(0xc000076080) [2022-01-20T16:01:35.559Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-20T16:01:35.559Z] main.main() [2022-01-20T16:01:35.559Z] _testmain.go:95 +0x1f5 [2022-01-20T16:01:35.559Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-01-20T16:01:35.559Z] PASS [2022-01-20T16:01:35.559Z] coverage: 90.9% of statements [2022-01-20T16:01:35.559Z] ok github.com/docker/docker/pkg/stack 0.187s coverage: 90.9% of statements [2022-01-20T16:01:36.023Z] === RUN TestNewStdWriter [2022-01-20T16:01:36.023Z] --- PASS: TestNewStdWriter (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestWriteWithUninitializedStdWriter [2022-01-20T16:01:36.023Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestWriteWithNilBytes [2022-01-20T16:01:36.023Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestWrite [2022-01-20T16:01:36.023Z] --- PASS: TestWrite (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestWriteWithWriterError [2022-01-20T16:01:36.023Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-01-20T16:01:36.023Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyWriteAndRead [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyWithInvalidInputHeader [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyWithCorruptedPrefix [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyReturnsWriteErrors [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-01-20T16:01:36.023Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-01-20T16:01:36.023Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-01-20T16:01:36.023Z] PASS [2022-01-20T16:01:36.023Z] coverage: 100.0% of statements [2022-01-20T16:01:36.023Z] ok github.com/docker/docker/pkg/stdcopy 0.036s coverage: 100.0% of statements [2022-01-20T16:01:36.211Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-20T16:01:36.471Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-20T16:01:36.731Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-20T16:01:36.993Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-20T16:01:36.999Z] === RUN TestRawProgressFormatterFormatStatus [2022-01-20T16:01:36.999Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestRawProgressFormatterFormatProgress [2022-01-20T16:01:36.999Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestFormatStatus [2022-01-20T16:01:36.999Z] --- PASS: TestFormatStatus (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestFormatError [2022-01-20T16:01:36.999Z] --- PASS: TestFormatError (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestFormatJSONError [2022-01-20T16:01:36.999Z] --- PASS: TestFormatJSONError (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestJsonProgressFormatterFormatProgress [2022-01-20T16:01:36.999Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestJsonProgressFormatterFormatStatus [2022-01-20T16:01:36.999Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestNewJSONProgressOutput [2022-01-20T16:01:36.999Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestAuxFormatterEmit [2022-01-20T16:01:36.999Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestStreamWriterStdout [2022-01-20T16:01:36.999Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-01-20T16:01:36.999Z] === RUN TestStreamWriterStderr [2022-01-20T16:01:36.999Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-01-20T16:01:36.999Z] PASS [2022-01-20T16:01:36.999Z] coverage: 66.2% of statements [2022-01-20T16:01:36.999Z] ok github.com/docker/docker/pkg/streamformatter 0.049s coverage: 66.2% of statements [2022-01-20T16:01:37.462Z] === RUN TestGenerateRandomID [2022-01-20T16:01:37.462Z] --- PASS: TestGenerateRandomID (0.00s) [2022-01-20T16:01:37.462Z] === RUN TestShortenId [2022-01-20T16:01:37.462Z] --- PASS: TestShortenId (0.00s) [2022-01-20T16:01:37.462Z] === RUN TestShortenSha256Id [2022-01-20T16:01:37.462Z] --- PASS: TestShortenSha256Id (0.00s) [2022-01-20T16:01:37.462Z] === RUN TestShortenIdEmpty [2022-01-20T16:01:37.462Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-01-20T16:01:37.462Z] === RUN TestShortenIdInvalid [2022-01-20T16:01:37.462Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-01-20T16:01:37.462Z] === RUN TestIsShortIDNonHex [2022-01-20T16:01:37.462Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-01-20T16:01:37.462Z] === RUN TestIsShortIDNotCorrectSize [2022-01-20T16:01:37.462Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-01-20T16:01:37.462Z] PASS [2022-01-20T16:01:37.462Z] coverage: 70.6% of statements [2022-01-20T16:01:37.462Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements [2022-01-20T16:01:37.563Z] === RUN TestDockerSuite/TestDockerFails [2022-01-20T16:01:37.563Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-01-20T16:01:37.563Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-01-20T16:01:37.563Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-01-20T16:01:38.134Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-01-20T16:01:38.438Z] === RUN TestIsCpusetListAvailable [2022-01-20T16:01:38.438Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-01-20T16:01:38.438Z] PASS [2022-01-20T16:01:38.438Z] coverage: 39.4% of statements [2022-01-20T16:01:38.438Z] ok github.com/docker/docker/pkg/sysinfo 0.034s coverage: 39.4% of statements [2022-01-20T16:01:38.705Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-01-20T16:01:39.991Z] === RUN TestChtimes [2022-01-20T16:01:39.991Z] --- PASS: TestChtimes (0.00s) [2022-01-20T16:01:39.991Z] === RUN TestChtimesWindows [2022-01-20T16:01:39.991Z] --- PASS: TestChtimesWindows (0.00s) [2022-01-20T16:01:39.991Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-01-20T16:01:39.991Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-01-20T16:01:39.991Z] === RUN TestEnsureRemoveAllNotExist [2022-01-20T16:01:39.991Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-01-20T16:01:39.991Z] === RUN TestEnsureRemoveAllWithDir [2022-01-20T16:01:39.991Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-01-20T16:01:39.991Z] === RUN TestEnsureRemoveAllWithFile [2022-01-20T16:01:39.991Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-01-20T16:01:39.991Z] === RUN TestHasWin32KSupport [2022-01-20T16:01:39.991Z] syscall_windows_test.go:8: win32k: true [2022-01-20T16:01:39.991Z] --- PASS: TestHasWin32KSupport (0.00s) [2022-01-20T16:01:39.991Z] PASS [2022-01-20T16:01:39.991Z] coverage: 13.0% of statements [2022-01-20T16:01:39.991Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 13.0% of statements [2022-01-20T16:01:40.089Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-01-20T16:01:40.089Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-01-20T16:01:40.089Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-01-20T16:01:40.089Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-01-20T16:01:40.455Z] === RUN TestTailFile [2022-01-20T16:01:40.455Z] --- PASS: TestTailFile (0.00s) [2022-01-20T16:01:40.455Z] === RUN TestTailFileManyLines [2022-01-20T16:01:40.455Z] --- PASS: TestTailFileManyLines (0.00s) [2022-01-20T16:01:40.455Z] === RUN TestTailEmptyFile [2022-01-20T16:01:40.455Z] --- PASS: TestTailEmptyFile (0.00s) [2022-01-20T16:01:40.455Z] === RUN TestTailNegativeN [2022-01-20T16:01:40.455Z] --- PASS: TestTailNegativeN (0.00s) [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader [2022-01-20T16:01:40.455Z] === CONT TestNewTailReader [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/12_byte_delimiter [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/no_delimiter [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/no_delimiter [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/single_byte_delimiter [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/2_byte_delimiter [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/4_byte_delimiter [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/truncated_last_line [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-01-20T16:01:40.455Z] === CONT TestNewTailReader/8_byte_delimiter [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.455Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:01:40.455Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.455Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/single_byte_delimiter [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/2_byte_delimiter [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/12_byte_delimiter [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/no_delimiter [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/4_byte_delimiter [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.456Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.456Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.456Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.457Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.457Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.457Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.458Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.459Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.459Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.459Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.460Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.460Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.924Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:01:40.925Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:01:40.925Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.01s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.926Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.02s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter (0.03s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:01:40.927Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:01:40.927Z] PASS [2022-01-20T16:01:40.927Z] coverage: 88.6% of statements [2022-01-20T16:01:40.927Z] ok github.com/docker/docker/pkg/tailfile 0.173s coverage: 88.6% of statements [2022-01-20T16:01:41.391Z] === RUN TestTarSumRemoveNonExistent [2022-01-20T16:01:41.391Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestTarSumRemove [2022-01-20T16:01:41.391Z] --- PASS: TestTarSumRemove (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestSortFileInfoSums [2022-01-20T16:01:41.391Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestNewTarSumForLabelInvalid [2022-01-20T16:01:41.391Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestNewTarSumForLabel [2022-01-20T16:01:41.391Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestEmptyTar [2022-01-20T16:01:41.391Z] --- PASS: TestEmptyTar (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestTarSumsReadSize [2022-01-20T16:01:41.391Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestTarSums [2022-01-20T16:01:41.391Z] --- PASS: TestTarSums (0.06s) [2022-01-20T16:01:41.391Z] === RUN TestIteration [2022-01-20T16:01:41.391Z] --- PASS: TestIteration (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestVersionLabelForChecksum [2022-01-20T16:01:41.391Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestVersion [2022-01-20T16:01:41.391Z] --- PASS: TestVersion (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestGetVersion [2022-01-20T16:01:41.391Z] --- PASS: TestGetVersion (0.00s) [2022-01-20T16:01:41.391Z] === RUN TestGetVersions [2022-01-20T16:01:41.391Z] --- PASS: TestGetVersions (0.00s) [2022-01-20T16:01:41.391Z] PASS [2022-01-20T16:01:41.391Z] coverage: 89.3% of statements [2022-01-20T16:01:41.391Z] ok github.com/docker/docker/pkg/tarsum 0.107s coverage: 89.3% of statements [2022-01-20T16:01:42.367Z] testing: warning: no tests to run [2022-01-20T16:01:42.367Z] PASS [2022-01-20T16:01:42.367Z] coverage: [no statements] [2022-01-20T16:01:42.367Z] ok github.com/docker/docker/pkg/term/windows 0.032s coverage: [no statements] [no tests to run] [2022-01-20T16:01:42.367Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-01-20T16:01:42.367Z] === RUN TestClientStream [2022-01-20T16:01:42.367Z] --- PASS: TestClientStream (0.00s) [2022-01-20T16:01:42.367Z] === RUN TestClientSendFile [2022-01-20T16:01:42.367Z] --- PASS: TestClientSendFile (0.00s) [2022-01-20T16:01:42.367Z] === RUN TestClientWithRequestTimeout [2022-01-20T16:01:42.367Z] --- PASS: TestClientWithRequestTimeout (0.03s) [2022-01-20T16:01:42.367Z] === RUN TestFileSpecPlugin [2022-01-20T16:01:42.367Z] --- PASS: TestFileSpecPlugin (0.02s) [2022-01-20T16:01:42.367Z] === RUN TestFileJSONSpecPlugin [2022-01-20T16:01:42.367Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-01-20T16:01:42.367Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-01-20T16:01:42.367Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-01-20T16:01:42.367Z] === RUN TestPluginAddHandler [2022-01-20T16:01:42.367Z] --- PASS: TestPluginAddHandler (0.00s) [2022-01-20T16:01:42.367Z] === RUN TestPluginWaitBadPlugin [2022-01-20T16:01:42.367Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-01-20T16:01:42.367Z] === RUN TestGet [2022-01-20T16:01:42.367Z] time="2022-01-20T16:01:41Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-01-20T16:01:42.632Z] --- PASS: TestCreateServiceConfigFileMode (12.81s) [2022-01-20T16:01:42.632Z] === RUN TestCreateServiceSysctls [2022-01-20T16:01:42.831Z] === RUN TestTruncIndex [2022-01-20T16:01:42.831Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-20T16:01:42.831Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-20T16:01:42.831Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-20T16:01:42.831Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-01-20T16:01:42.831Z] --- PASS: TestTruncIndex (0.10s) [2022-01-20T16:01:42.831Z] PASS [2022-01-20T16:01:42.831Z] coverage: 91.5% of statements [2022-01-20T16:01:42.831Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-01-20T16:01:43.294Z] === RUN TestIsGIT [2022-01-20T16:01:43.294Z] --- PASS: TestIsGIT (0.00s) [2022-01-20T16:01:43.294Z] === RUN TestIsTransport [2022-01-20T16:01:43.294Z] --- PASS: TestIsTransport (0.00s) [2022-01-20T16:01:43.294Z] PASS [2022-01-20T16:01:43.294Z] coverage: 100.0% of statements [2022-01-20T16:01:43.294Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2022-01-20T16:01:43.294Z] === RUN TestVersionInfo [2022-01-20T16:01:43.294Z] --- PASS: TestVersionInfo (0.00s) [2022-01-20T16:01:43.294Z] === RUN TestAppendVersions [2022-01-20T16:01:43.294Z] --- PASS: TestAppendVersions (0.00s) [2022-01-20T16:01:43.294Z] PASS [2022-01-20T16:01:43.294Z] coverage: 88.9% of statements [2022-01-20T16:01:43.294Z] ok github.com/docker/docker/pkg/useragent 0.033s coverage: 88.9% of statements [2022-01-20T16:01:43.294Z] time="2022-01-20T16:01:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-01-20T16:01:44.271Z] === RUN TestNewSettable [2022-01-20T16:01:44.271Z] --- PASS: TestNewSettable (0.00s) [2022-01-20T16:01:44.271Z] === RUN TestIsSettable [2022-01-20T16:01:44.271Z] --- PASS: TestIsSettable (0.00s) [2022-01-20T16:01:44.271Z] === RUN TestUpdateSettingsEnv [2022-01-20T16:01:44.271Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-01-20T16:01:44.271Z] PASS [2022-01-20T16:01:44.271Z] coverage: 20.0% of statements [2022-01-20T16:01:44.271Z] ok github.com/docker/docker/plugin/v2 0.036s coverage: 20.0% of statements [2022-01-20T16:01:44.734Z] === RUN TestValidatePrivileges [2022-01-20T16:01:44.734Z] --- PASS: TestValidatePrivileges (0.00s) [2022-01-20T16:01:44.734Z] === RUN TestFilterByCapNeg [2022-01-20T16:01:44.734Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-01-20T16:01:44.734Z] === RUN TestFilterByCapPos [2022-01-20T16:01:44.734Z] --- PASS: TestFilterByCapPos (0.00s) [2022-01-20T16:01:44.734Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-01-20T16:01:44.734Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-01-20T16:01:44.734Z] PASS [2022-01-20T16:01:44.734Z] coverage: 12.0% of statements [2022-01-20T16:01:44.734Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.0% of statements [2022-01-20T16:01:45.197Z] === RUN TestLoad [2022-01-20T16:01:45.197Z] --- PASS: TestLoad (0.00s) [2022-01-20T16:01:45.197Z] === RUN TestSave [2022-01-20T16:01:45.197Z] --- PASS: TestSave (0.02s) [2022-01-20T16:01:45.197Z] === RUN TestAddDeleteGet [2022-01-20T16:01:45.197Z] --- PASS: TestAddDeleteGet (0.03s) [2022-01-20T16:01:45.197Z] === RUN TestInvalidTags [2022-01-20T16:01:45.197Z] --- PASS: TestInvalidTags (0.00s) [2022-01-20T16:01:45.197Z] PASS [2022-01-20T16:01:45.197Z] coverage: 84.4% of statements [2022-01-20T16:01:45.197Z] ok github.com/docker/docker/reference 0.113s coverage: 84.4% of statements [2022-01-20T16:01:45.197Z] time="2022-01-20T16:01:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-01-20T16:01:45.930Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-20T16:01:45.930Z] --- PASS: TestCreateServiceSysctls (3.22s) [2022-01-20T16:01:45.930Z] === RUN TestCreateServiceCapabilities [2022-01-20T16:01:46.172Z] === RUN TestResolveAuthConfigIndexServer [2022-01-20T16:01:46.172Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-01-20T16:01:46.172Z] === RUN TestResolveAuthConfigFullURL [2022-01-20T16:01:46.172Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-01-20T16:01:46.172Z] === RUN TestLoadAllowNondistributableArtifacts [2022-01-20T16:01:46.172Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-01-20T16:01:46.172Z] === RUN TestValidateMirror [2022-01-20T16:01:46.172Z] --- PASS: TestValidateMirror (0.00s) [2022-01-20T16:01:46.172Z] === RUN TestLoadInsecureRegistries [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestReaderWithReadError [2022-01-20T16:01:46.636Z] time="2022-01-20T16:01:46Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-20T16:01:46.636Z] time="2022-01-20T16:01:46Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-01-20T16:01:46.636Z] time="2022-01-20T16:01:46Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-20T16:01:46.636Z] --- PASS: TestLoadInsecureRegistries (0.15s) [2022-01-20T16:01:46.636Z] === RUN TestNewServiceConfig [2022-01-20T16:01:46.636Z] --- PASS: TestNewServiceConfig (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestValidateIndexName [2022-01-20T16:01:46.636Z] --- PASS: TestValidateIndexName (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestValidateIndexNameWithError [2022-01-20T16:01:46.636Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestEndpointParse [2022-01-20T16:01:46.636Z] --- PASS: TestEndpointParse (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestEndpointParseInvalid [2022-01-20T16:01:46.636Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestValidateEndpoint [2022-01-20T16:01:46.636Z] --- PASS: TestValidateEndpoint (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestPing [2022-01-20T16:01:46.636Z] --- PASS: TestPing (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestPingRegistryEndpoint [2022-01-20T16:01:46.636Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:46.636Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestEndpoint [2022-01-20T16:01:46.636Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:46.636Z] --- SKIP: TestEndpoint (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestParseRepositoryInfo [2022-01-20T16:01:46.636Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestNewIndexInfo [2022-01-20T16:01:46.636Z] --- PASS: TestNewIndexInfo (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestMirrorEndpointLookup [2022-01-20T16:01:46.636Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:01:46.636Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestSearchRepositories [2022-01-20T16:01:46.636Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-01-20T16:01:46.636Z] Host: 127.0.0.1:49311 [2022-01-20T16:01:46.636Z] User-Agent: docker test client [2022-01-20T16:01:46.636Z] Authorization: Token fake-token [2022-01-20T16:01:46.636Z] X-Docker-Token: true [2022-01-20T16:01:46.636Z] Accept-Encoding: gzip [2022-01-20T16:01:46.636Z] [2022-01-20T16:01:46.636Z] [2022-01-20T16:01:46.636Z] registry_test.go:730: HTTP/1.1 200 OK [2022-01-20T16:01:46.636Z] Connection: close [2022-01-20T16:01:46.636Z] Content-Length: 144 [2022-01-20T16:01:46.636Z] Cache-Control: no-cache [2022-01-20T16:01:46.636Z] Content-Type: application/json [2022-01-20T16:01:46.636Z] Date: Thu, 20 Jan 2022 16:01:46 GMT [2022-01-20T16:01:46.636Z] Expires: -1 [2022-01-20T16:01:46.636Z] Pragma: no-cache [2022-01-20T16:01:46.636Z] Server: docker-tests/mock [2022-01-20T16:01:46.636Z] X-Docker-Registry-Config: mock [2022-01-20T16:01:46.636Z] X-Docker-Registry-Version: 0.0.0 [2022-01-20T16:01:46.636Z] [2022-01-20T16:01:46.636Z] [2022-01-20T16:01:46.636Z] --- PASS: TestSearchRepositories (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestTrustedLocation [2022-01-20T16:01:46.636Z] --- PASS: TestTrustedLocation (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-01-20T16:01:46.636Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestAllowNondistributableArtifacts [2022-01-20T16:01:46.636Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestIsSecureIndex [2022-01-20T16:01:46.636Z] --- PASS: TestIsSecureIndex (0.00s) [2022-01-20T16:01:46.636Z] PASS [2022-01-20T16:01:46.636Z] coverage: 51.2% of statements [2022-01-20T16:01:46.636Z] ok github.com/docker/docker/registry 0.218s coverage: 51.2% of statements [2022-01-20T16:01:46.636Z] time="2022-01-20T16:01:46Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestReader [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestReader (0.00s) [2022-01-20T16:01:46.636Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-01-20T16:01:46.636Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-01-20T16:01:46.636Z] PASS [2022-01-20T16:01:46.636Z] coverage: 100.0% of statements [2022-01-20T16:01:46.636Z] ok github.com/docker/docker/registry/resumable 0.204s coverage: 100.0% of statements [2022-01-20T16:01:47.100Z] === RUN TestRestartManagerTimeout [2022-01-20T16:01:47.100Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-01-20T16:01:47.100Z] === RUN TestRestartManagerTimeoutReset [2022-01-20T16:01:47.100Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-01-20T16:01:47.100Z] PASS [2022-01-20T16:01:47.100Z] coverage: 50.9% of statements [2022-01-20T16:01:47.100Z] ok github.com/docker/docker/restartmanager 0.036s coverage: 50.9% of statements [2022-01-20T16:01:47.100Z] === RUN TestDecodeContainerConfig [2022-01-20T16:01:47.100Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-01-20T16:01:47.100Z] === RUN TestDecodeContainerConfigIsolation [2022-01-20T16:01:47.100Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-01-20T16:01:47.100Z] === RUN TestValidatePrivileged [2022-01-20T16:01:47.100Z] --- PASS: TestValidatePrivileged (0.00s) [2022-01-20T16:01:47.100Z] PASS [2022-01-20T16:01:47.100Z] coverage: 52.6% of statements [2022-01-20T16:01:47.100Z] ok github.com/docker/docker/runconfig 0.041s coverage: 52.6% of statements [2022-01-20T16:01:47.313Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-20T16:01:48.076Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-01-20T16:01:48.076Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-01-20T16:01:48.076Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-01-20T16:01:48.076Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-01-20T16:01:48.076Z] PASS [2022-01-20T16:01:48.076Z] coverage: 62.5% of statements [2022-01-20T16:01:48.076Z] ok github.com/docker/docker/testutil 0.075s coverage: 62.5% of statements [2022-01-20T16:01:49.052Z] time="2022-01-20T16:01:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-01-20T16:01:49.226Z] --- PASS: TestCreateServiceCapabilities (2.91s) [2022-01-20T16:01:49.226Z] === RUN TestInspect [2022-01-20T16:01:49.487Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-20T16:01:50.601Z] === RUN TestGetDriver [2022-01-20T16:01:50.601Z] --- PASS: TestGetDriver (0.00s) [2022-01-20T16:01:50.601Z] === RUN TestVolumeRequestError [2022-01-20T16:01:50.601Z] --- PASS: TestVolumeRequestError (0.01s) [2022-01-20T16:01:50.601Z] PASS [2022-01-20T16:01:50.601Z] coverage: 36.1% of statements [2022-01-20T16:01:50.601Z] ok github.com/docker/docker/volume/drivers 0.049s coverage: 36.1% of statements [2022-01-20T16:01:50.601Z] === RUN TestGetAddress [2022-01-20T16:01:50.601Z] --- PASS: TestGetAddress (0.00s) [2022-01-20T16:01:50.601Z] === RUN TestRemove [2022-01-20T16:01:50.601Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-20T16:01:50.601Z] --- SKIP: TestRemove (0.00s) [2022-01-20T16:01:50.601Z] === RUN TestInitializeWithVolumes [2022-01-20T16:01:50.601Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-01-20T16:01:50.601Z] === RUN TestCreate [2022-01-20T16:01:50.601Z] --- PASS: TestCreate (0.01s) [2022-01-20T16:01:50.601Z] === RUN TestValidateName [2022-01-20T16:01:50.601Z] --- PASS: TestValidateName (0.00s) [2022-01-20T16:01:50.601Z] === RUN TestCreateWithOpts [2022-01-20T16:01:50.601Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-20T16:01:50.601Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-01-20T16:01:50.601Z] === RUN TestRelaodNoOpts [2022-01-20T16:01:50.601Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-01-20T16:01:50.601Z] PASS [2022-01-20T16:01:50.601Z] coverage: 41.5% of statements [2022-01-20T16:01:50.601Z] ok github.com/docker/docker/volume/local 0.065s coverage: 41.5% of statements [2022-01-20T16:01:51.400Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRaw [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-01-20T16:01:51.577Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRaw [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-01-20T16:01:51.577Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestConvertTmpfsOptions [2022-01-20T16:01:51.577Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-01-20T16:01:51.577Z] linux_parser_test.go:209: data="ro" [2022-01-20T16:01:51.577Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestParseMountSpec [2022-01-20T16:01:51.577Z] parser_test.go:62: case 0 [2022-01-20T16:01:51.577Z] parser_test.go:62: case 1 [2022-01-20T16:01:51.577Z] parser_test.go:62: case 2 [2022-01-20T16:01:51.577Z] parser_test.go:62: case 3 [2022-01-20T16:01:51.577Z] parser_test.go:62: case 4 [2022-01-20T16:01:51.577Z] parser_test.go:62: case 5 [2022-01-20T16:01:51.577Z] --- PASS: TestParseMountSpec (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestValidateMount [2022-01-20T16:01:51.577Z] --- PASS: TestValidateMount (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRaw [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-20T16:01:51.577Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-01-20T16:01:51.577Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-01-20T16:01:51.577Z] PASS [2022-01-20T16:01:51.577Z] coverage: 67.6% of statements [2022-01-20T16:01:51.577Z] ok github.com/docker/docker/volume/mounts 0.043s coverage: 67.6% of statements [2022-01-20T16:01:52.040Z] === RUN TestSetGetMeta [2022-01-20T16:01:52.040Z] === PAUSE TestSetGetMeta [2022-01-20T16:01:52.040Z] === RUN TestRestore [2022-01-20T16:01:52.040Z] === PAUSE TestRestore [2022-01-20T16:01:52.040Z] === RUN TestServiceCreate [2022-01-20T16:01:52.040Z] === PAUSE TestServiceCreate [2022-01-20T16:01:52.040Z] === RUN TestServiceList [2022-01-20T16:01:52.040Z] === PAUSE TestServiceList [2022-01-20T16:01:52.040Z] === RUN TestServiceRemove [2022-01-20T16:01:52.040Z] === PAUSE TestServiceRemove [2022-01-20T16:01:52.040Z] === RUN TestServiceGet [2022-01-20T16:01:52.040Z] === PAUSE TestServiceGet [2022-01-20T16:01:52.040Z] === RUN TestServicePrune [2022-01-20T16:01:52.040Z] === PAUSE TestServicePrune [2022-01-20T16:01:52.040Z] === RUN TestCreate [2022-01-20T16:01:52.040Z] === PAUSE TestCreate [2022-01-20T16:01:52.040Z] === RUN TestRemove [2022-01-20T16:01:52.040Z] === PAUSE TestRemove [2022-01-20T16:01:52.040Z] === RUN TestList [2022-01-20T16:01:52.040Z] === PAUSE TestList [2022-01-20T16:01:52.040Z] === RUN TestFindByDriver [2022-01-20T16:01:52.040Z] === PAUSE TestFindByDriver [2022-01-20T16:01:52.040Z] === RUN TestFindByReferenced [2022-01-20T16:01:52.040Z] === PAUSE TestFindByReferenced [2022-01-20T16:01:52.040Z] === RUN TestDerefMultipleOfSameRef [2022-01-20T16:01:52.040Z] === PAUSE TestDerefMultipleOfSameRef [2022-01-20T16:01:52.040Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:01:52.040Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:01:52.040Z] === RUN TestDefererencePluginOnCreateError [2022-01-20T16:01:52.040Z] === PAUSE TestDefererencePluginOnCreateError [2022-01-20T16:01:52.040Z] === RUN TestRefDerefRemove [2022-01-20T16:01:52.040Z] === PAUSE TestRefDerefRemove [2022-01-20T16:01:52.040Z] === RUN TestGet [2022-01-20T16:01:52.040Z] === PAUSE TestGet [2022-01-20T16:01:52.040Z] === RUN TestGetWithReference [2022-01-20T16:01:52.040Z] === PAUSE TestGetWithReference [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_nil_list [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_nil_list [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_empty_list [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_empty_list [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_filter_some [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_filter_some [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_filter_middle [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_filter_middle [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:01:52.040Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-01-20T16:01:52.040Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_nil_list [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_filter_some [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_empty_list [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-01-20T16:01:52.040Z] === CONT TestFilterFunc/test_filter_middle [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-01-20T16:01:52.040Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-01-20T16:01:52.040Z] === CONT TestSetGetMeta [2022-01-20T16:01:52.040Z] === CONT TestList [2022-01-20T16:01:52.040Z] === CONT TestCreate [2022-01-20T16:01:52.040Z] === CONT TestServiceGet [2022-01-20T16:01:52.040Z] --- PASS: TestSetGetMeta (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestGetWithReference [2022-01-20T16:01:52.040Z] --- PASS: TestCreate (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestGet [2022-01-20T16:01:52.040Z] --- PASS: TestList (0.03s) [2022-01-20T16:01:52.040Z] === CONT TestRefDerefRemove [2022-01-20T16:01:52.040Z] --- PASS: TestGet (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestDefererencePluginOnCreateError [2022-01-20T16:01:52.040Z] --- PASS: TestGetWithReference (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:01:52.040Z] --- PASS: TestRefDerefRemove (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestDerefMultipleOfSameRef [2022-01-20T16:01:52.040Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-01-20T16:01:52.040Z] === CONT TestFindByReferenced [2022-01-20T16:01:52.040Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestFindByDriver [2022-01-20T16:01:52.040Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestRemove [2022-01-20T16:01:52.040Z] --- PASS: TestFindByReferenced (0.01s) [2022-01-20T16:01:52.040Z] === CONT TestServicePrune [2022-01-20T16:01:52.040Z] --- PASS: TestFindByDriver (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestServiceList [2022-01-20T16:01:52.040Z] --- PASS: TestRemove (0.02s) [2022-01-20T16:01:52.040Z] === CONT TestServiceRemove [2022-01-20T16:01:52.040Z] --- PASS: TestServiceGet (0.14s) [2022-01-20T16:01:52.040Z] === CONT TestServiceCreate [2022-01-20T16:01:52.040Z] time="2022-01-20T16:01:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:01:52.040Z] --- PASS: TestServiceRemove (0.07s) [2022-01-20T16:01:52.040Z] === CONT TestRestore [2022-01-20T16:01:52.040Z] --- PASS: TestServiceList (0.07s) [2022-01-20T16:01:52.040Z] time="2022-01-20T16:01:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:01:52.040Z] time="2022-01-20T16:01:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:01:52.040Z] time="2022-01-20T16:01:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-01-20T16:01:52.040Z] --- PASS: TestServiceCreate (0.02s) [2022-01-20T16:01:52.040Z] time="2022-01-20T16:01:51Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:01:52.040Z] --- PASS: TestRestore (0.02s) [2022-01-20T16:01:52.040Z] --- PASS: TestServicePrune (0.10s) [2022-01-20T16:01:52.040Z] PASS [2022-01-20T16:01:52.040Z] coverage: 69.0% of statements [2022-01-20T16:01:52.040Z] ok github.com/docker/docker/volume/service 0.203s coverage: 69.0% of statements [2022-01-20T16:01:52.353Z] --- PASS: TestInspect (3.33s) [2022-01-20T16:01:52.353Z] === RUN TestCreateJob [2022-01-20T16:01:52.353Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-20T16:01:52.945Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-20T16:01:53.887Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-20T16:01:54.460Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-20T16:01:55.403Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-20T16:01:55.664Z] --- PASS: TestCreateJob (3.60s) [2022-01-20T16:01:55.664Z] === RUN TestReplicatedJob [2022-01-20T16:01:55.924Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-01-20T16:01:56.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-01-20T16:01:57.436Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-01-20T16:01:57.867Z] --- PASS: TestGet (15.01s) [2022-01-20T16:01:57.867Z] === RUN TestPluginWithNoManifest [2022-01-20T16:01:57.867Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-01-20T16:01:57.867Z] === RUN TestGetAll [2022-01-20T16:01:57.867Z] --- PASS: TestGetAll (0.00s) [2022-01-20T16:01:57.867Z] PASS [2022-01-20T16:01:57.867Z] coverage: 73.2% of statements [2022-01-20T16:01:57.867Z] ok github.com/docker/docker/pkg/plugins 36.179s coverage: 73.2% of statements [2022-01-20T16:01:59.350Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-20T16:01:59.906Z] === RUN TestBoolValue [2022-01-20T16:01:59.906Z] --- PASS: TestBoolValue (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestBoolValueOrDefault [2022-01-20T16:01:59.906Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestInt64ValueOrZero [2022-01-20T16:01:59.906Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestInt64ValueOrDefault [2022-01-20T16:01:59.906Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestInt64ValueOrDefaultWithError [2022-01-20T16:01:59.906Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestJsonContentType [2022-01-20T16:01:59.906Z] --- PASS: TestJsonContentType (0.00s) [2022-01-20T16:01:59.906Z] PASS [2022-01-20T16:01:59.906Z] coverage: 14.7% of statements [2022-01-20T16:01:59.906Z] ok github.com/docker/docker/api/server/httputils 0.081s coverage: 14.7% of statements [2022-01-20T16:01:59.906Z] === RUN TestMaskSecretKeys [2022-01-20T16:01:59.906Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-01-20T16:01:59.906Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-01-20T16:01:59.906Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-01-20T16:01:59.906Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-01-20T16:01:59.906Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-01-20T16:01:59.906Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-01-20T16:01:59.906Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestVersionMiddlewareVersion [2022-01-20T16:01:59.906Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-01-20T16:01:59.906Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-01-20T16:01:59.906Z] PASS [2022-01-20T16:01:59.906Z] coverage: 37.7% of statements [2022-01-20T16:01:59.906Z] ok github.com/docker/docker/api/server/middleware 0.130s coverage: 37.7% of statements [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-20T16:01:59.906Z] === RUN TestAdjustForAPIVersion [2022-01-20T16:01:59.906Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-01-20T16:01:59.906Z] PASS [2022-01-20T16:01:59.906Z] coverage: 5.7% of statements [2022-01-20T16:01:59.906Z] === RUN TestStrSliceMarshalJSON [2022-01-20T16:01:59.906Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestStrSliceUnmarshalJSON [2022-01-20T16:01:59.906Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestStrSliceUnmarshalString [2022-01-20T16:01:59.906Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestStrSliceUnmarshalSlice [2022-01-20T16:01:59.906Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-01-20T16:01:59.906Z] PASS [2022-01-20T16:01:59.906Z] coverage: 90.0% of statements [2022-01-20T16:01:59.906Z] ok github.com/docker/docker/api/server/router/swarm 0.050s coverage: 5.7% of statements [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-20T16:01:59.906Z] ok github.com/docker/docker/api/types/strslice 0.048s coverage: 90.0% of statements [2022-01-20T16:01:59.906Z] === RUN TestToJSON [2022-01-20T16:01:59.906Z] --- PASS: TestToJSON (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestToParamWithVersion [2022-01-20T16:01:59.906Z] --- PASS: TestToParamWithVersion (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestFromJSON [2022-01-20T16:01:59.906Z] --- PASS: TestFromJSON (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestEmpty [2022-01-20T16:01:59.906Z] --- PASS: TestEmpty (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestArgsMatchKVListEmptySources [2022-01-20T16:01:59.906Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestArgsMatchKVList [2022-01-20T16:01:59.906Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestArgsMatch [2022-01-20T16:01:59.906Z] --- PASS: TestArgsMatch (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestAdd [2022-01-20T16:01:59.906Z] --- PASS: TestAdd (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestDel [2022-01-20T16:01:59.906Z] --- PASS: TestDel (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestLen [2022-01-20T16:01:59.906Z] --- PASS: TestLen (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestExactMatch [2022-01-20T16:01:59.906Z] --- PASS: TestExactMatch (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestOnlyOneExactMatch [2022-01-20T16:01:59.906Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestContains [2022-01-20T16:01:59.906Z] --- PASS: TestContains (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestValidate [2022-01-20T16:01:59.906Z] --- PASS: TestValidate (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestWalkValues [2022-01-20T16:01:59.906Z] --- PASS: TestWalkValues (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestFuzzyMatch [2022-01-20T16:01:59.906Z] --- PASS: TestFuzzyMatch (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestClone [2022-01-20T16:01:59.906Z] --- PASS: TestClone (0.00s) [2022-01-20T16:01:59.906Z] PASS [2022-01-20T16:01:59.906Z] coverage: 92.2% of statements [2022-01-20T16:01:59.906Z] ok github.com/docker/docker/api/types/filters 0.047s coverage: 92.2% of statements [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-20T16:01:59.906Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-20T16:01:59.906Z] === RUN TestDurationToSecondsString [2022-01-20T16:01:59.906Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-01-20T16:01:59.906Z] === RUN TestGetTimestamp [2022-01-20T16:01:59.906Z] --- PASS: TestGetTimestamp (0.20s) [2022-01-20T16:01:59.906Z] === RUN TestParseTimestamps [2022-01-20T16:01:59.906Z] --- PASS: TestParseTimestamps (0.00s) [2022-01-20T16:01:59.906Z] PASS [2022-01-20T16:01:59.907Z] coverage: 100.0% of statements [2022-01-20T16:01:59.907Z] ok github.com/docker/docker/api/types/time 0.248s coverage: 100.0% of statements [2022-01-20T16:01:59.907Z] === RUN TestCompareVersion [2022-01-20T16:01:59.907Z] --- PASS: TestCompareVersion (0.00s) [2022-01-20T16:01:59.907Z] PASS [2022-01-20T16:01:59.907Z] coverage: 77.3% of statements [2022-01-20T16:01:59.907Z] ok github.com/docker/docker/api/types/versions 0.042s coverage: 77.3% of statements [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-20T16:01:59.907Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-01-20T16:01:59.907Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-01-20T16:01:59.907Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-01-20T16:01:59.907Z] === RUN TestCloneArgsSmartHttp [2022-01-20T16:01:59.907Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-01-20T16:01:59.907Z] === RUN TestCloneArgsDumbHttp [2022-01-20T16:01:59.907Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-01-20T16:01:59.907Z] === RUN TestCloneArgsGit [2022-01-20T16:01:59.907Z] --- PASS: TestCloneArgsGit (0.00s) [2022-01-20T16:01:59.907Z] === RUN TestCheckoutGit [2022-01-20T16:02:00.375Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-01-20T16:02:00.375Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-01-20T16:02:00.375Z] === RUN TestProcessNoDockerignore [2022-01-20T16:02:00.375Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestProcessShouldLeaveAllFiles [2022-01-20T16:02:00.375Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestDetectContentType [2022-01-20T16:02:00.375Z] --- PASS: TestDetectContentType (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestSelectAcceptableMIME [2022-01-20T16:02:00.375Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestInspectEmptyResponse [2022-01-20T16:02:00.375Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestInspectResponseBinary [2022-01-20T16:02:00.375Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestResponseUnsupportedContentType [2022-01-20T16:02:00.375Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestInspectResponseTextSimple [2022-01-20T16:02:00.375Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestInspectResponseEmptyContentType [2022-01-20T16:02:00.375Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestUnknownContentLength [2022-01-20T16:02:00.375Z] --- PASS: TestUnknownContentLength (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestDownloadRemote [2022-01-20T16:02:00.375Z] --- PASS: TestDownloadRemote (0.11s) [2022-01-20T16:02:00.375Z] === RUN TestGetWithStatusError [2022-01-20T16:02:00.375Z] --- PASS: TestGetWithStatusError (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestCloseRootDirectory [2022-01-20T16:02:00.375Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:00.375Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestHashFile [2022-01-20T16:02:00.375Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:00.375Z] --- SKIP: TestHashFile (0.01s) [2022-01-20T16:02:00.375Z] === RUN TestHashSubdir [2022-01-20T16:02:00.375Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:00.375Z] --- SKIP: TestHashSubdir (0.01s) [2022-01-20T16:02:00.375Z] === RUN TestRemoveDirectory [2022-01-20T16:02:00.375Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:00.375Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-01-20T16:02:00.375Z] PASS [2022-01-20T16:02:00.375Z] coverage: 9.3% of statements [2022-01-20T16:02:00.375Z] === RUN TestEnable [2022-01-20T16:02:00.375Z] --- PASS: TestEnable (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestDisable [2022-01-20T16:02:00.375Z] --- PASS: TestDisable (0.00s) [2022-01-20T16:02:00.375Z] === RUN TestEnabled [2022-01-20T16:02:00.375Z] --- PASS: TestEnabled (0.00s) [2022-01-20T16:02:00.375Z] PASS [2022-01-20T16:02:00.375Z] coverage: 100.0% of statements [2022-01-20T16:02:00.375Z] ok github.com/docker/docker/cli/debug 0.071s coverage: 100.0% of statements [2022-01-20T16:02:00.375Z] ok github.com/docker/docker/builder/remotecontext 0.296s coverage: 9.3% of statements [2022-01-20T16:02:00.862Z] === RUN TestGetAllAllowed [2022-01-20T16:02:00.862Z] --- PASS: TestGetAllAllowed (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestGetAllMeta [2022-01-20T16:02:00.862Z] --- PASS: TestGetAllMeta (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestWarnOnUnusedBuildArgs [2022-01-20T16:02:00.862Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestIsUnreferencedBuiltin [2022-01-20T16:02:00.862Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestIsExistingDirectory [2022-01-20T16:02:00.862Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-01-20T16:02:00.862Z] === RUN TestGetFilenameForDownload [2022-01-20T16:02:00.862Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestEnv2Variables [2022-01-20T16:02:00.862Z] --- PASS: TestEnv2Variables (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-01-20T16:02:00.862Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestMaintainer [2022-01-20T16:02:00.862Z] --- PASS: TestMaintainer (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestLabel [2022-01-20T16:02:00.862Z] --- PASS: TestLabel (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestFromScratch [2022-01-20T16:02:00.862Z] --- PASS: TestFromScratch (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestFromWithArg [2022-01-20T16:02:00.862Z] --- PASS: TestFromWithArg (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-01-20T16:02:00.862Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestFromWithUndefinedArg [2022-01-20T16:02:00.862Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestFromMultiStageWithNamedStage [2022-01-20T16:02:00.862Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestOnbuild [2022-01-20T16:02:00.862Z] --- PASS: TestOnbuild (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestWorkdir [2022-01-20T16:02:00.862Z] --- PASS: TestWorkdir (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestCmd [2022-01-20T16:02:00.862Z] --- PASS: TestCmd (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestHealthcheckNone [2022-01-20T16:02:00.862Z] --- PASS: TestHealthcheckNone (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestHealthcheckCmd [2022-01-20T16:02:00.862Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestEntrypoint [2022-01-20T16:02:00.862Z] --- PASS: TestEntrypoint (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestExpose [2022-01-20T16:02:00.862Z] --- PASS: TestExpose (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestUser [2022-01-20T16:02:00.862Z] --- PASS: TestUser (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestVolume [2022-01-20T16:02:00.862Z] --- PASS: TestVolume (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestStopSignal [2022-01-20T16:02:00.862Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-20T16:02:00.862Z] --- SKIP: TestStopSignal (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestArg [2022-01-20T16:02:00.862Z] --- PASS: TestArg (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestShell [2022-01-20T16:02:00.862Z] --- PASS: TestShell (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestPrependEnvOnCmd [2022-01-20T16:02:00.862Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestRunWithBuildArgs [2022-01-20T16:02:00.862Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestRunIgnoresHealthcheck [2022-01-20T16:02:00.862Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestDispatchUnsupportedOptions [2022-01-20T16:02:00.862Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-01-20T16:02:00.862Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-01-20T16:02:00.862Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-01-20T16:02:00.862Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-01-20T16:02:00.862Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-01-20T16:02:00.862Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-01-20T16:02:00.862Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-01-20T16:02:00.862Z] === RUN TestNormalizeWorkdir [2022-01-20T16:02:00.862Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestDispatch [2022-01-20T16:02:01.330Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-01-20T16:02:01.330Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-01-20T16:02:01.330Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-01-20T16:02:01.330Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-01-20T16:02:01.330Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-01-20T16:02:01.330Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-01-20T16:02:01.330Z] === RUN TestDispatch/COPY_url [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch (0.08s) [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2022-01-20T16:02:01.330Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestAddScratchImageAddsToMounts [2022-01-20T16:02:01.330Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestAddFromScratchPopulatesPlatform [2022-01-20T16:02:01.330Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-01-20T16:02:01.330Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-01-20T16:02:01.330Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestImageSourceGetAddsToMounts [2022-01-20T16:02:01.330Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestEmptyDockerfile [2022-01-20T16:02:01.330Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-01-20T16:02:01.330Z] === RUN TestSymlinkDockerfile [2022-01-20T16:02:01.330Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-01-20T16:02:01.330Z] === RUN TestDockerfileOutsideTheBuildContext [2022-01-20T16:02:01.330Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestNonExistingDockerfile [2022-01-20T16:02:01.330Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestCopyRunConfig [2022-01-20T16:02:01.330Z] --- PASS: TestCopyRunConfig (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestDeepCopyRunConfig [2022-01-20T16:02:01.330Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestExportImage [2022-01-20T16:02:01.330Z] --- PASS: TestExportImage (0.00s) [2022-01-20T16:02:01.330Z] === RUN TestNormalizeDest [2022-01-20T16:02:01.330Z] --- PASS: TestNormalizeDest (0.00s) [2022-01-20T16:02:01.331Z] PASS [2022-01-20T16:02:01.331Z] coverage: 46.8% of statements [2022-01-20T16:02:01.331Z] ok github.com/docker/docker/builder/dockerfile 0.220s coverage: 46.8% of statements [2022-01-20T16:02:01.331Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-20T16:02:01.331Z] === RUN TestTCP4Proxy [2022-01-20T16:02:01.799Z] --- PASS: TestTCP4Proxy (0.01s) [2022-01-20T16:02:01.799Z] === RUN TestTCP4ProxyHalfClose [2022-01-20T16:02:01.799Z] --- PASS: TestTCP4ProxyHalfClose (0.01s) [2022-01-20T16:02:01.799Z] === RUN TestTCP6Proxy [2022-01-20T16:02:01.799Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T16:02:01.799Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-01-20T16:02:01.799Z] === RUN TestTCPDualStackProxy [2022-01-20T16:02:01.799Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T16:02:01.799Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-01-20T16:02:01.799Z] === RUN TestUDP4Proxy [2022-01-20T16:02:01.799Z] --- PASS: TestUDP4Proxy (0.00s) [2022-01-20T16:02:01.799Z] === RUN TestUDP6Proxy [2022-01-20T16:02:01.799Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T16:02:01.799Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-01-20T16:02:01.799Z] === RUN TestUDPWriteError [2022-01-20T16:02:01.799Z] --- PASS: TestUDPWriteError (0.00s) [2022-01-20T16:02:01.799Z] === RUN TestSCTP4Proxy [2022-01-20T16:02:01.799Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-20T16:02:01.799Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-01-20T16:02:01.799Z] === RUN TestSCTP6Proxy [2022-01-20T16:02:01.799Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T16:02:01.799Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-01-20T16:02:01.799Z] PASS [2022-01-20T16:02:01.799Z] coverage: 49.4% of statements [2022-01-20T16:02:01.799Z] ok github.com/docker/docker/cmd/docker-proxy 0.067s coverage: 49.4% of statements [2022-01-20T16:02:01.895Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-01-20T16:02:02.156Z] --- PASS: TestReplicatedJob (6.43s) [2022-01-20T16:02:02.156Z] === RUN TestUpdateReplicatedJob [2022-01-20T16:02:02.515Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-01-20T16:02:02.515Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-01-20T16:02:02.515Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-01-20T16:02:02.515Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-01-20T16:02:02.515Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-01-20T16:02:02.515Z] Cross building: bundles/cross/windows/amd64 [2022-01-20T16:02:02.515Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-01-20T16:02:02.515Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-01-20T16:02:03.540Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-01-20T16:02:04.110Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-20T16:02:05.495Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-20T16:02:05.495Z] --- PASS: TestUpdateReplicatedJob (3.36s) [2022-01-20T16:02:05.495Z] === RUN TestServiceListWithStatuses [2022-01-20T16:02:05.495Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T16:02:05.495Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-20T16:02:05.495Z] === RUN TestDockerNetworkConnectAlias [2022-01-20T16:02:06.067Z] docker_api_swarm_test.go:202: [d254fd66a3d92] joining swarm manager [dac63bf5e22dd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:02:07.009Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-20T16:02:10.306Z] --- PASS: TestDockerNetworkConnectAlias (4.48s) [2022-01-20T16:02:10.306Z] === RUN TestDockerNetworkReConnect [2022-01-20T16:02:12.862Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-20T16:02:12.862Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-20T16:02:13.805Z] --- PASS: TestDockerNetworkReConnect (3.73s) [2022-01-20T16:02:13.805Z] === RUN TestServicePlugin [2022-01-20T16:02:14.066Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-20T16:02:14.066Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-01-20T16:02:14.326Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-20T16:02:14.470Z] === RUN TestCheckpointCreateError [2022-01-20T16:02:14.470Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCheckpointCreate [2022-01-20T16:02:14.470Z] --- PASS: TestCheckpointCreate (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCheckpointDeleteError [2022-01-20T16:02:14.470Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCheckpointDelete [2022-01-20T16:02:14.470Z] --- PASS: TestCheckpointDelete (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCheckpointListError [2022-01-20T16:02:14.470Z] --- PASS: TestCheckpointListError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCheckpointList [2022-01-20T16:02:14.470Z] --- PASS: TestCheckpointList (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCheckpointListContainerNotFound [2022-01-20T16:02:14.470Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNewClientWithOpsFromEnv [2022-01-20T16:02:14.470Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-20T16:02:14.470Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestGetAPIPath [2022-01-20T16:02:14.470Z] --- PASS: TestGetAPIPath (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestParseHostURL [2022-01-20T16:02:14.470Z] --- PASS: TestParseHostURL (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-01-20T16:02:14.470Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNegotiateAPIVersionEmpty [2022-01-20T16:02:14.470Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNegotiateAPIVersion [2022-01-20T16:02:14.470Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNegotiateAPVersionOverride [2022-01-20T16:02:14.470Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNegotiateAPIVersionAutomatic [2022-01-20T16:02:14.470Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-01-20T16:02:14.470Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-01-20T16:02:14.470Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestClientRedirect [2022-01-20T16:02:14.470Z] --- PASS: TestClientRedirect (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigCreateUnsupported [2022-01-20T16:02:14.470Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigCreateError [2022-01-20T16:02:14.470Z] --- PASS: TestConfigCreateError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigCreate [2022-01-20T16:02:14.470Z] --- PASS: TestConfigCreate (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigInspectNotFound [2022-01-20T16:02:14.470Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigInspectWithEmptyID [2022-01-20T16:02:14.470Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigInspectUnsupported [2022-01-20T16:02:14.470Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigInspectError [2022-01-20T16:02:14.470Z] --- PASS: TestConfigInspectError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigInspectConfigNotFound [2022-01-20T16:02:14.470Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigInspect [2022-01-20T16:02:14.470Z] --- PASS: TestConfigInspect (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigListUnsupported [2022-01-20T16:02:14.470Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigListError [2022-01-20T16:02:14.470Z] --- PASS: TestConfigListError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigList [2022-01-20T16:02:14.470Z] --- PASS: TestConfigList (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigRemoveUnsupported [2022-01-20T16:02:14.470Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigRemoveError [2022-01-20T16:02:14.470Z] --- PASS: TestConfigRemoveError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigRemove [2022-01-20T16:02:14.470Z] --- PASS: TestConfigRemove (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigUpdateUnsupported [2022-01-20T16:02:14.470Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigUpdateError [2022-01-20T16:02:14.470Z] --- PASS: TestConfigUpdateError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestConfigUpdate [2022-01-20T16:02:14.470Z] --- PASS: TestConfigUpdate (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerCommitError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerCommitError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerCommit [2022-01-20T16:02:14.470Z] --- PASS: TestContainerCommit (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerStatPathError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerStatPathError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerStatPathNotFoundError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerStatPathNoHeaderError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerStatPath [2022-01-20T16:02:14.470Z] --- PASS: TestContainerStatPath (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyToContainerError [2022-01-20T16:02:14.470Z] --- PASS: TestCopyToContainerError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyToContainerNotFoundError [2022-01-20T16:02:14.470Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyToContainerNotStatusOKError [2022-01-20T16:02:14.470Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyToContainer [2022-01-20T16:02:14.470Z] --- PASS: TestCopyToContainer (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyFromContainerError [2022-01-20T16:02:14.470Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyFromContainerNotFoundError [2022-01-20T16:02:14.470Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyFromContainerNotStatusOKError [2022-01-20T16:02:14.470Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyFromContainerNoHeaderError [2022-01-20T16:02:14.470Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestCopyFromContainer [2022-01-20T16:02:14.470Z] --- PASS: TestCopyFromContainer (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerCreateError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerCreateError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerCreateImageNotFound [2022-01-20T16:02:14.470Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerCreateWithName [2022-01-20T16:02:14.470Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerCreateAutoRemove [2022-01-20T16:02:14.470Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerDiffError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerDiffError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerDiff [2022-01-20T16:02:14.470Z] --- PASS: TestContainerDiff (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExecCreateError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExecCreate [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExecCreate (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExecStartError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExecStartError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExecStart [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExecStart (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExecInspectError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExecInspect [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExecInspect (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExportError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExportError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerExport [2022-01-20T16:02:14.470Z] --- PASS: TestContainerExport (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerInspectError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerInspectError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerInspectContainerNotFound [2022-01-20T16:02:14.470Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerInspectWithEmptyID [2022-01-20T16:02:14.470Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerInspect [2022-01-20T16:02:14.470Z] --- PASS: TestContainerInspect (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerInspectNode [2022-01-20T16:02:14.470Z] --- PASS: TestContainerInspectNode (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerKillError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerKillError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerKill [2022-01-20T16:02:14.470Z] --- PASS: TestContainerKill (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerListError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerListError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerList [2022-01-20T16:02:14.470Z] --- PASS: TestContainerList (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerLogsNotFoundError [2022-01-20T16:02:14.470Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-01-20T16:02:14.470Z] === RUN TestContainerLogsError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerLogsError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerLogs [2022-01-20T16:02:14.471Z] --- PASS: TestContainerLogs (0.22s) [2022-01-20T16:02:14.471Z] === RUN TestContainerPauseError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerPauseError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerPause [2022-01-20T16:02:14.471Z] --- PASS: TestContainerPause (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainersPruneError [2022-01-20T16:02:14.471Z] --- PASS: TestContainersPruneError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainersPrune [2022-01-20T16:02:14.471Z] --- PASS: TestContainersPrune (0.01s) [2022-01-20T16:02:14.471Z] === RUN TestContainerRemoveError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerRemoveError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerRemoveNotFoundError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerRemove [2022-01-20T16:02:14.471Z] --- PASS: TestContainerRemove (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerRenameError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerRenameError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerRename [2022-01-20T16:02:14.471Z] --- PASS: TestContainerRename (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerResizeError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerResizeError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerExecResizeError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerResize [2022-01-20T16:02:14.471Z] --- PASS: TestContainerResize (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerExecResize [2022-01-20T16:02:14.471Z] --- PASS: TestContainerExecResize (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerRestartError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerRestartError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerRestart [2022-01-20T16:02:14.471Z] --- PASS: TestContainerRestart (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerStartError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerStartError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerStart [2022-01-20T16:02:14.471Z] --- PASS: TestContainerStart (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerStatsError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerStatsError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerStats [2022-01-20T16:02:14.471Z] --- PASS: TestContainerStats (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerStopError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerStopError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerStop [2022-01-20T16:02:14.471Z] --- PASS: TestContainerStop (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerTopError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerTopError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerTop [2022-01-20T16:02:14.471Z] --- PASS: TestContainerTop (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerUnpauseError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerUnpause [2022-01-20T16:02:14.471Z] --- PASS: TestContainerUnpause (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerUpdateError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerUpdateError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerUpdate [2022-01-20T16:02:14.471Z] --- PASS: TestContainerUpdate (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerWaitError [2022-01-20T16:02:14.471Z] --- PASS: TestContainerWaitError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestContainerWait [2022-01-20T16:02:14.471Z] --- PASS: TestContainerWait (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestDiskUsageError [2022-01-20T16:02:14.471Z] --- PASS: TestDiskUsageError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestDiskUsage [2022-01-20T16:02:14.471Z] --- PASS: TestDiskUsage (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestDistributionInspectUnsupported [2022-01-20T16:02:14.471Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestDistributionInspectWithEmptyID [2022-01-20T16:02:14.471Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestEventsErrorInOptions [2022-01-20T16:02:14.471Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestEventsErrorFromServer [2022-01-20T16:02:14.471Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestEvents [2022-01-20T16:02:14.471Z] --- PASS: TestEvents (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestTLSCloseWriter [2022-01-20T16:02:14.471Z] === PAUSE TestTLSCloseWriter [2022-01-20T16:02:14.471Z] === RUN TestImageBuildError [2022-01-20T16:02:14.471Z] --- PASS: TestImageBuildError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageBuild [2022-01-20T16:02:14.471Z] --- PASS: TestImageBuild (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestGetDockerOS [2022-01-20T16:02:14.471Z] --- PASS: TestGetDockerOS (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageCreateError [2022-01-20T16:02:14.471Z] --- PASS: TestImageCreateError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageCreate [2022-01-20T16:02:14.471Z] --- PASS: TestImageCreate (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageHistoryError [2022-01-20T16:02:14.471Z] --- PASS: TestImageHistoryError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageHistory [2022-01-20T16:02:14.471Z] --- PASS: TestImageHistory (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageImportError [2022-01-20T16:02:14.471Z] --- PASS: TestImageImportError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageImport [2022-01-20T16:02:14.471Z] --- PASS: TestImageImport (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageInspectError [2022-01-20T16:02:14.471Z] --- PASS: TestImageInspectError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageInspectImageNotFound [2022-01-20T16:02:14.471Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageInspectWithEmptyID [2022-01-20T16:02:14.471Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageInspect [2022-01-20T16:02:14.471Z] --- PASS: TestImageInspect (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageListError [2022-01-20T16:02:14.471Z] --- PASS: TestImageListError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageList [2022-01-20T16:02:14.471Z] --- PASS: TestImageList (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageListApiBefore125 [2022-01-20T16:02:14.471Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageLoadError [2022-01-20T16:02:14.471Z] --- PASS: TestImageLoadError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageLoad [2022-01-20T16:02:14.471Z] --- PASS: TestImageLoad (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagesPruneError [2022-01-20T16:02:14.471Z] --- PASS: TestImagesPruneError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagesPrune [2022-01-20T16:02:14.471Z] --- PASS: TestImagesPrune (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePullReferenceParseError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePullAnyError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePullAnyError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePullStatusUnauthorizedError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePullWithoutErrors [2022-01-20T16:02:14.471Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePushReferenceError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePushAnyError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushAnyError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePushStatusUnauthorizedError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithoutErrors [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-01-20T16:02:14.471Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageRemoveError [2022-01-20T16:02:14.471Z] --- PASS: TestImageRemoveError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageRemoveImageNotFound [2022-01-20T16:02:14.471Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageRemove [2022-01-20T16:02:14.471Z] --- PASS: TestImageRemove (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSaveError [2022-01-20T16:02:14.471Z] --- PASS: TestImageSaveError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSave [2022-01-20T16:02:14.471Z] --- PASS: TestImageSave (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSearchAnyError [2022-01-20T16:02:14.471Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSearchStatusUnauthorizedError [2022-01-20T16:02:14.471Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:02:14.471Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:02:14.471Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-01-20T16:02:14.471Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageSearchWithoutErrors [2022-01-20T16:02:14.471Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageTagError [2022-01-20T16:02:14.471Z] --- PASS: TestImageTagError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageTagInvalidReference [2022-01-20T16:02:14.471Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageTagInvalidSourceImageName [2022-01-20T16:02:14.471Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageTagHexSource [2022-01-20T16:02:14.471Z] --- PASS: TestImageTagHexSource (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestImageTag [2022-01-20T16:02:14.471Z] --- PASS: TestImageTag (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestInfoServerError [2022-01-20T16:02:14.471Z] --- PASS: TestInfoServerError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestInfoInvalidResponseJSONError [2022-01-20T16:02:14.471Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestInfo [2022-01-20T16:02:14.471Z] --- PASS: TestInfo (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkConnectError [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkConnectError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkConnect [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkConnect (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkCreateError [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkCreateError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkCreate [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkCreate (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkDisconnectError [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkDisconnect [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkInspect [2022-01-20T16:02:14.471Z] === RUN TestNetworkInspect/empty_ID [2022-01-20T16:02:14.471Z] === RUN TestNetworkInspect/no_options [2022-01-20T16:02:14.471Z] === RUN TestNetworkInspect/verbose [2022-01-20T16:02:14.471Z] === RUN TestNetworkInspect/global_scope [2022-01-20T16:02:14.471Z] === RUN TestNetworkInspect/unknown_network [2022-01-20T16:02:14.471Z] === RUN TestNetworkInspect/server_error [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkInspect (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkListError [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkListError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkList [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkList (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworksPruneError [2022-01-20T16:02:14.471Z] --- PASS: TestNetworksPruneError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworksPrune [2022-01-20T16:02:14.471Z] --- PASS: TestNetworksPrune (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkRemoveError [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNetworkRemove [2022-01-20T16:02:14.471Z] --- PASS: TestNetworkRemove (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeInspectError [2022-01-20T16:02:14.471Z] --- PASS: TestNodeInspectError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeInspectNodeNotFound [2022-01-20T16:02:14.471Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeInspectWithEmptyID [2022-01-20T16:02:14.471Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeInspect [2022-01-20T16:02:14.471Z] --- PASS: TestNodeInspect (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeListError [2022-01-20T16:02:14.471Z] --- PASS: TestNodeListError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeList [2022-01-20T16:02:14.471Z] --- PASS: TestNodeList (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeRemoveError [2022-01-20T16:02:14.471Z] --- PASS: TestNodeRemoveError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeRemove [2022-01-20T16:02:14.471Z] --- PASS: TestNodeRemove (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeUpdateError [2022-01-20T16:02:14.471Z] --- PASS: TestNodeUpdateError (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestNodeUpdate [2022-01-20T16:02:14.471Z] --- PASS: TestNodeUpdate (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestOptionWithTimeout [2022-01-20T16:02:14.471Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestPingFail [2022-01-20T16:02:14.471Z] --- PASS: TestPingFail (0.00s) [2022-01-20T16:02:14.471Z] === RUN TestPingWithError [2022-01-20T16:02:14.471Z] 2022/01/20 16:02:13 RoundTripper returned a response & error; ignoring response [2022-01-20T16:02:14.899Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-01-20T16:02:14.899Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-01-20T16:02:14.941Z] 2022/01/20 16:02:13 RoundTripper returned a response & error; ignoring response [2022-01-20T16:02:14.941Z] --- PASS: TestPingWithError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPingSuccess [2022-01-20T16:02:14.941Z] --- PASS: TestPingSuccess (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPingHeadFallback [2022-01-20T16:02:14.941Z] === RUN TestPingHeadFallback/OK [2022-01-20T16:02:14.941Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-01-20T16:02:14.941Z] === RUN TestPingHeadFallback/Not_Found [2022-01-20T16:02:14.941Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-01-20T16:02:14.941Z] --- PASS: TestPingHeadFallback (0.00s) [2022-01-20T16:02:14.941Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-01-20T16:02:14.941Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-01-20T16:02:14.941Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-01-20T16:02:14.941Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginDisableError [2022-01-20T16:02:14.941Z] --- PASS: TestPluginDisableError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginDisable [2022-01-20T16:02:14.941Z] --- PASS: TestPluginDisable (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginEnableError [2022-01-20T16:02:14.941Z] --- PASS: TestPluginEnableError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginEnable [2022-01-20T16:02:14.941Z] --- PASS: TestPluginEnable (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginInspectError [2022-01-20T16:02:14.941Z] --- PASS: TestPluginInspectError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginInspectWithEmptyID [2022-01-20T16:02:14.941Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginInspect [2022-01-20T16:02:14.941Z] --- PASS: TestPluginInspect (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginListError [2022-01-20T16:02:14.941Z] --- PASS: TestPluginListError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginList [2022-01-20T16:02:14.941Z] --- PASS: TestPluginList (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginPushError [2022-01-20T16:02:14.941Z] --- PASS: TestPluginPushError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginPush [2022-01-20T16:02:14.941Z] --- PASS: TestPluginPush (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginRemoveError [2022-01-20T16:02:14.941Z] --- PASS: TestPluginRemoveError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginRemove [2022-01-20T16:02:14.941Z] --- PASS: TestPluginRemove (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginSetError [2022-01-20T16:02:14.941Z] --- PASS: TestPluginSetError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPluginSet [2022-01-20T16:02:14.941Z] --- PASS: TestPluginSet (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSetHostHeader [2022-01-20T16:02:14.941Z] --- PASS: TestSetHostHeader (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestPlainTextError [2022-01-20T16:02:14.941Z] --- PASS: TestPlainTextError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestInfiniteError [2022-01-20T16:02:14.941Z] --- PASS: TestInfiniteError (0.02s) [2022-01-20T16:02:14.941Z] === RUN TestCanceledContext [2022-01-20T16:02:14.941Z] 2022/01/20 16:02:13 RoundTripper returned a response & error; ignoring response [2022-01-20T16:02:14.941Z] --- PASS: TestCanceledContext (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestDeadlineExceededContext [2022-01-20T16:02:14.941Z] 2022/01/20 16:02:13 RoundTripper returned a response & error; ignoring response [2022-01-20T16:02:14.941Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretCreateUnsupported [2022-01-20T16:02:14.941Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretCreateError [2022-01-20T16:02:14.941Z] --- PASS: TestSecretCreateError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretCreate [2022-01-20T16:02:14.941Z] --- PASS: TestSecretCreate (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretInspectUnsupported [2022-01-20T16:02:14.941Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretInspectError [2022-01-20T16:02:14.941Z] --- PASS: TestSecretInspectError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretInspectSecretNotFound [2022-01-20T16:02:14.941Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretInspectWithEmptyID [2022-01-20T16:02:14.941Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretInspect [2022-01-20T16:02:14.941Z] --- PASS: TestSecretInspect (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretListUnsupported [2022-01-20T16:02:14.941Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretListError [2022-01-20T16:02:14.941Z] --- PASS: TestSecretListError (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretList [2022-01-20T16:02:14.941Z] --- PASS: TestSecretList (0.00s) [2022-01-20T16:02:14.941Z] === RUN TestSecretRemoveUnsupported [2022-01-20T16:02:14.942Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSecretRemoveError [2022-01-20T16:02:14.942Z] --- PASS: TestSecretRemoveError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSecretRemove [2022-01-20T16:02:14.942Z] --- PASS: TestSecretRemove (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSecretUpdateUnsupported [2022-01-20T16:02:14.942Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSecretUpdateError [2022-01-20T16:02:14.942Z] --- PASS: TestSecretUpdateError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSecretUpdate [2022-01-20T16:02:14.942Z] --- PASS: TestSecretUpdate (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceCreateError [2022-01-20T16:02:14.942Z] --- PASS: TestServiceCreateError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceCreate [2022-01-20T16:02:14.942Z] --- PASS: TestServiceCreate (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceCreateCompatiblePlatforms [2022-01-20T16:02:14.942Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceCreateDigestPinning [2022-01-20T16:02:14.942Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceInspectError [2022-01-20T16:02:14.942Z] --- PASS: TestServiceInspectError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceInspectServiceNotFound [2022-01-20T16:02:14.942Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceInspectWithEmptyID [2022-01-20T16:02:14.942Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceInspect [2022-01-20T16:02:14.942Z] --- PASS: TestServiceInspect (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceListError [2022-01-20T16:02:14.942Z] --- PASS: TestServiceListError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceList [2022-01-20T16:02:14.942Z] --- PASS: TestServiceList (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceLogsError [2022-01-20T16:02:14.942Z] --- PASS: TestServiceLogsError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceLogs [2022-01-20T16:02:14.942Z] --- PASS: TestServiceLogs (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceRemoveError [2022-01-20T16:02:14.942Z] --- PASS: TestServiceRemoveError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceRemoveNotFoundError [2022-01-20T16:02:14.942Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceRemove [2022-01-20T16:02:14.942Z] --- PASS: TestServiceRemove (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceUpdateError [2022-01-20T16:02:14.942Z] --- PASS: TestServiceUpdateError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestServiceUpdate [2022-01-20T16:02:14.942Z] --- PASS: TestServiceUpdate (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmGetUnlockKeyError [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmGetUnlockKey [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmInitError [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmInitError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmInit [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmInit (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmInspectError [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmInspectError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmInspect [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmInspect (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmJoinError [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmJoinError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmJoin [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmJoin (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmLeaveError [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmLeave [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmLeave (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmUnlockError [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmUnlock [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmUnlock (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmUpdateError [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestSwarmUpdate [2022-01-20T16:02:14.942Z] --- PASS: TestSwarmUpdate (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestTaskInspectError [2022-01-20T16:02:14.942Z] --- PASS: TestTaskInspectError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestTaskInspectWithEmptyID [2022-01-20T16:02:14.942Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestTaskInspect [2022-01-20T16:02:14.942Z] --- PASS: TestTaskInspect (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestTaskListError [2022-01-20T16:02:14.942Z] --- PASS: TestTaskListError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestTaskList [2022-01-20T16:02:14.942Z] --- PASS: TestTaskList (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeCreateError [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeCreateError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeCreate [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeCreate (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeInspectError [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeInspectError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeInspectNotFound [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeInspectWithEmptyID [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeInspect [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeInspect (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeListError [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeListError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeList [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeList (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeRemoveError [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-01-20T16:02:14.942Z] === RUN TestVolumeRemove [2022-01-20T16:02:14.942Z] --- PASS: TestVolumeRemove (0.00s) [2022-01-20T16:02:14.942Z] === CONT TestTLSCloseWriter [2022-01-20T16:02:14.942Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-01-20T16:02:14.942Z] PASS [2022-01-20T16:02:14.942Z] coverage: 75.1% of statements [2022-01-20T16:02:14.942Z] ok github.com/docker/docker/client 0.395s coverage: 75.1% of statements [2022-01-20T16:02:15.159Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-20T16:02:16.102Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-20T16:02:17.486Z] 567fd00846e9: Pull complete [2022-01-20T16:02:17.486Z] Digest: sha256:ab693245cc2f6c018a5718b9ded9eac109629e207907df81991f449d138cd85c [2022-01-20T16:02:17.486Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:02:17.486Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-01-20T16:02:17.486Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-01-20T16:02:17.486Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2458' [2022-01-20T16:02:17.486Z] WARN: Skipping validation tests [2022-01-20T16:02:17.486Z] INFO: Running unit tests at 01/20/2022 16:02:06... [2022-01-20T16:02:17.486Z] INFO: make.ps1 starting at 01/20/2022 16:02:12 [2022-01-20T16:02:17.486Z] INFO: Git commit (530ea24910) assumed from DOCKER_GITCOMMIT environment variable [2022-01-20T16:02:17.486Z] INFO: Invoking autogen... [2022-01-20T16:02:17.486Z] INFO: Running unit tests... [2022-01-20T16:02:17.487Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-20T16:02:17.487Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-20T16:02:17.487Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-20T16:02:18.058Z] plugin_test.go:61: [dc36971f46ae6] joining swarm manager [db41ff6a6bf8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:02:18.318Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-20T16:02:18.579Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-20T16:02:19.520Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-20T16:02:19.520Z] plugin_test.go:64: [d628daa0fcca4] joining swarm manager [db41ff6a6bf8c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:02:20.461Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-01-20T16:02:20.720Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-01-20T16:02:20.720Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-01-20T16:02:20.720Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-01-20T16:02:20.720Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-01-20T16:02:20.720Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-20T16:02:22.102Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-01-20T16:02:22.247Z] 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/namesgenerator/cmd/names-generator 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-01-20T16:02:22.673Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-01-20T16:02:23.249Z] === RUN TestDockerSuite/TestEventsRename [2022-01-20T16:02:24.191Z] === RUN TestDockerSuite/TestEventsResize [2022-01-20T16:02:24.191Z] docker_api_swarm_test.go:384: [d62e902a10fb7] joining swarm manager [dbcb9dd9feb88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:02:24.766Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-20T16:02:25.708Z] docker_api_swarm_test.go:385: [d0834f951eaa1] joining swarm manager [dbcb9dd9feb88]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:02:27.889Z] 2022/01/20 16:02:24 Closing DB instances... [2022-01-20T16:02:27.889Z] --- PASS: TestNetworkDBGarbageCollection (54.24s) [2022-01-20T16:02:27.889Z] === RUN TestFindNode [2022-01-20T16:02:27.889Z] 2022/01/20 16:02:26 Closing DB instances... [2022-01-20T16:02:27.889Z] --- PASS: TestFindNode (0.02s) [2022-01-20T16:02:27.889Z] === RUN TestChangeNodeState [2022-01-20T16:02:27.889Z] 2022/01/20 16:02:26 Closing DB instances... [2022-01-20T16:02:27.889Z] --- PASS: TestChangeNodeState (0.02s) [2022-01-20T16:02:27.889Z] === RUN TestNodeReincarnation [2022-01-20T16:02:27.889Z] 2022/01/20 16:02:26 Closing DB instances... [2022-01-20T16:02:30.994Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-20T16:02:30.994Z] === RUN TestDockerSuite/TestEventsStreaming [2022-01-20T16:02:31.254Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-01-20T16:02:32.605Z] --- PASS: TestNodeReincarnation (5.02s) [2022-01-20T16:02:32.605Z] === RUN TestParallelCreate [2022-01-20T16:02:32.605Z] 2022/01/20 16:02:31 Closing DB instances... [2022-01-20T16:02:32.605Z] --- PASS: TestParallelCreate (0.02s) [2022-01-20T16:02:32.605Z] === RUN TestParallelDelete [2022-01-20T16:02:32.605Z] 2022/01/20 16:02:31 Closing DB instances... [2022-01-20T16:02:32.605Z] --- PASS: TestParallelDelete (0.02s) [2022-01-20T16:02:32.605Z] === RUN TestNetworkDBIslands [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:1fe024f2b9ae with config:&{NodeID:1fe024f2b9ae 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-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c7daf7b42329 with config:&{NodeID:c7daf7b42329 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-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node c7daf7b42329/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node c7daf7b42329/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49344" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node c7daf7b42329/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node c7daf7b42329/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49345" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d3dd1f26d92e with config:&{NodeID:d3dd1f26d92e 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-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node c7daf7b42329/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=info msg="Node c7daf7b42329/172.22.180.200, added to nodes list" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-01-20T16:02:32.605Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2022-01-20T16:02:32.679Z] ? github.com/docker/docker/api [no test files] [2022-01-20T16:02:33.067Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.067Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:9e9f16650be0 with config:&{NodeID:9e9f16650be0 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-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node c7daf7b42329/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node c7daf7b42329/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2022-01-20T16:02:33.068Z] time="2022-01-20T16:02:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:3948517bac11 with config:&{NodeID:3948517bac11 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-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node c7daf7b42329/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=info msg="Node c7daf7b42329/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-01-20T16:02:33.532Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:33.994Z] networkdb_test.go:835: Re-joining: 3 [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="The new bootstrap node list is:[172.22.180.200:10033 172.22.180.200:10034 172.22.180.200:10035]" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10033" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49352" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10034" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49353" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10035" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49354" [2022-01-20T16:02:33.994Z] networkdb_test.go:835: Re-joining: 4 [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=info msg="The new bootstrap node list is:[172.22.180.200:10033 172.22.180.200:10034 172.22.180.200:10035]" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10033" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49355" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10034" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49356" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10035" [2022-01-20T16:02:33.994Z] time="2022-01-20T16:02:33Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49357" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="node 0 leaving" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="node3(d3dd1f26d92e): Node leave event for 1fe024f2b9ae/172.22.180.200" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="node4(9e9f16650be0): Node leave event for 1fe024f2b9ae/172.22.180.200" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="node5(3948517bac11): Node leave event for 1fe024f2b9ae/172.22.180.200" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="node1(1fe024f2b9ae): Node leave event for 1fe024f2b9ae/172.22.180.200" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="node2(c7daf7b42329): Node leave event for 1fe024f2b9ae/172.22.180.200" [2022-01-20T16:02:34.457Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, left gossip cluster" [2022-01-20T16:02:34.550Z] === RUN TestDockerSuite/TestEventsTop [2022-01-20T16:02:34.810Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, left gossip cluster" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, left gossip cluster" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, left gossip cluster" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node 1fe024f2b9ae/172.22.180.200, left gossip cluster" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="node 1 leaving" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329 change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="node5(3948517bac11): Node leave event for c7daf7b42329/172.22.180.200" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329/172.22.180.200, left gossip cluster" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329 change state NodeActive --> NodeFailed" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329/172.22.180.200, added to failed nodes list" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329 change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="node4(9e9f16650be0): Node leave event for c7daf7b42329/172.22.180.200" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329 change state NodeActive --> NodeLeft" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=info msg="node3(d3dd1f26d92e): Node leave event for c7daf7b42329/172.22.180.200" [2022-01-20T16:02:34.920Z] time="2022-01-20T16:02:34Z" level=error msg="node: c7daf7b42329 is unknown to memberlist" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329/172.22.180.200, left gossip cluster" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329/172.22.180.200, left gossip cluster" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:34Z" level=info msg="Node c7daf7b42329/172.22.180.200, left gossip cluster" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="node 2 leaving" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="Node d3dd1f26d92e change state NodeActive --> NodeLeft" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="node5(3948517bac11): Node leave event for d3dd1f26d92e/172.22.180.200" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="Node d3dd1f26d92e change state NodeActive --> NodeLeft" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="node4(9e9f16650be0): Node leave event for d3dd1f26d92e/172.22.180.200" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="Node d3dd1f26d92e change state NodeActive --> NodeLeft" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="node3(d3dd1f26d92e): Node leave event for d3dd1f26d92e/172.22.180.200" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=debug msg="memberlist: Failed ping: d3dd1f26d92e (timeout reached)" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.180.200:10036: use of closed network connection" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.180.200:10037: use of closed network connection" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.22.180.200:10034: use of closed network connection" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49358" [2022-01-20T16:02:35.383Z] time="2022-01-20T16:02:35Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, left gossip cluster" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, left gossip cluster" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node d3dd1f26d92e/172.22.180.200, left gossip cluster" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=warning msg="memberlist: Was able to connect to d3dd1f26d92e but other probes failed, network may be misconfigured" [2022-01-20T16:02:35.846Z] networkdb_test.go:867: node4: OK [2022-01-20T16:02:35.846Z] networkdb_test.go:867: node5: OK [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="node 0 coming back" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:09d2bf2d69cc with config:&{NodeID:09d2bf2d69cc 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-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, added to nodes list" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="node 1 coming back" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c4ad8b2f963e with config:&{NodeID:c4ad8b2f963e 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-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, added to nodes list" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="node 2 coming back" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:d4eeb2a76103 with config:&{NodeID:d4eeb2a76103 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-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node d4eeb2a76103/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:35.846Z] time="2022-01-20T16:02:35Z" level=info msg="Node d4eeb2a76103/172.22.180.200, added to nodes list" [2022-01-20T16:02:36.205Z] --- PASS: TestCheckoutGit (36.01s) [2022-01-20T16:02:36.205Z] === RUN TestValidGitTransport [2022-01-20T16:02:36.205Z] --- PASS: TestValidGitTransport (0.00s) [2022-01-20T16:02:36.205Z] === RUN TestGitInvalidRef [2022-01-20T16:02:36.205Z] --- PASS: TestGitInvalidRef (0.24s) [2022-01-20T16:02:36.205Z] PASS [2022-01-20T16:02:36.205Z] coverage: 86.3% of statements [2022-01-20T16:02:36.205Z] ok github.com/docker/docker/builder/remotecontext/git 36.317s coverage: 86.3% of statements [2022-01-20T16:02:36.205Z] ? github.com/docker/docker/cli [no test files] [2022-01-20T16:02:36.205Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-20T16:02:37.350Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-20T16:02:39.605Z] time="2022-01-20T16:02:38Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.180.200:10033 172.22.180.200:10034 172.22.180.200:10035]" [2022-01-20T16:02:39.605Z] time="2022-01-20T16:02:39Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.180.200:10033 172.22.180.200:10034 172.22.180.200:10035]" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10033" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49359" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, is the new incarnation of the shutdown node 1fe024f2b9ae/172.22.180.200" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49360" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10034" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, is the new incarnation of the shutdown node c7daf7b42329/172.22.180.200" [2022-01-20T16:02:40.067Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10035" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49361" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 9e9f16650be0/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 9e9f16650be0/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 3948517bac11/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 3948517bac11/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node d4eeb2a76103/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node d4eeb2a76103/172.22.180.200, is the new incarnation of the shutdown node d3dd1f26d92e/172.22.180.200" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node d4eeb2a76103/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, is the new incarnation of the shutdown node c7daf7b42329/172.22.180.200" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, is the new incarnation of the shutdown node 1fe024f2b9ae/172.22.180.200" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node d4eeb2a76103/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node d4eeb2a76103/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node d4eeb2a76103/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.068Z] time="2022-01-20T16:02:39Z" level=info msg="Node d4eeb2a76103/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=info msg="Node d4eeb2a76103/172.22.180.200, joined gossip cluster" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=info msg="Node d4eeb2a76103/172.22.180.200, is the new incarnation of the shutdown node d3dd1f26d92e/172.22.180.200" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=info msg="Node d4eeb2a76103/172.22.180.200, added to nodes list" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10033" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49362" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10034" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49363" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10035" [2022-01-20T16:02:40.531Z] time="2022-01-20T16:02:40Z" level=debug msg="memberlist: Stream connection from=172.22.180.200:49364" [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-01-20T16:02:40.980Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestConfigureDaemonLogs [2022-01-20T16:02:40.980Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestCommonOptionsInstallFlags [2022-01-20T16:02:40.980Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-01-20T16:02:40.980Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-01-20T16:02:40.980Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-01-20T16:02:40.980Z] PASS [2022-01-20T16:02:40.980Z] coverage: 18.6% of statements [2022-01-20T16:02:40.980Z] ok github.com/docker/docker/cmd/dockerd 0.222s coverage: 18.6% of statements [2022-01-20T16:02:40.980Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-01-20T16:02:40.980Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-20T16:02:40.993Z] 2022/01/20 16:02:40 Closing DB instances... [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="Node 09d2bf2d69cc change state NodeActive --> NodeLeft" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="Node 09d2bf2d69cc change state NodeActive --> NodeLeft" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="node2(c4ad8b2f963e): Node leave event for 09d2bf2d69cc/172.22.180.200" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="node5(3948517bac11): Node leave event for 09d2bf2d69cc/172.22.180.200" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="Node 09d2bf2d69cc change state NodeActive --> NodeLeft" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="node3(d4eeb2a76103): Node leave event for 09d2bf2d69cc/172.22.180.200" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="Node 09d2bf2d69cc change state NodeActive --> NodeLeft" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="node4(9e9f16650be0): Node leave event for 09d2bf2d69cc/172.22.180.200" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="Node 09d2bf2d69cc change state NodeActive --> NodeLeft" [2022-01-20T16:02:40.993Z] time="2022-01-20T16:02:40Z" level=info msg="node1(09d2bf2d69cc): Node leave event for 09d2bf2d69cc/172.22.180.200" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node 09d2bf2d69cc/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e change state NodeActive --> NodeLeft" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="node4(9e9f16650be0): Node leave event for c4ad8b2f963e/172.22.180.200" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e change state NodeActive --> NodeLeft" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="node5(3948517bac11): Node leave event for c4ad8b2f963e/172.22.180.200" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e change state NodeActive --> NodeFailed" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e change state NodeActive --> NodeLeft" [2022-01-20T16:02:41.456Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, added to failed nodes list" [2022-01-20T16:02:41.457Z] time="2022-01-20T16:02:41Z" level=info msg="node3(d4eeb2a76103): Node leave event for c4ad8b2f963e/172.22.180.200" [2022-01-20T16:02:41.457Z] time="2022-01-20T16:02:41Z" level=error msg="node: c4ad8b2f963e is unknown to memberlist" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node c4ad8b2f963e/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.180.200:10034" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=debug msg="memberlist: Failed to join 172.22.180.200: write tcp 172.22.180.200:49365->172.22.180.200:10034: wsasend: An existing connection was forcibly closed by the remote host." [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node d4eeb2a76103/172.22.180.200, left gossip cluster" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node d4eeb2a76103 change state NodeActive --> NodeFailed" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node d4eeb2a76103/172.22.180.200, added to failed nodes list" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node d4eeb2a76103 change state NodeActive --> NodeLeft" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="node4(9e9f16650be0): Node leave event for d4eeb2a76103/172.22.180.200" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="Node d4eeb2a76103 change state NodeActive --> NodeLeft" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=info msg="node5(3948517bac11): Node leave event for d4eeb2a76103/172.22.180.200" [2022-01-20T16:02:41.919Z] time="2022-01-20T16:02:41Z" level=error msg="node: d4eeb2a76103 is unknown to memberlist" [2022-01-20T16:02:41.972Z] === RUN TestContainerStopSignal [2022-01-20T16:02:41.972Z] --- PASS: TestContainerStopSignal (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestContainerStopTimeout [2022-01-20T16:02:41.972Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestContainerSecretReferenceDestTarget [2022-01-20T16:02:41.972Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-01-20T16:02:41.972Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s) [2022-01-20T16:02:41.972Z] === RUN TestContainerLogPathSetForRingLogger [2022-01-20T16:02:41.972Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestReplaceAndAppendEnvVars [2022-01-20T16:02:41.972Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-01-20T16:02:41.972Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestNewMemoryStore [2022-01-20T16:02:41.972Z] --- PASS: TestNewMemoryStore (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestAddContainers [2022-01-20T16:02:41.972Z] --- PASS: TestAddContainers (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestGetContainer [2022-01-20T16:02:41.972Z] --- PASS: TestGetContainer (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestDeleteContainer [2022-01-20T16:02:41.972Z] --- PASS: TestDeleteContainer (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestListContainers [2022-01-20T16:02:41.972Z] --- PASS: TestListContainers (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestFirstContainer [2022-01-20T16:02:41.972Z] --- PASS: TestFirstContainer (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestApplyAllContainer [2022-01-20T16:02:41.972Z] --- PASS: TestApplyAllContainer (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestIsValidHealthString [2022-01-20T16:02:41.972Z] --- PASS: TestIsValidHealthString (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestStateRunStop [2022-01-20T16:02:41.972Z] --- PASS: TestStateRunStop (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestStateTimeoutWait [2022-01-20T16:02:41.972Z] state_test.go:141: Stop callback fired [2022-01-20T16:02:41.972Z] state_test.go:165: Stop callback fired [2022-01-20T16:02:41.972Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-01-20T16:02:41.972Z] === RUN TestIsValidStateString [2022-01-20T16:02:41.972Z] --- PASS: TestIsValidStateString (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestViewSaveDelete [2022-01-20T16:02:41.972Z] --- PASS: TestViewSaveDelete (0.01s) [2022-01-20T16:02:41.972Z] === RUN TestViewAll [2022-01-20T16:02:41.972Z] --- PASS: TestViewAll (0.02s) [2022-01-20T16:02:41.972Z] === RUN TestViewGet [2022-01-20T16:02:41.972Z] --- PASS: TestViewGet (0.01s) [2022-01-20T16:02:41.972Z] === RUN TestNames [2022-01-20T16:02:41.972Z] --- PASS: TestNames (0.00s) [2022-01-20T16:02:41.972Z] === RUN TestViewWithHealthCheck [2022-01-20T16:02:41.972Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-01-20T16:02:41.972Z] PASS [2022-01-20T16:02:41.972Z] coverage: 41.7% of statements [2022-01-20T16:02:41.972Z] ok github.com/docker/docker/container 0.281s coverage: 41.7% of statements [2022-01-20T16:02:42.386Z] time="2022-01-20T16:02:41Z" level=info msg="Node d4eeb2a76103/172.22.180.200, left gossip cluster" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:41Z" level=info msg="Node d4eeb2a76103/172.22.180.200, left gossip cluster" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:42Z" level=debug msg="memberlist: Failed ping: d4eeb2a76103 (timeout reached)" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:42Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.180.200:10037: use of closed network connection" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:42Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.180.200:10036: use of closed network connection" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:42Z" level=info msg="Node 9e9f16650be0 change state NodeActive --> NodeLeft" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:42Z" level=info msg="node5(3948517bac11): Node leave event for 9e9f16650be0/172.22.180.200" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:42Z" level=info msg="Node 9e9f16650be0 change state NodeActive --> NodeLeft" [2022-01-20T16:02:42.387Z] time="2022-01-20T16:02:42Z" level=info msg="node4(9e9f16650be0): Node leave event for 9e9f16650be0/172.22.180.200" [2022-01-20T16:02:42.441Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-20T16:02:42.441Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-20T16:02:42.441Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-20T16:02:42.441Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-20T16:02:42.856Z] time="2022-01-20T16:02:42Z" level=info msg="memberlist: Suspect d4eeb2a76103 has failed, no acks received" [2022-01-20T16:02:43.320Z] time="2022-01-20T16:02:43Z" level=info msg="Node 9e9f16650be0/172.22.180.200, left gossip cluster" [2022-01-20T16:02:43.428Z] === RUN TestPrepare [2022-01-20T16:02:43.428Z] --- PASS: TestPrepare (0.00s) [2022-01-20T16:02:43.428Z] === RUN TestStart [2022-01-20T16:02:43.428Z] --- PASS: TestStart (0.00s) [2022-01-20T16:02:43.428Z] === RUN TestWaitCancel [2022-01-20T16:02:43.428Z] --- PASS: TestWaitCancel (0.00s) [2022-01-20T16:02:43.428Z] === RUN TestWaitDisabled [2022-01-20T16:02:43.428Z] --- PASS: TestWaitDisabled (0.00s) [2022-01-20T16:02:43.428Z] === RUN TestWaitEnabled [2022-01-20T16:02:43.428Z] --- PASS: TestWaitEnabled (0.00s) [2022-01-20T16:02:43.428Z] === RUN TestRemove [2022-01-20T16:02:43.428Z] --- PASS: TestRemove (0.00s) [2022-01-20T16:02:43.428Z] PASS [2022-01-20T16:02:43.428Z] coverage: 65.3% of statements [2022-01-20T16:02:43.428Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.073s coverage: 65.3% of statements [2022-01-20T16:02:43.783Z] time="2022-01-20T16:02:43Z" level=info msg="Node 9e9f16650be0/172.22.180.200, left gossip cluster" [2022-01-20T16:02:44.245Z] time="2022-01-20T16:02:43Z" level=info msg="Node 3948517bac11/172.22.180.200, left gossip cluster" [2022-01-20T16:02:44.245Z] time="2022-01-20T16:02:43Z" level=info msg="Node 3948517bac11 change state NodeActive --> NodeFailed" [2022-01-20T16:02:44.245Z] time="2022-01-20T16:02:43Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.22.180.200:10037: use of closed network connection" [2022-01-20T16:02:44.245Z] time="2022-01-20T16:02:43Z" level=info msg="Node 3948517bac11/172.22.180.200, added to failed nodes list" [2022-01-20T16:02:44.245Z] --- PASS: TestNetworkDBIslands (12.27s) [2022-01-20T16:02:44.245Z] PASS [2022-01-20T16:02:44.245Z] coverage: 60.3% of statements [2022-01-20T16:02:44.245Z] ok github.com/docker/docker/libnetwork/networkdb 103.451s coverage: 60.3% of statements [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/quota [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/rootless [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/volume [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-20T16:02:44.245Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-20T16:02:45.498Z] --- PASS: TestServicePlugin (30.84s) [2022-01-20T16:02:45.498Z] === RUN TestServiceUpdateLabel [2022-01-20T16:02:45.644Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-01-20T16:02:45.644Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCIsolation [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCIsolation [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-01-20T16:02:45.644Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-01-20T16:02:45.644Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-01-20T16:02:46.112Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-01-20T16:02:46.112Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertFromGRPCConfigs [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertToGRPCConfigs [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-01-20T16:02:46.112Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-01-20T16:02:46.112Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-01-20T16:02:46.112Z] PASS [2022-01-20T16:02:46.112Z] coverage: 35.9% of statements [2022-01-20T16:02:46.112Z] ok github.com/docker/docker/daemon/cluster/convert 0.610s coverage: 35.9% of statements [2022-01-20T16:02:46.112Z] === RUN TestNewListSecretsFilters [2022-01-20T16:02:46.112Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-01-20T16:02:46.112Z] === RUN TestNewListConfigsFilters [2022-01-20T16:02:46.112Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-01-20T16:02:46.112Z] PASS [2022-01-20T16:02:46.112Z] coverage: 0.5% of statements [2022-01-20T16:02:46.112Z] ok github.com/docker/docker/daemon/cluster 1.145s coverage: 0.5% of statements [2022-01-20T16:02:46.880Z] --- PASS: TestServiceUpdateLabel (2.17s) [2022-01-20T16:02:46.880Z] === RUN TestServiceUpdateSecrets [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === Skipped [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-01-20T16:02:47.173Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2022-01-20T16:02:47.173Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-01-20T16:02:47.173Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-01-20T16:02:47.173Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-01-20T16:02:47.173Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-01-20T16:02:47.173Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-20T16:02:47.173Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-20T16:02:47.173Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-20T16:02:47.173Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-01-20T16:02:47.173Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-20T16:02:47.173Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-01-20T16:02:47.173Z] daemon_test.go:145: root required [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-20T16:02:47.173Z] reload_test.go:342: root required [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-01-20T16:02:47.173Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-20T16:02:47.173Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-01-20T16:02:47.173Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-01-20T16:02:47.173Z] download_test.go:267: Needs fixing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-01-20T16:02:47.173Z] layer_test.go:303: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-01-20T16:02:47.173Z] layer_test.go:352: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-01-20T16:02:47.173Z] layer_test.go:467: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-01-20T16:02:47.173Z] layer_test.go:696: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-01-20T16:02:47.173Z] migration_test.go:45: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-01-20T16:02:47.173Z] migration_test.go:181: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-01-20T16:02:47.173Z] mount_test.go:17: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-01-20T16:02:47.173Z] mount_test.go:76: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-01-20T16:02:47.173Z] mount_test.go:125: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-01-20T16:02:47.173Z] mount_test.go:212: Failing on Windows [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-01-20T16:02:47.173Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-01-20T16:02:47.173Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-20T16:02:47.173Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-01-20T16:02:47.173Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-01-20T16:02:47.173Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-01-20T16:02:47.173Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-01-20T16:02:47.173Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-01-20T16:02:47.173Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-01-20T16:02:47.173Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.01s) [2022-01-20T16:02:47.173Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-01-20T16:02:47.173Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-01-20T16:02:47.173Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-20T16:02:47.173Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-20T16:02:47.173Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-20T16:02:47.173Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-20T16:02:47.173Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-20T16:02:47.173Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-01-20T16:02:47.173Z] archive_test.go:133: Xz not present in msys2 [2022-01-20T16:02:47.173Z] [2022-01-20T16:02:47.173Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-01-20T16:02:47.174Z] archive_test.go:140: zstd not installed [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:252: Failing on Windows CI machines [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:02:47.174Z] archive_windows_test.go:16: Currently fails [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-01-20T16:02:47.174Z] changes_test.go:195: needs more investigation [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-01-20T16:02:47.174Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-01-20T16:02:47.174Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-01-20T16:02:47.174Z] changes_test.go:432: needs further investigation [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-01-20T16:02:47.174Z] changes_test.go:468: needs further investigation [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.01s) [2022-01-20T16:02:47.174Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-01-20T16:02:47.174Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-01-20T16:02:47.174Z] poller_test.go:40: No chmod on Windows [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-20T16:02:47.174Z] fileutils_test.go:133: Needs porting to Windows [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-20T16:02:47.174Z] fileutils_test.go:179: Needs porting to Windows [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-01-20T16:02:47.174Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-01-20T16:02:47.174Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-01-20T16:02:47.174Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-01-20T16:02:47.174Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-01-20T16:02:47.174Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-20T16:02:47.174Z] [2022-01-20T16:02:47.174Z] DONE 2067 tests, 70 skipped in 258.263s [2022-01-20T16:02:47.174Z] INFO: make.ps1 ended at 01/20/2022 16:02:46 [2022-01-20T16:02:47.630Z] === RUN TestMiddlewares [2022-01-20T16:02:47.630Z] --- PASS: TestMiddlewares (0.00s) [2022-01-20T16:02:47.630Z] PASS [2022-01-20T16:02:47.630Z] coverage: 9.0% of statements [2022-01-20T16:02:47.630Z] ok github.com/docker/docker/api/server 0.050s coverage: 9.0% of statements [2022-01-20T16:02:48.264Z] === RUN TestDockerSuite/TestExec [2022-01-20T16:02:49.067Z] === RUN TestBuilderGC [2022-01-20T16:02:49.067Z] --- PASS: TestBuilderGC (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationNotFound [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestDaemonBrokenConfiguration [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestFindConfigurationConflicts [2022-01-20T16:02:49.067Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-01-20T16:02:49.067Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeConflicts [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-01-20T16:02:49.067Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-01-20T16:02:49.067Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-01-20T16:02:49.067Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-01-20T16:02:49.067Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_label [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_dns [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_dns-search [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-01-20T16:02:49.067Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-01-20T16:02:49.067Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-01-20T16:02:49.207Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-20T16:02:49.380Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-01-20T16:02:49.380Z] INFO: Unit tests ended at 01/20/2022 16:02:49. Duration:00:04:31.8526675 [2022-01-20T16:02:49.380Z] INFO: Building busybox [2022-01-20T16:02:49.380Z] Sending build context to Docker daemon 5.12kB [2022-01-20T16:02:49.380Z] [2022-01-20T16:02:49.380Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-01-20T16:02:49.380Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-01-20T16:02:49.380Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-01-20T16:02:49.380Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-01-20T16:02:49.380Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-01-20T16:02:49.380Z] ---> 11cbc9e36c7a [2022-01-20T16:02:49.380Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-01-20T16:02:49.468Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-20T16:02:49.537Z] === RUN TestReloadSetConfigFileNotExist [2022-01-20T16:02:49.537Z] time="2022-01-20T16:02:48Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-01-20T16:02:49.537Z] --- PASS: TestReloadSetConfigFileNotExist (0.18s) [2022-01-20T16:02:49.537Z] === RUN TestReloadDefaultConfigNotExist [2022-01-20T16:02:49.537Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:02:49.537Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-01-20T16:02:49.537Z] === RUN TestReloadBadDefaultConfig [2022-01-20T16:02:49.537Z] time="2022-01-20T16:02:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-751639667" [2022-01-20T16:02:49.537Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-01-20T16:02:49.537Z] === RUN TestReloadWithConflictingLabels [2022-01-20T16:02:49.537Z] time="2022-01-20T16:02:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1972814697" [2022-01-20T16:02:49.537Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-01-20T16:02:49.537Z] === RUN TestReloadWithDuplicateLabels [2022-01-20T16:02:49.537Z] time="2022-01-20T16:02:49Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1581369592" [2022-01-20T16:02:49.537Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-01-20T16:02:49.537Z] === RUN TestMaskURLCredentials [2022-01-20T16:02:49.537Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-01-20T16:02:49.537Z] === RUN TestDaemonConfigurationMerge [2022-01-20T16:02:49.537Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-01-20T16:02:49.537Z] PASS [2022-01-20T16:02:49.537Z] coverage: 79.2% of statements [2022-01-20T16:02:49.537Z] ok github.com/docker/docker/daemon/config 0.417s coverage: 79.2% of statements [2022-01-20T16:02:49.843Z] ---> Running in 2ae66518adad [2022-01-20T16:02:50.038Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-20T16:02:50.526Z] === RUN TestWaitNodeAttachment [2022-01-20T16:02:50.526Z] === RUN TestEventsLog [2022-01-20T16:02:50.526Z] --- PASS: TestEventsLog (0.00s) [2022-01-20T16:02:50.526Z] === RUN TestEventsLogTimeout [2022-01-20T16:02:50.526Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-01-20T16:02:50.526Z] === RUN TestLogEvents [2022-01-20T16:02:50.526Z] --- PASS: TestLogEvents (0.05s) [2022-01-20T16:02:50.526Z] === RUN TestLoadBufferedEvents [2022-01-20T16:02:50.526Z] --- PASS: TestLoadBufferedEvents (0.19s) [2022-01-20T16:02:50.526Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-01-20T16:02:50.526Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-01-20T16:02:50.526Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-01-20T16:02:50.526Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-01-20T16:02:50.526Z] PASS [2022-01-20T16:02:50.526Z] coverage: 50.0% of statements [2022-01-20T16:02:50.526Z] ok github.com/docker/docker/daemon/events 0.304s coverage: 50.0% of statements [2022-01-20T16:02:50.608Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-20T16:02:50.995Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-01-20T16:02:50.995Z] === RUN TestIsolationConversion [2022-01-20T16:02:50.995Z] === RUN TestIsolationConversion/default [2022-01-20T16:02:50.995Z] === RUN TestIsolationConversion/process [2022-01-20T16:02:50.995Z] === RUN TestIsolationConversion/hyperv [2022-01-20T16:02:50.995Z] --- PASS: TestIsolationConversion (0.00s) [2022-01-20T16:02:50.995Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-01-20T16:02:50.995Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-01-20T16:02:50.995Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-01-20T16:02:50.995Z] === RUN TestContainerLabels [2022-01-20T16:02:50.995Z] --- PASS: TestContainerLabels (0.00s) [2022-01-20T16:02:50.995Z] === RUN TestCredentialSpecConversion [2022-01-20T16:02:50.995Z] === RUN TestCredentialSpecConversion/none [2022-01-20T16:02:50.995Z] === RUN TestCredentialSpecConversion/config [2022-01-20T16:02:50.995Z] === RUN TestCredentialSpecConversion/file [2022-01-20T16:02:50.995Z] === RUN TestCredentialSpecConversion/registry [2022-01-20T16:02:50.995Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-01-20T16:02:50.995Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-01-20T16:02:50.995Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-01-20T16:02:50.995Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-01-20T16:02:50.995Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-01-20T16:02:50.995Z] === RUN TestControllerValidateMountBind [2022-01-20T16:02:50.995Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-01-20T16:02:50.995Z] === RUN TestControllerValidateMountVolume [2022-01-20T16:02:50.995Z] --- PASS: TestControllerValidateMountVolume (0.01s) [2022-01-20T16:02:50.995Z] === RUN TestControllerValidateMountTarget [2022-01-20T16:02:50.995Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-01-20T16:02:50.995Z] === RUN TestControllerValidateMountTmpfs [2022-01-20T16:02:50.995Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-01-20T16:02:50.995Z] === RUN TestControllerValidateMountInvalidType [2022-01-20T16:02:50.995Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-01-20T16:02:50.995Z] === RUN TestControllerValidateMountNamedPipe [2022-01-20T16:02:50.995Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-01-20T16:02:50.995Z] PASS [2022-01-20T16:02:50.995Z] coverage: 11.0% of statements [2022-01-20T16:02:50.995Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.645s coverage: 11.0% of statements [2022-01-20T16:02:51.469Z] === RUN TestIsEmptyDir [2022-01-20T16:02:51.469Z] --- PASS: TestIsEmptyDir (0.01s) [2022-01-20T16:02:51.469Z] PASS [2022-01-20T16:02:51.469Z] coverage: 2.3% of statements [2022-01-20T16:02:51.469Z] ok github.com/docker/docker/daemon/graphdriver 0.078s coverage: 2.3% of statements [2022-01-20T16:02:51.549Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-20T16:02:51.938Z] === RUN TestVerifyNetworkingConfig [2022-01-20T16:02:51.938Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestGetContainer [2022-01-20T16:02:51.938Z] --- PASS: TestGetContainer (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestValidContainerNames [2022-01-20T16:02:51.938Z] --- PASS: TestValidContainerNames (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestContainerInitDNS [2022-01-20T16:02:51.938Z] daemon_test.go:145: root required [2022-01-20T16:02:51.938Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestMerge [2022-01-20T16:02:51.938Z] --- PASS: TestMerge (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestValidateContainerIsolation [2022-01-20T16:02:51.938Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestFindNetworkErrorType [2022-01-20T16:02:51.938Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestEnsureServicesExist [2022-01-20T16:02:51.938Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestEnsureServicesExistErrors [2022-01-20T16:02:51.938Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-01-20T16:02:51.938Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-01-20T16:02:51.938Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-01-20T16:02:51.938Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-01-20T16:02:51.938Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-01-20T16:02:51.938Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-01-20T16:02:51.938Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestContainerDelete [2022-01-20T16:02:51.938Z] --- PASS: TestContainerDelete (0.01s) [2022-01-20T16:02:51.938Z] === RUN TestContainerDoubleDelete [2022-01-20T16:02:51.938Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestLogContainerEventCopyLabels [2022-01-20T16:02:51.938Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestLogContainerEventWithAttributes [2022-01-20T16:02:51.938Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestNoneHealthcheck [2022-01-20T16:02:51.938Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestHealthStates [2022-01-20T16:02:51.938Z] === RUN TestLinkNaming [2022-01-20T16:02:51.938Z] --- PASS: TestLinkNaming (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestLinkNew [2022-01-20T16:02:51.938Z] --- PASS: TestLinkNew (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestLinkEnv [2022-01-20T16:02:51.938Z] --- PASS: TestLinkEnv (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestLinkMultipleEnv [2022-01-20T16:02:51.938Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-01-20T16:02:51.938Z] === RUN TestLinkPortRangeEnv [2022-01-20T16:02:51.938Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-01-20T16:02:51.938Z] PASS [2022-01-20T16:02:51.938Z] coverage: 93.0% of statements [2022-01-20T16:02:51.938Z] ok github.com/docker/docker/daemon/links 0.047s coverage: 93.0% of statements [2022-01-20T16:02:52.119Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-20T16:02:52.407Z] time="2022-01-20T16:02: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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] time="2022-01-20T16:02:52Z" 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-01-20T16:02:52.407Z] --- PASS: TestHealthStates (0.22s) [2022-01-20T16:02:52.407Z] === RUN TestGetInspectData [2022-01-20T16:02:52.407Z] --- PASS: TestGetInspectData (0.00s) [2022-01-20T16:02:52.407Z] === RUN TestFillLicense [2022-01-20T16:02:52.407Z] --- PASS: TestFillLicense (0.00s) [2022-01-20T16:02:52.407Z] === RUN TestListInvalidFilter [2022-01-20T16:02:52.407Z] --- PASS: TestListInvalidFilter (0.00s) [2022-01-20T16:02:52.407Z] === RUN TestNameFilter [2022-01-20T16:02:52.407Z] --- PASS: TestNameFilter (0.00s) [2022-01-20T16:02:52.407Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-01-20T16:02:52.407Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-01-20T16:02:52.407Z] === 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-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-01-20T16:02:52.407Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-01-20T16:02:52.408Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-01-20T16:02:52.408Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-01-20T16:02:52.408Z] --- 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-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-01-20T16:02:52.408Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestDaemonReloadLabels [2022-01-20T16:02:52.408Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-01-20T16:02:52.408Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestDaemonReloadMirrors [2022-01-20T16:02:52.408Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestDaemonReloadInsecureRegistries [2022-01-20T16:02:52.408Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestDaemonReloadNotAffectOthers [2022-01-20T16:02:52.408Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-01-20T16:02:52.408Z] reload_test.go:342: root required [2022-01-20T16:02:52.408Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-01-20T16:02:52.408Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-01-20T16:02:52.408Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-01-20T16:02:52.408Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.05s) [2022-01-20T16:02:52.408Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-01-20T16:02:52.408Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.05s) [2022-01-20T16:02:52.408Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-01-20T16:02:52.408Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.05s) [2022-01-20T16:02:52.408Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-01-20T16:02:52.408Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-01-20T16:02:52.408Z] === RUN TestParseVolumesFrom [2022-01-20T16:02:52.408Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-01-20T16:02:52.408Z] PASS [2022-01-20T16:02:52.408Z] coverage: 8.6% of statements [2022-01-20T16:02:52.408Z] ok github.com/docker/docker/daemon 0.578s coverage: 8.6% of statements [2022-01-20T16:02:52.408Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-20T16:02:52.408Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-20T16:02:52.408Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-20T16:02:52.690Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-01-20T16:02:52.877Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-01-20T16:02:53.260Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-20T16:02:53.833Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-20T16:02:54.093Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-20T16:02:54.445Z] === RUN TestAdapterReadLogs [2022-01-20T16:02:54.445Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-01-20T16:02:54.445Z] === RUN TestCopier [2022-01-20T16:02:54.445Z] --- PASS: TestCopier (0.00s) [2022-01-20T16:02:54.445Z] === RUN TestCopierLongLines [2022-01-20T16:02:54.445Z] --- PASS: TestCopierLongLines (0.01s) [2022-01-20T16:02:54.445Z] === RUN TestCopierSlow [2022-01-20T16:02:54.445Z] --- PASS: TestCopierSlow (0.20s) [2022-01-20T16:02:54.445Z] === RUN TestCopierWithSized [2022-01-20T16:02:54.445Z] === RUN TestCopierWithSized/as_is [2022-01-20T16:02:54.445Z] === RUN TestCopierWithSized/With_RingLogger [2022-01-20T16:02:54.445Z] --- PASS: TestCopierWithSized (0.01s) [2022-01-20T16:02:54.445Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-01-20T16:02:54.445Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-01-20T16:02:54.445Z] === RUN TestCopierWithPartial [2022-01-20T16:02:54.445Z] --- PASS: TestCopierWithPartial (0.01s) [2022-01-20T16:02:54.445Z] === RUN TestRingLogger [2022-01-20T16:02:54.445Z] --- PASS: TestRingLogger (0.00s) [2022-01-20T16:02:54.445Z] === RUN TestRingCap [2022-01-20T16:02:54.445Z] --- PASS: TestRingCap (0.00s) [2022-01-20T16:02:54.445Z] === RUN TestRingClose [2022-01-20T16:02:54.445Z] --- PASS: TestRingClose (0.00s) [2022-01-20T16:02:54.445Z] === RUN TestRingDrain [2022-01-20T16:02:54.445Z] --- PASS: TestRingDrain (0.00s) [2022-01-20T16:02:54.445Z] PASS [2022-01-20T16:02:54.445Z] coverage: 43.3% of statements [2022-01-20T16:02:54.445Z] ok github.com/docker/docker/daemon/logger 0.282s coverage: 43.3% of statements [2022-01-20T16:02:54.445Z] === RUN TestNewStreamConfig [2022-01-20T16:02:54.446Z] === RUN TestNewStreamConfig/defaults [2022-01-20T16:02:54.446Z] === RUN TestNewStreamConfig/invalid_create_group [2022-01-20T16:02:54.446Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-01-20T16:02:54.446Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-01-20T16:02:54.446Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-01-20T16:02:54.446Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-01-20T16:02:54.446Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-01-20T16:02:54.446Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-01-20T16:02:54.446Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-01-20T16:02:54.446Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-01-20T16:02:54.446Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-01-20T16:02:54.446Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-01-20T16:02:54.446Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-01-20T16:02:54.446Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-01-20T16:02:54.446Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-01-20T16:02:54.446Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-01-20T16:02:54.446Z] === RUN TestNewAWSLogsClientRegionDetect [2022-01-20T16:02:54.565Z] Removing intermediate container 2ae66518adad [2022-01-20T16:02:54.565Z] ---> 8b9650e8566f [2022-01-20T16:02:54.565Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-01-20T16:02:54.565Z] ---> Running in e83761b2afcc [2022-01-20T16:02:54.664Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=info msg="Trying to get region from EC2 Metadata" [2022-01-20T16:02:54.915Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.19s) [2022-01-20T16:02:54.915Z] === RUN TestCreateSuccess [2022-01-20T16:02:54.915Z] --- PASS: TestCreateSuccess (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCreateStreamSkipped [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-01-20T16:02:54.915Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCreateLogGroupSuccess [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-01-20T16:02:54.915Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCreateError [2022-01-20T16:02:54.915Z] --- PASS: TestCreateError (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCreateAlreadyExists [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-01-20T16:02:54.915Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestLogClosed [2022-01-20T16:02:54.915Z] --- PASS: TestLogClosed (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestLogBlocking [2022-01-20T16:02:54.915Z] --- PASS: TestLogBlocking (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestLogNonBlockingBufferEmpty [2022-01-20T16:02:54.915Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestLogNonBlockingBufferFull [2022-01-20T16:02:54.915Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestPublishBatchSuccess [2022-01-20T16:02:54.915Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestPublishBatchError [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=error msg=error [2022-01-20T16:02:54.915Z] --- PASS: TestPublishBatchError (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-20T16:02:54.915Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestPublishBatchAlreadyAccepted [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-20T16:02:54.915Z] time="2022-01-20T16:02:54Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-01-20T16:02:54.915Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCollectBatchSimple [2022-01-20T16:02:54.915Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCollectBatchTicker [2022-01-20T16:02:54.915Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCollectBatchMultilinePattern [2022-01-20T16:02:54.915Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-01-20T16:02:54.915Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-01-20T16:02:54.915Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-01-20T16:02:54.915Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.19s) [2022-01-20T16:02:54.915Z] === RUN TestCollectBatchClose [2022-01-20T16:02:54.915Z] --- PASS: TestCollectBatchClose (0.00s) [2022-01-20T16:02:54.915Z] === RUN TestEffectiveLen [2022-01-20T16:02:54.915Z] === RUN TestEffectiveLen/0/Hello [2022-01-20T16:02:54.915Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-01-20T16:02:54.915Z] === RUN TestEffectiveLen/2/🙃 [2022-01-20T16:02:54.915Z] === RUN TestEffectiveLen/3/���� [2022-01-20T16:02:54.915Z] === RUN TestEffectiveLen/4/He��o [2022-01-20T16:02:54.915Z] === RUN TestEffectiveLen/5/ [2022-01-20T16:02:54.915Z] --- PASS: TestEffectiveLen (0.00s) [2022-01-20T16:02:54.915Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-01-20T16:02:54.915Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-01-20T16:02:54.915Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-01-20T16:02:54.915Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-01-20T16:02:54.915Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-01-20T16:02:55.028Z] Removing intermediate container e83761b2afcc [2022-01-20T16:02:55.028Z] ---> 2d476eb5a0b0 [2022-01-20T16:02:55.028Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-01-20T16:02:55.028Z] ---> Running in b9981152f940 [2022-01-20T16:02:55.384Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/0/ [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/1/Hello [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: Hello [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/2/Hello [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: He [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: llo [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/3/Hello [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: Hello [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/4/🙃 [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: 🙃 [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/5/🙃 [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: 🙃 [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/6/a� [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: a [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: � [2022-01-20T16:02:55.384Z] === RUN TestFindValidSplit/7/a� [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1076: a� [2022-01-20T16:02:55.384Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-01-20T16:02:55.384Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-01-20T16:02:55.384Z] === RUN TestProcessEventEmoji [2022-01-20T16:02:55.384Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-01-20T16:02:55.384Z] === RUN TestCollectBatchLineSplit [2022-01-20T16:02:55.384Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-01-20T16:02:55.384Z] === RUN TestCollectBatchLineSplitWithBinary [2022-01-20T16:02:55.384Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-01-20T16:02:55.384Z] === RUN TestCollectBatchMaxEvents [2022-01-20T16:02:55.384Z] --- PASS: TestCollectBatchMaxEvents (0.06s) [2022-01-20T16:02:55.384Z] === RUN TestCollectBatchMaxTotalBytes [2022-01-20T16:02:55.384Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-01-20T16:02:55.384Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-01-20T16:02:55.384Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2022-01-20T16:02:55.385Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-01-20T16:02:55.385Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsMultilinePattern [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-01-20T16:02:55.385Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsFormat [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsFormat/1/random [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsFormat/2/ [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestCreateTagSuccess [2022-01-20T16:02:55.385Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-01-20T16:02:55.385Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-01-20T16:02:55.385Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-01-20T16:02:55.385Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-01-20T16:02:55.385Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-01-20T16:02:55.385Z] PASS [2022-01-20T16:02:55.385Z] coverage: 80.2% of statements [2022-01-20T16:02:55.385Z] ok github.com/docker/docker/daemon/logger/awslogs 0.653s coverage: 80.2% of statements [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-01-20T16:02:55.385Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-01-20T16:02:55.385Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-01-20T16:02:55.385Z] PASS [2022-01-20T16:02:55.385Z] coverage: 33.6% of statements [2022-01-20T16:02:55.385Z] ok github.com/docker/docker/daemon/logger/fluentd 0.065s coverage: 33.6% of statements [2022-01-20T16:02:55.385Z] === RUN TestSearchRegistryForImagesErrors [2022-01-20T16:02:55.385Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestSearchRegistryForImages [2022-01-20T16:02:55.385Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestOnlyPlatformWithFallback [2022-01-20T16:02:55.385Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-01-20T16:02:55.385Z] === RUN TestImageDelete [2022-01-20T16:02:55.385Z] === RUN TestImageDelete/no_lease [2022-01-20T16:02:55.385Z] === RUN TestImageDelete/lease_exists [2022-01-20T16:02:55.385Z] --- PASS: TestImageDelete (0.04s) [2022-01-20T16:02:55.385Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-01-20T16:02:55.385Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-01-20T16:02:55.385Z] === RUN TestContentStoreForPull [2022-01-20T16:02:55.490Z] Removing intermediate container b9981152f940 [2022-01-20T16:02:55.490Z] ---> c82e53ba9af4 [2022-01-20T16:02:55.490Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-01-20T16:02:55.853Z] --- PASS: TestContentStoreForPull (0.22s) [2022-01-20T16:02:55.853Z] PASS [2022-01-20T16:02:55.853Z] coverage: 6.7% of statements [2022-01-20T16:02:55.853Z] ok github.com/docker/docker/daemon/images 0.397s coverage: 6.7% of statements [2022-01-20T16:02:55.853Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-20T16:02:55.853Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-20T16:02:55.853Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-01-20T16:02:55.853Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-20T16:02:55.853Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-01-20T16:02:55.853Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-01-20T16:02:56.047Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-20T16:02:56.322Z] === RUN TestJSONLogsMarshalJSONBuf [2022-01-20T16:02:56.322Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-01-20T16:02:56.322Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-01-20T16:02:56.322Z] === RUN TestJSONFileLogger [2022-01-20T16:02:56.322Z] --- PASS: TestJSONFileLogger (0.00s) [2022-01-20T16:02:56.322Z] === RUN TestJSONFileLoggerWithTags [2022-01-20T16:02:56.322Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-01-20T16:02:56.322Z] === RUN TestJSONFileLoggerWithOpts [2022-01-20T16:02:56.322Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-01-20T16:02:56.322Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-01-20T16:02:56.322Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-01-20T16:02:56.323Z] === RUN TestEncodeDecode [2022-01-20T16:02:56.323Z] === PAUSE TestEncodeDecode [2022-01-20T16:02:56.323Z] === RUN TestUnexpectedEOF [2022-01-20T16:02:56.323Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.21s) [2022-01-20T16:02:56.323Z] === RUN TestFastTimeMarshalJSON [2022-01-20T16:02:56.323Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-01-20T16:02:56.323Z] PASS [2022-01-20T16:02:56.323Z] coverage: 87.2% of statements [2022-01-20T16:02:56.323Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.262s coverage: 87.2% of statements [2022-01-20T16:02:56.617Z] === RUN TestDockerSuite/TestExecEnv [2022-01-20T16:02:56.791Z] time="2022-01-20T16:02:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-20T16:02:56.791Z] time="2022-01-20T16:02:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-20T16:02:56.791Z] --- PASS: TestUnexpectedEOF (0.21s) [2022-01-20T16:02:56.791Z] === CONT TestEncodeDecode [2022-01-20T16:02:56.791Z] --- PASS: TestEncodeDecode (0.00s) [2022-01-20T16:02:56.791Z] PASS [2022-01-20T16:02:56.791Z] coverage: 69.9% of statements [2022-01-20T16:02:56.791Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.297s coverage: 69.9% of statements [2022-01-20T16:02:57.039Z] [2022-01-20T16:02:57.187Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-20T16:02:57.262Z] === RUN TestWriteLog [2022-01-20T16:02:57.263Z] === PAUSE TestWriteLog [2022-01-20T16:02:57.263Z] === RUN TestReadLog [2022-01-20T16:02:57.263Z] === PAUSE TestReadLog [2022-01-20T16:02:57.263Z] === RUN TestDecode [2022-01-20T16:02:57.263Z] --- PASS: TestDecode (0.04s) [2022-01-20T16:02:57.263Z] === CONT TestWriteLog [2022-01-20T16:02:57.263Z] === CONT TestReadLog [2022-01-20T16:02:57.263Z] === RUN TestReadLog/tail_exact [2022-01-20T16:02:57.263Z] --- PASS: TestWriteLog (0.01s) [2022-01-20T16:02:57.502Z] ---> 929a57548218 [2022-01-20T16:02:57.502Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-01-20T16:02:57.502Z] ---> Running in 7cdb7498dc50 [2022-01-20T16:02:57.732Z] === RUN TestReadLog/tail_less_than_available [2022-01-20T16:02:57.732Z] === RUN TestReadLog/tail_more_than_available [2022-01-20T16:02:57.732Z] --- PASS: TestReadLog (0.22s) [2022-01-20T16:02:57.732Z] --- PASS: TestReadLog/tail_exact (0.20s) [2022-01-20T16:02:57.732Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-01-20T16:02:57.732Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-01-20T16:02:57.732Z] PASS [2022-01-20T16:02:57.732Z] coverage: 78.7% of statements [2022-01-20T16:02:57.732Z] ok github.com/docker/docker/daemon/logger/local 0.439s coverage: 78.7% of statements [2022-01-20T16:02:57.732Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-20T16:02:58.129Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-20T16:02:58.201Z] === RUN TestOpenFileDelete [2022-01-20T16:02:58.201Z] --- PASS: TestOpenFileDelete (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestOpenFileRename [2022-01-20T16:02:58.201Z] --- PASS: TestOpenFileRename (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestHandleDecoderErr [2022-01-20T16:02:58.201Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestParseLogTagDefaultTag [2022-01-20T16:02:58.201Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestParseLogTag [2022-01-20T16:02:58.201Z] --- PASS: TestParseLogTag (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestParseLogTagEmptyTag [2022-01-20T16:02:58.201Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestTailFiles [2022-01-20T16:02:58.201Z] --- PASS: TestTailFiles (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestFollowLogsConsumerGone [2022-01-20T16:02:58.201Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-01-20T16:02:58.201Z] === RUN TestFollowLogsProducerGone [2022-01-20T16:02:58.201Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-01-20T16:02:58.201Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-01-20T16:02:58.201Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-01-20T16:02:58.201Z] === RUN TestCheckCapacityAndRotate [2022-01-20T16:02:58.201Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-01-20T16:02:58.201Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-01-20T16:02:58.201Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2022-01-20T16:02:58.201Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-01-20T16:02:58.201Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-01-20T16:02:58.201Z] PASS [2022-01-20T16:02:58.201Z] coverage: 50.5% of statements [2022-01-20T16:02:58.201Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.144s coverage: 50.5% of statements [2022-01-20T16:02:58.670Z] === RUN TestLog [2022-01-20T16:02:58.670Z] --- PASS: TestLog (0.01s) [2022-01-20T16:02:58.670Z] PASS [2022-01-20T16:02:58.670Z] coverage: 31.5% of statements [2022-01-20T16:02:58.670Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.107s coverage: 31.5% of statements [2022-01-20T16:02:58.670Z] === RUN TestValidateLogOpt [2022-01-20T16:02:58.670Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestNewMissedConfig [2022-01-20T16:02:58.670Z] --- PASS: TestNewMissedConfig (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestNewMissedUrl [2022-01-20T16:02:58.670Z] --- PASS: TestNewMissedUrl (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestNewMissedToken [2022-01-20T16:02:58.670Z] --- PASS: TestNewMissedToken (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestNewWithProxy [2022-01-20T16:02:58.670Z] --- PASS: TestNewWithProxy (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestDefault [2022-01-20T16:02:58.670Z] --- PASS: TestDefault (0.01s) [2022-01-20T16:02:58.670Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-01-20T16:02:58.670Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestJsonFormat [2022-01-20T16:02:58.670Z] --- PASS: TestJsonFormat (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestRawFormat [2022-01-20T16:02:58.670Z] --- PASS: TestRawFormat (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestRawFormatWithLabels [2022-01-20T16:02:58.670Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestRawFormatWithoutTag [2022-01-20T16:02:58.670Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-01-20T16:02:58.670Z] === RUN TestBatching [2022-01-20T16:02:58.699Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-20T16:02:59.141Z] --- PASS: TestBatching (0.31s) [2022-01-20T16:02:59.141Z] === RUN TestFrequency [2022-01-20T16:02:59.141Z] === RUN TestNewParse [2022-01-20T16:02:59.141Z] --- PASS: TestNewParse (0.00s) [2022-01-20T16:02:59.141Z] PASS [2022-01-20T16:02:59.141Z] coverage: 8.3% of statements [2022-01-20T16:02:59.141Z] ok github.com/docker/docker/daemon/logger/templates 0.042s coverage: 8.3% of statements [2022-01-20T16:02:59.141Z] --- PASS: TestFrequency (0.16s) [2022-01-20T16:02:59.141Z] === RUN TestOneMessagePerRequest [2022-01-20T16:02:59.141Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-01-20T16:02:59.141Z] === RUN TestVerify [2022-01-20T16:02:59.141Z] --- PASS: TestVerify (0.00s) [2022-01-20T16:02:59.141Z] === RUN TestSkipVerify [2022-01-20T16:02:59.141Z] === RUN TestParseLogFormat [2022-01-20T16:02:59.141Z] --- PASS: TestParseLogFormat (0.00s) [2022-01-20T16:02:59.141Z] === RUN TestValidateLogOptEmpty [2022-01-20T16:02:59.141Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-01-20T16:02:59.141Z] === RUN TestValidateSyslogAddress [2022-01-20T16:02:59.141Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-01-20T16:02:59.141Z] === RUN TestParseAddressDefaultPort [2022-01-20T16:02:59.141Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-01-20T16:02:59.141Z] === RUN TestValidateSyslogFacility [2022-01-20T16:02:59.141Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-01-20T16:02:59.141Z] === RUN TestValidateLogOptSyslogFormat [2022-01-20T16:02:59.141Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-01-20T16:02:59.141Z] === RUN TestValidateLogOpt [2022-01-20T16:02:59.141Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-20T16:02:59.141Z] PASS [2022-01-20T16:02:59.141Z] coverage: 46.8% of statements [2022-01-20T16:02:59.141Z] ok github.com/docker/docker/daemon/logger/syslog 0.056s coverage: 46.8% of statements [2022-01-20T16:02:59.610Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:02:59.610Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:02:59.610Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] --- PASS: TestSkipVerify (0.66s) [2022-01-20T16:03:00.079Z] === RUN TestBufferMaximum [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694579.703424\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694579.703424\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:00.079Z] --- PASS: TestBufferMaximum (0.04s) [2022-01-20T16:03:00.079Z] === RUN TestServerAlwaysDown [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694579.731138\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694579.731138\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694579.731138\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694579.732153\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:00.079Z] time="2022-01-20T16:02:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694579.732153\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:00.079Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-01-20T16:03:00.079Z] === RUN TestCannotSendAfterClose [2022-01-20T16:03:00.079Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-01-20T16:03:00.079Z] === RUN TestDeadlockOnBlockedEndpoint [2022-01-20T16:03:01.067Z] time="2022-01-20T16:03:00Z" 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-01-20T16:03:01.067Z] time="2022-01-20T16:03:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"a0fa51d83f9a\"}'" [2022-01-20T16:03:01.067Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-01-20T16:03:01.067Z] PASS [2022-01-20T16:03:01.067Z] coverage: 82.5% of statements [2022-01-20T16:03:01.067Z] ok github.com/docker/docker/daemon/logger/splunk 2.300s coverage: 82.5% of statements [2022-01-20T16:03:01.067Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-20T16:03:01.067Z] ? github.com/docker/docker/daemon/network [no test files] [2022-01-20T16:03:01.067Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-20T16:03:01.067Z] === RUN TestV1IDService [2022-01-20T16:03:01.067Z] --- PASS: TestV1IDService (0.02s) [2022-01-20T16:03:01.067Z] === RUN TestV2MetadataService [2022-01-20T16:03:01.536Z] === RUN TestSuccessfulDownload [2022-01-20T16:03:01.536Z] download_test.go:267: Needs fixing on Windows [2022-01-20T16:03:01.536Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-01-20T16:03:01.536Z] === RUN TestCancelledDownload [2022-01-20T16:03:01.536Z] --- PASS: TestCancelledDownload (0.00s) [2022-01-20T16:03:01.536Z] === RUN TestMaxDownloadAttempts [2022-01-20T16:03:01.536Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:03:01.536Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:03:01.536Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:03:01.536Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:03:01.536Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:03:01.536Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:03:01.536Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:03:01.536Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:03:01.536Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:03:01.536Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:03:01.536Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:03:01.536Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:03:01.994Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-20T16:03:01.994Z] --- PASS: TestServiceUpdateSecrets (14.74s) [2022-01-20T16:03:01.994Z] === RUN TestServiceUpdateConfigs [2022-01-20T16:03:01.994Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-01-20T16:03:02.008Z] time="2022-01-20T16:03:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:03:02.008Z] time="2022-01-20T16:03:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:03:02.008Z] time="2022-01-20T16:03:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:03:02.008Z] time="2022-01-20T16:03:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:03:02.008Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-01-20T16:03:02.008Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.51s) [2022-01-20T16:03:02.008Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.51s) [2022-01-20T16:03:02.008Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.51s) [2022-01-20T16:03:02.008Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.51s) [2022-01-20T16:03:02.008Z] === RUN TestTransfer [2022-01-20T16:03:02.008Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-01-20T16:03:02.008Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-01-20T16:03:02.009Z] === RUN TestContinueOnError_MirrorEndpoint [2022-01-20T16:03:02.009Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-01-20T16:03:02.009Z] === RUN TestContinueOnError_NeverContinue [2022-01-20T16:03:02.009Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-01-20T16:03:02.009Z] === RUN TestManifestStore [2022-01-20T16:03:02.009Z] === RUN TestManifestStore/no_remote_or_local [2022-01-20T16:03:02.009Z] --- PASS: TestTransfer (0.13s) [2022-01-20T16:03:02.009Z] === RUN TestConcurrencyLimit [2022-01-20T16:03:02.477Z] time="2022-01-20T16:03:01Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2752242839\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/no_local_cache [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/with_local_cache [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/unknown_media_type [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-01-20T16:03:02.477Z] time="2022-01-20T16:03:02Z" level=warning msg="reference for unknown type: " [2022-01-20T16:03:02.477Z] time="2022-01-20T16:03:02Z" level=warning msg="reference for unknown type: " [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-01-20T16:03:02.477Z] time="2022-01-20T16:03:02Z" level=warning msg="reference for unknown type: " [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-01-20T16:03:02.477Z] time="2022-01-20T16:03:02Z" level=warning msg="reference for unknown type: " [2022-01-20T16:03:02.477Z] time="2022-01-20T16:03:02Z" level=warning msg="reference for unknown type: " [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/error_persisting_manifest [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-01-20T16:03:02.477Z] --- PASS: TestV2MetadataService (1.18s) [2022-01-20T16:03:02.477Z] PASS [2022-01-20T16:03:02.477Z] coverage: 48.2% of statements [2022-01-20T16:03:02.477Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-01-20T16:03:02.477Z] time="2022-01-20T16:03:02Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-01-20T16:03:02.477Z] ok github.com/docker/docker/distribution/metadata 1.336s coverage: 48.2% of statements [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore (0.34s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaType [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-01-20T16:03:02.477Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-01-20T16:03:02.477Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-01-20T16:03:02.478Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-01-20T16:03:02.478Z] === RUN TestFixManifestLayers [2022-01-20T16:03:02.478Z] --- PASS: TestFixManifestLayers (0.00s) [2022-01-20T16:03:02.478Z] === RUN TestFixManifestLayersBaseLayerParent [2022-01-20T16:03:02.478Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-20T16:03:02.478Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-20T16:03:02.478Z] === RUN TestFixManifestLayersBadParent [2022-01-20T16:03:02.478Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-01-20T16:03:02.478Z] === RUN TestValidateManifest [2022-01-20T16:03:02.478Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-20T16:03:02.478Z] --- SKIP: TestValidateManifest (0.00s) [2022-01-20T16:03:02.478Z] === RUN TestFormatPlatform [2022-01-20T16:03:02.478Z] --- PASS: TestFormatPlatform (0.00s) [2022-01-20T16:03:02.478Z] === RUN TestGetRepositoryMountCandidates [2022-01-20T16:03:02.478Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-01-20T16:03:02.478Z] === RUN TestLayerAlreadyExists [2022-01-20T16:03:02.478Z] 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-01-20T16:03:02.478Z] 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-01-20T16:03:02.478Z] 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-01-20T16:03:02.478Z] 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-01-20T16:03:02.478Z] 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-01-20T16:03:02.478Z] 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-01-20T16:03:02.478Z] --- PASS: TestLayerAlreadyExists (0.02s) [2022-01-20T16:03:02.478Z] === RUN TestWhenEmptyAuthConfig [2022-01-20T16:03:02.478Z] --- PASS: TestConcurrencyLimit (0.48s) [2022-01-20T16:03:02.478Z] === RUN TestInactiveJobs [2022-01-20T16:03:02.565Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-20T16:03:02.946Z] === RUN TestNotFound [2022-01-20T16:03:02.946Z] --- PASS: TestNotFound (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestConflict [2022-01-20T16:03:02.946Z] --- PASS: TestConflict (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestForbidden [2022-01-20T16:03:02.946Z] --- PASS: TestForbidden (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestInvalidParameter [2022-01-20T16:03:02.946Z] --- PASS: TestInvalidParameter (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestNotImplemented [2022-01-20T16:03:02.946Z] --- PASS: TestNotImplemented (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestNotModified [2022-01-20T16:03:02.946Z] --- PASS: TestNotModified (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestUnauthorized [2022-01-20T16:03:02.946Z] --- PASS: TestUnauthorized (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestUnknown [2022-01-20T16:03:02.946Z] --- PASS: TestUnknown (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestCancelled [2022-01-20T16:03:02.946Z] --- PASS: TestCancelled (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestDeadline [2022-01-20T16:03:02.946Z] --- PASS: TestDeadline (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestDataLoss [2022-01-20T16:03:02.946Z] --- PASS: TestDataLoss (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestUnavailable [2022-01-20T16:03:02.946Z] --- PASS: TestUnavailable (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestSystem [2022-01-20T16:03:02.946Z] --- PASS: TestSystem (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Not_Found [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Bad_Request [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Conflict [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Unauthorized [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Service_Unavailable [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Forbidden [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Not_Modified [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Not_Implemented [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-01-20T16:03:02.946Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-01-20T16:03:02.946Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-01-20T16:03:02.946Z] PASS [2022-01-20T16:03:02.946Z] coverage: 53.1% of statements [2022-01-20T16:03:02.946Z] ok github.com/docker/docker/errdefs 0.053s coverage: 53.1% of statements [2022-01-20T16:03:02.946Z] --- PASS: TestInactiveJobs (0.38s) [2022-01-20T16:03:02.946Z] === RUN TestWatchRelease [2022-01-20T16:03:02.946Z] --- PASS: TestWatchRelease (0.04s) [2022-01-20T16:03:02.946Z] === RUN TestWatchFinishedTransfer [2022-01-20T16:03:02.946Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-01-20T16:03:02.946Z] === RUN TestDuplicateTransfer [2022-01-20T16:03:02.946Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-01-20T16:03:02.946Z] === RUN TestSuccessfulUpload [2022-01-20T16:03:03.415Z] time="2022-01-20T16:03:03Z" level=error msg="Upload failed, retrying: simulating retry" [2022-01-20T16:03:03.415Z] --- PASS: TestSuccessfulUpload (0.41s) [2022-01-20T16:03:03.415Z] === RUN TestCancelledUpload [2022-01-20T16:03:03.415Z] --- PASS: TestCancelledUpload (0.00s) [2022-01-20T16:03:03.415Z] PASS [2022-01-20T16:03:03.415Z] coverage: 77.3% of statements [2022-01-20T16:03:03.415Z] ok github.com/docker/docker/distribution/xfer 2.074s coverage: 77.3% of statements [2022-01-20T16:03:03.521Z] === RUN TestDockerSuite/TestExecParseError [2022-01-20T16:03:03.883Z] --- PASS: TestWhenEmptyAuthConfig (1.25s) [2022-01-20T16:03:03.883Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-01-20T16:03:03.883Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-01-20T16:03:03.883Z] === RUN TestTokenPassThru [2022-01-20T16:03:03.883Z] --- PASS: TestTokenPassThru (0.01s) [2022-01-20T16:03:03.883Z] === RUN TestTokenPassThruDifferentHost [2022-01-20T16:03:03.883Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-01-20T16:03:03.883Z] PASS [2022-01-20T16:03:03.883Z] coverage: 24.6% of statements [2022-01-20T16:03:03.883Z] ok github.com/docker/docker/distribution 1.735s coverage: 24.6% of statements [2022-01-20T16:03:03.883Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-20T16:03:03.883Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-20T16:03:04.092Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-20T16:03:04.352Z] === RUN TestCompare [2022-01-20T16:03:04.352Z] --- PASS: TestCompare (0.00s) [2022-01-20T16:03:04.352Z] PASS [2022-01-20T16:03:04.352Z] coverage: 19.2% of statements [2022-01-20T16:03:04.352Z] ok github.com/docker/docker/image/cache 0.159s coverage: 19.2% of statements [2022-01-20T16:03:04.352Z] === RUN TestFSGetInvalidData [2022-01-20T16:03:04.352Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-01-20T16:03:04.352Z] === RUN TestFSInvalidSet [2022-01-20T16:03:04.352Z] --- PASS: TestFSInvalidSet (0.04s) [2022-01-20T16:03:04.352Z] === RUN TestFSInvalidRoot [2022-01-20T16:03:04.352Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-01-20T16:03:04.352Z] === RUN TestFSMetadataGetSet [2022-01-20T16:03:04.352Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-01-20T16:03:04.352Z] === RUN TestFSInvalidWalker [2022-01-20T16:03:04.352Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-01-20T16:03:04.352Z] === RUN TestFSGetSet [2022-01-20T16:03:04.352Z] --- PASS: TestFSGetSet (0.02s) [2022-01-20T16:03:04.352Z] === RUN TestFSGetUnsetKey [2022-01-20T16:03:04.352Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-01-20T16:03:04.352Z] === RUN TestFSGetEmptyData [2022-01-20T16:03:04.352Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-01-20T16:03:04.352Z] === RUN TestFSDelete [2022-01-20T16:03:04.352Z] --- PASS: TestFSDelete (0.02s) [2022-01-20T16:03:04.352Z] === RUN TestFSWalker [2022-01-20T16:03:04.352Z] --- PASS: TestFSWalker (0.02s) [2022-01-20T16:03:04.352Z] === RUN TestFSWalkerStopOnError [2022-01-20T16:03:04.352Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-01-20T16:03:04.352Z] === RUN TestNewFromJSON [2022-01-20T16:03:04.352Z] --- PASS: TestNewFromJSON (0.00s) [2022-01-20T16:03:04.352Z] === RUN TestNewFromJSONWithInvalidJSON [2022-01-20T16:03:04.352Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-01-20T16:03:04.352Z] === RUN TestMarshalKeyOrder [2022-01-20T16:03:04.352Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-01-20T16:03:04.352Z] === RUN TestHistoryEqual [2022-01-20T16:03:04.662Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-20T16:03:04.823Z] --- PASS: TestHistoryEqual (0.19s) [2022-01-20T16:03:04.824Z] === RUN TestImage [2022-01-20T16:03:04.824Z] --- PASS: TestImage (0.00s) [2022-01-20T16:03:04.824Z] === RUN TestImageOSNotEmpty [2022-01-20T16:03:04.824Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-01-20T16:03:04.824Z] === RUN TestNewChildImageFromImageWithRootFS [2022-01-20T16:03:04.824Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-01-20T16:03:04.824Z] === RUN TestCreate [2022-01-20T16:03:04.824Z] --- PASS: TestCreate (0.01s) [2022-01-20T16:03:04.824Z] === RUN TestRestore [2022-01-20T16:03:04.824Z] time="2022-01-20T16:03:04Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-01-20T16:03:04.824Z] --- PASS: TestRestore (0.03s) [2022-01-20T16:03:04.824Z] === RUN TestAddDelete [2022-01-20T16:03:04.824Z] --- PASS: TestAddDelete (0.03s) [2022-01-20T16:03:04.824Z] === RUN TestSearchAfterDelete [2022-01-20T16:03:04.824Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-01-20T16:03:04.824Z] === RUN TestParentReset [2022-01-20T16:03:04.824Z] --- PASS: TestParentReset (0.04s) [2022-01-20T16:03:04.824Z] === RUN TestGetAndSetLastUpdated [2022-01-20T16:03:04.824Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-01-20T16:03:04.824Z] === RUN TestStoreLen [2022-01-20T16:03:04.824Z] --- PASS: TestStoreLen (0.05s) [2022-01-20T16:03:04.824Z] PASS [2022-01-20T16:03:04.824Z] coverage: 86.6% of statements [2022-01-20T16:03:04.824Z] ok github.com/docker/docker/image 0.678s coverage: 86.6% of statements [2022-01-20T16:03:05.232Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-20T16:03:05.293Z] === RUN TestMakeV1ConfigFromConfig [2022-01-20T16:03:05.293Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-01-20T16:03:05.293Z] PASS [2022-01-20T16:03:05.293Z] coverage: 25.0% of statements [2022-01-20T16:03:05.293Z] ok github.com/docker/docker/image/v1 0.091s coverage: 25.0% of statements [2022-01-20T16:03:05.293Z] === RUN TestValidateManifest [2022-01-20T16:03:05.293Z] === RUN TestValidateManifest/nil [2022-01-20T16:03:05.293Z] === RUN TestValidateManifest/non-nil [2022-01-20T16:03:05.293Z] --- PASS: TestValidateManifest (0.00s) [2022-01-20T16:03:05.293Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-01-20T16:03:05.293Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-01-20T16:03:05.293Z] PASS [2022-01-20T16:03:05.293Z] coverage: 0.7% of statements [2022-01-20T16:03:05.293Z] ok github.com/docker/docker/image/tarexport 0.082s coverage: 0.7% of statements [2022-01-20T16:03:05.293Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-20T16:03:06.112Z] Removing intermediate container 7cdb7498dc50 [2022-01-20T16:03:06.113Z] ---> 987d5e392849 [2022-01-20T16:03:06.113Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-01-20T16:03:06.113Z] ---> Running in f49125bb287b [2022-01-20T16:03:06.613Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-20T16:03:06.862Z] === RUN TestSerialization [2022-01-20T16:03:06.862Z] --- PASS: TestSerialization (0.02s) [2022-01-20T16:03:06.862Z] PASS [2022-01-20T16:03:06.862Z] coverage: 100.0% of statements [2022-01-20T16:03:06.862Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 100.0% of statements [2022-01-20T16:03:06.874Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-20T16:03:07.331Z] === RUN TestEmptyLayer [2022-01-20T16:03:07.331Z] --- PASS: TestEmptyLayer (0.00s) [2022-01-20T16:03:07.331Z] === RUN TestCommitFailure [2022-01-20T16:03:07.331Z] --- PASS: TestCommitFailure (0.02s) [2022-01-20T16:03:07.331Z] === RUN TestStartTransactionFailure [2022-01-20T16:03:07.331Z] --- PASS: TestStartTransactionFailure (0.01s) [2022-01-20T16:03:07.331Z] === RUN TestGetOrphan [2022-01-20T16:03:07.331Z] --- PASS: TestGetOrphan (0.01s) [2022-01-20T16:03:07.331Z] === RUN TestMountAndRegister [2022-01-20T16:03:07.331Z] === RUN TestEnvironmentParsing [2022-01-20T16:03:07.331Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-01-20T16:03:07.331Z] PASS [2022-01-20T16:03:07.331Z] coverage: 1.2% of statements [2022-01-20T16:03:07.331Z] ok github.com/docker/docker/libcontainerd/local 0.108s coverage: 1.2% of statements [2022-01-20T16:03:07.331Z] layer_test.go:270: Layer size: 14 [2022-01-20T16:03:07.331Z] --- PASS: TestMountAndRegister (0.25s) [2022-01-20T16:03:07.331Z] === RUN TestLayerRelease [2022-01-20T16:03:07.331Z] layer_test.go:303: Failing on Windows [2022-01-20T16:03:07.331Z] --- SKIP: TestLayerRelease (0.00s) [2022-01-20T16:03:07.331Z] === RUN TestStoreRestore [2022-01-20T16:03:07.331Z] layer_test.go:352: Failing on Windows [2022-01-20T16:03:07.331Z] --- SKIP: TestStoreRestore (0.00s) [2022-01-20T16:03:07.331Z] === RUN TestTarStreamStability [2022-01-20T16:03:07.331Z] layer_test.go:467: Failing on Windows [2022-01-20T16:03:07.331Z] --- SKIP: TestTarStreamStability (0.00s) [2022-01-20T16:03:07.331Z] === RUN TestRegisterExistingLayer [2022-01-20T16:03:07.448Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-20T16:03:07.660Z] [2022-01-20T16:03:07.660Z] SUCCESS: Specified value was saved. [2022-01-20T16:03:07.801Z] --- PASS: TestRegisterExistingLayer (0.20s) [2022-01-20T16:03:07.801Z] === RUN TestTarStreamVerification [2022-01-20T16:03:07.801Z] layer_test.go:696: Failing on Windows [2022-01-20T16:03:07.801Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-01-20T16:03:07.801Z] === RUN TestLayerMigration [2022-01-20T16:03:07.801Z] migration_test.go:45: Failing on Windows [2022-01-20T16:03:07.801Z] --- SKIP: TestLayerMigration (0.00s) [2022-01-20T16:03:07.801Z] === RUN TestLayerMigrationNoTarsplit [2022-01-20T16:03:07.801Z] migration_test.go:181: Failing on Windows [2022-01-20T16:03:07.801Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-01-20T16:03:07.801Z] === RUN TestMountInit [2022-01-20T16:03:07.801Z] mount_test.go:17: Failing on Windows [2022-01-20T16:03:07.801Z] --- SKIP: TestMountInit (0.00s) [2022-01-20T16:03:07.801Z] === RUN TestMountSize [2022-01-20T16:03:07.801Z] mount_test.go:76: Failing on Windows [2022-01-20T16:03:07.801Z] --- SKIP: TestMountSize (0.00s) [2022-01-20T16:03:07.801Z] === RUN TestMountChanges [2022-01-20T16:03:07.801Z] mount_test.go:125: Failing on Windows [2022-01-20T16:03:07.801Z] --- SKIP: TestMountChanges (0.00s) [2022-01-20T16:03:07.801Z] === RUN TestMountApply [2022-01-20T16:03:07.801Z] mount_test.go:212: Failing on Windows [2022-01-20T16:03:07.801Z] --- SKIP: TestMountApply (0.00s) [2022-01-20T16:03:07.801Z] PASS [2022-01-20T16:03:07.801Z] coverage: 30.1% of statements [2022-01-20T16:03:07.801Z] ok github.com/docker/docker/layer 0.574s coverage: 30.1% of statements [2022-01-20T16:03:07.801Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-20T16:03:07.801Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-20T16:03:07.801Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-20T16:03:07.801Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-20T16:03:08.270Z] === RUN TestSequenceGetAvailableBit [2022-01-20T16:03:08.270Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestSequenceEqual [2022-01-20T16:03:08.270Z] --- PASS: TestSequenceEqual (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestSequenceCopy [2022-01-20T16:03:08.270Z] --- PASS: TestSequenceCopy (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestGetFirstAvailable [2022-01-20T16:03:08.270Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestFindSequence [2022-01-20T16:03:08.270Z] --- PASS: TestFindSequence (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestCheckIfAvailable [2022-01-20T16:03:08.270Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestMergeSequences [2022-01-20T16:03:08.270Z] --- PASS: TestMergeSequences (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestPushReservation [2022-01-20T16:03:08.270Z] --- PASS: TestPushReservation (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestSerializeDeserialize [2022-01-20T16:03:08.270Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestSet [2022-01-20T16:03:08.270Z] --- PASS: TestSet (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestSetUnset [2022-01-20T16:03:08.270Z] --- PASS: TestSetUnset (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestOffsetSetUnset [2022-01-20T16:03:08.270Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestSetInRange [2022-01-20T16:03:08.270Z] --- PASS: TestSetInRange (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestSetAnyInRange [2022-01-20T16:03:08.270Z] --- PASS: TestSetAnyInRange (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestMethods [2022-01-20T16:03:08.270Z] --- PASS: TestMethods (0.00s) [2022-01-20T16:03:08.270Z] === RUN TestRandomAllocateDeallocate [2022-01-20T16:03:10.493Z] === RUN TestInvalidConfig [2022-01-20T16:03:10.493Z] --- PASS: TestInvalidConfig (0.00s) [2022-01-20T16:03:10.493Z] === RUN TestConfig [2022-01-20T16:03:10.493Z] --- PASS: TestConfig (0.00s) [2022-01-20T16:03:10.493Z] === RUN TestOptionsLabels [2022-01-20T16:03:10.493Z] --- PASS: TestOptionsLabels (0.00s) [2022-01-20T16:03:10.493Z] === RUN TestValidName [2022-01-20T16:03:10.493Z] --- PASS: TestValidName (0.00s) [2022-01-20T16:03:10.493Z] PASS [2022-01-20T16:03:10.493Z] coverage: 19.7% of statements [2022-01-20T16:03:10.493Z] ok github.com/docker/docker/libnetwork/config 0.080s coverage: 19.7% of statements [2022-01-20T16:03:10.596Z] Removing intermediate container f49125bb287b [2022-01-20T16:03:10.596Z] ---> fb92dfd1147c [2022-01-20T16:03:10.596Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-01-20T16:03:10.962Z] === RUN TestKey [2022-01-20T16:03:10.962Z] --- PASS: TestKey (0.00s) [2022-01-20T16:03:10.962Z] === RUN TestParseKey [2022-01-20T16:03:10.962Z] --- PASS: TestParseKey (0.00s) [2022-01-20T16:03:10.962Z] === RUN TestInvalidDataStore [2022-01-20T16:03:10.962Z] --- PASS: TestInvalidDataStore (0.00s) [2022-01-20T16:03:10.962Z] === RUN TestKVObjectFlatKey [2022-01-20T16:03:10.962Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-01-20T16:03:10.962Z] === RUN TestAtomicKVObjectFlatKey [2022-01-20T16:03:10.962Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-01-20T16:03:10.962Z] PASS [2022-01-20T16:03:11.060Z] ---> Running in 955651a798e6 [2022-01-20T16:03:11.431Z] coverage: 21.9% of statements [2022-01-20T16:03:11.431Z] ok github.com/docker/docker/libnetwork/datastore 0.050s coverage: 21.9% of statements [2022-01-20T16:03:11.431Z] === RUN TestErrorInterfaces [2022-01-20T16:03:11.431Z] --- PASS: TestErrorInterfaces (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestNetworkMarshalling [2022-01-20T16:03:11.431Z] --- PASS: TestNetworkMarshalling (0.21s) [2022-01-20T16:03:11.431Z] === RUN TestEndpointMarshalling [2022-01-20T16:03:11.431Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestAuxAddresses [2022-01-20T16:03:11.431Z] time="2022-01-20T16:03:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:03:11.431Z] --- PASS: TestAuxAddresses (0.02s) [2022-01-20T16:03:11.431Z] === RUN TestSRVServiceQuery [2022-01-20T16:03:11.431Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-01-20T16:03:11.431Z] === RUN TestServiceVIPReuse [2022-01-20T16:03:11.431Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-01-20T16:03:11.431Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-01-20T16:03:11.431Z] === RUN TestDNSIPQuery [2022-01-20T16:03:11.431Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestDNSProxyServFail [2022-01-20T16:03:11.431Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestSandboxAddEmpty [2022-01-20T16:03:11.431Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestSandboxAddMultiPrio [2022-01-20T16:03:11.431Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestSandboxAddSamePrio [2022-01-20T16:03:11.431Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestCleanupServiceDiscovery [2022-01-20T16:03:11.431Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestDNSOptions [2022-01-20T16:03:11.431Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:03:11.431Z] --- SKIP: TestDNSOptions (0.00s) [2022-01-20T16:03:11.431Z] === RUN TestMultipleControllersWithSameStore [2022-01-20T16:03:11.431Z] time="2022-01-20T16:03:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:03:11.431Z] time="2022-01-20T16:03:11Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:03:11.431Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-01-20T16:03:11.431Z] PASS [2022-01-20T16:03:11.431Z] coverage: 8.5% of statements [2022-01-20T16:03:11.431Z] ok github.com/docker/docker/libnetwork 0.384s coverage: 8.5% of statements [2022-01-20T16:03:11.900Z] === RUN TestIPDataMarshalling [2022-01-20T16:03:11.900Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-01-20T16:03:11.900Z] === RUN TestValidateAndIsV6 [2022-01-20T16:03:11.900Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-01-20T16:03:11.900Z] PASS [2022-01-20T16:03:11.900Z] coverage: 68.9% of statements [2022-01-20T16:03:11.900Z] ok github.com/docker/docker/libnetwork/driverapi 0.052s coverage: 68.9% of statements [2022-01-20T16:03:12.369Z] === RUN TestDriver [2022-01-20T16:03:12.369Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:03:12.369Z] PASS [2022-01-20T16:03:12.369Z] coverage: 34.8% of statements [2022-01-20T16:03:12.369Z] ok github.com/docker/docker/libnetwork/drivers/host 0.050s coverage: 34.8% of statements [2022-01-20T16:03:12.839Z] === RUN TestDriver [2022-01-20T16:03:12.839Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:03:12.839Z] PASS [2022-01-20T16:03:12.839Z] coverage: 34.8% of statements [2022-01-20T16:03:12.839Z] ok github.com/docker/docker/libnetwork/drivers/null 0.049s coverage: 34.8% of statements [2022-01-20T16:03:13.309Z] === RUN TestNetworkAllocateFree [2022-01-20T16:03:13.309Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-01-20T16:03:13.309Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-01-20T16:03:13.309Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-01-20T16:03:13.309Z] PASS [2022-01-20T16:03:13.309Z] coverage: 63.6% of statements [2022-01-20T16:03:13.309Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.079s coverage: 63.6% of statements [2022-01-20T16:03:13.777Z] --- PASS: TestRandomAllocateDeallocate (5.34s) [2022-01-20T16:03:13.777Z] === RUN TestAllocateRandomDeallocate [2022-01-20T16:03:13.777Z] === RUN TestGetEmptyCapabilities [2022-01-20T16:03:13.777Z] --- PASS: TestGetEmptyCapabilities (0.02s) [2022-01-20T16:03:13.777Z] === RUN TestGetExtraCapabilities [2022-01-20T16:03:13.777Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-01-20T16:03:13.777Z] === RUN TestGetInvalidCapabilities [2022-01-20T16:03:13.777Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-01-20T16:03:13.777Z] === RUN TestRemoteDriver [2022-01-20T16:03:13.777Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-20T16:03:13.777Z] === RUN TestDriverError [2022-01-20T16:03:13.777Z] --- PASS: TestDriverError (0.01s) [2022-01-20T16:03:13.777Z] === RUN TestMissingValues [2022-01-20T16:03:13.777Z] --- PASS: TestMissingValues (0.01s) [2022-01-20T16:03:13.777Z] === RUN TestRollback [2022-01-20T16:03:13.777Z] --- PASS: TestRollback (0.01s) [2022-01-20T16:03:13.777Z] PASS [2022-01-20T16:03:13.777Z] coverage: 57.4% of statements [2022-01-20T16:03:13.777Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.112s coverage: 57.4% of statements [2022-01-20T16:03:14.254Z] === RUN TestNAT [2022-01-20T16:03:14.254Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-20T16:03:14.254Z] --- SKIP: TestNAT (0.00s) [2022-01-20T16:03:14.254Z] === RUN TestTransparent [2022-01-20T16:03:14.254Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-20T16:03:14.254Z] --- SKIP: TestTransparent (0.00s) [2022-01-20T16:03:14.254Z] PASS [2022-01-20T16:03:14.254Z] coverage: 0.0% of statements [2022-01-20T16:03:14.254Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.069s coverage: 0.0% of statements [2022-01-20T16:03:14.724Z] === RUN TestBuildDefault [2022-01-20T16:03:14.724Z] --- PASS: TestBuildDefault (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestBuildHostnameDomainname [2022-01-20T16:03:14.724Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestBuildHostname [2022-01-20T16:03:14.724Z] --- PASS: TestBuildHostname (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestBuildHostnameFQDN [2022-01-20T16:03:14.724Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestBuildNoIP [2022-01-20T16:03:14.724Z] --- PASS: TestBuildNoIP (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestUpdate [2022-01-20T16:03:14.724Z] --- PASS: TestUpdate (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-01-20T16:03:14.724Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-01-20T16:03:14.724Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestAddEmpty [2022-01-20T16:03:14.724Z] --- PASS: TestAddEmpty (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestAdd [2022-01-20T16:03:14.724Z] --- PASS: TestAdd (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestDeleteEmpty [2022-01-20T16:03:14.724Z] --- PASS: TestDeleteEmpty (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestDeleteNewline [2022-01-20T16:03:14.724Z] --- PASS: TestDeleteNewline (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestDelete [2022-01-20T16:03:14.724Z] --- PASS: TestDelete (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestConcurrentWrites [2022-01-20T16:03:14.724Z] === RUN TestNew [2022-01-20T16:03:14.724Z] --- PASS: TestNew (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestAddDriver [2022-01-20T16:03:14.724Z] --- PASS: TestAddDriver (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestAddDuplicateDriver [2022-01-20T16:03:14.724Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestIPAMDefaultAddressSpaces [2022-01-20T16:03:14.724Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestDriver [2022-01-20T16:03:14.724Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestIPAM [2022-01-20T16:03:14.724Z] --- PASS: TestIPAM (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestWalkIPAMs [2022-01-20T16:03:14.724Z] --- PASS: TestWalkIPAMs (0.00s) [2022-01-20T16:03:14.724Z] === RUN TestWalkDrivers [2022-01-20T16:03:14.724Z] --- PASS: TestWalkDrivers (0.00s) [2022-01-20T16:03:14.724Z] PASS [2022-01-20T16:03:14.724Z] coverage: 82.4% of statements [2022-01-20T16:03:14.724Z] ok github.com/docker/docker/libnetwork/drvregistry 0.089s coverage: 82.4% of statements [2022-01-20T16:03:15.159Z] Cannot create a file when that file already exists. [2022-01-20T16:03:15.192Z] --- PASS: TestConcurrentWrites (0.28s) [2022-01-20T16:03:15.192Z] PASS [2022-01-20T16:03:15.192Z] coverage: 81.2% of statements [2022-01-20T16:03:15.192Z] ok github.com/docker/docker/libnetwork/etchosts 0.350s coverage: 81.2% of statements [2022-01-20T16:03:15.192Z] --- PASS: TestAllocateRandomDeallocate (1.51s) [2022-01-20T16:03:15.192Z] === RUN TestAllocateRandomDeallocateSerialize [2022-01-20T16:03:15.192Z] === RUN TestNew [2022-01-20T16:03:15.192Z] --- PASS: TestNew (0.00s) [2022-01-20T16:03:15.192Z] === RUN TestAllocate [2022-01-20T16:03:15.192Z] --- PASS: TestAllocate (0.00s) [2022-01-20T16:03:15.192Z] === RUN TestUninitialized [2022-01-20T16:03:15.192Z] --- PASS: TestUninitialized (0.00s) [2022-01-20T16:03:15.192Z] === RUN TestAllocateInRange [2022-01-20T16:03:15.192Z] --- PASS: TestAllocateInRange (0.00s) [2022-01-20T16:03:15.192Z] === RUN TestAllocateSerial [2022-01-20T16:03:15.192Z] --- PASS: TestAllocateSerial (0.00s) [2022-01-20T16:03:15.192Z] PASS [2022-01-20T16:03:15.192Z] coverage: 87.5% of statements [2022-01-20T16:03:15.192Z] ok github.com/docker/docker/libnetwork/idm 0.046s coverage: 87.5% of statements [2022-01-20T16:03:15.661Z] === RUN TestCaller [2022-01-20T16:03:15.661Z] --- PASS: TestCaller (0.00s) [2022-01-20T16:03:15.661Z] PASS [2022-01-20T16:03:15.661Z] coverage: 100.0% of statements [2022-01-20T16:03:15.661Z] ok github.com/docker/docker/libnetwork/internal/caller 0.049s coverage: 100.0% of statements [2022-01-20T16:03:16.130Z] === RUN TestSetSerialInsertDelete [2022-01-20T16:03:16.130Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-01-20T16:03:16.130Z] === RUN TestSetParallelInsertDelete [2022-01-20T16:03:16.130Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.18s) [2022-01-20T16:03:16.130Z] === RUN TestRetrieveFromStore [2022-01-20T16:03:17.118Z] --- PASS: TestRetrieveFromStore (0.60s) [2022-01-20T16:03:17.118Z] === RUN TestIsCorrupted [2022-01-20T16:03:17.118Z] --- PASS: TestIsCorrupted (0.03s) [2022-01-20T16:03:17.118Z] === RUN TestSetRollover [2022-01-20T16:03:17.118Z] === RUN TestInt2IP2IntConversion [2022-01-20T16:03:17.439Z] --- PASS: TestServiceUpdateConfigs (15.26s) [2022-01-20T16:03:17.439Z] === RUN TestServiceUpdateNetwork [2022-01-20T16:03:18.107Z] --- PASS: TestInt2IP2IntConversion (0.56s) [2022-01-20T16:03:18.107Z] === RUN TestGetAddressVersion [2022-01-20T16:03:18.107Z] --- PASS: TestGetAddressVersion (0.00s) [2022-01-20T16:03:18.107Z] === RUN TestKeyString [2022-01-20T16:03:18.107Z] --- PASS: TestKeyString (0.00s) [2022-01-20T16:03:18.107Z] === RUN TestPoolDataMarshal [2022-01-20T16:03:18.107Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-01-20T16:03:18.107Z] === RUN TestSubnetsMarshal [2022-01-20T16:03:18.107Z] --- PASS: TestSubnetsMarshal (0.04s) [2022-01-20T16:03:18.107Z] === RUN TestAddSubnets [2022-01-20T16:03:18.107Z] === RUN TestPoolRequest [2022-01-20T16:03:18.107Z] --- PASS: TestPoolRequest (0.00s) [2022-01-20T16:03:18.107Z] === RUN TestOtherRequests [2022-01-20T16:03:18.107Z] --- PASS: TestOtherRequests (0.00s) [2022-01-20T16:03:18.107Z] PASS [2022-01-20T16:03:18.107Z] coverage: 57.1% of statements [2022-01-20T16:03:18.107Z] ok github.com/docker/docker/libnetwork/ipams/null 0.045s coverage: 57.1% of statements [2022-01-20T16:03:18.107Z] --- PASS: TestAddSubnets (0.04s) [2022-01-20T16:03:18.107Z] === RUN TestDoublePoolRelease [2022-01-20T16:03:18.107Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-01-20T16:03:18.107Z] === RUN TestAddReleasePoolID [2022-01-20T16:03:18.107Z] --- PASS: TestAddReleasePoolID (0.06s) [2022-01-20T16:03:18.107Z] === RUN TestPredefinedPool [2022-01-20T16:03:18.107Z] --- PASS: TestPredefinedPool (0.02s) [2022-01-20T16:03:18.107Z] === RUN TestRemoveSubnet [2022-01-20T16:03:18.107Z] --- PASS: TestRemoveSubnet (0.19s) [2022-01-20T16:03:18.107Z] === RUN TestGetSameAddress [2022-01-20T16:03:18.107Z] --- PASS: TestGetSameAddress (0.02s) [2022-01-20T16:03:18.107Z] === RUN TestPoolAllocationReuse [2022-01-20T16:03:18.380Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-20T16:03:18.577Z] --- PASS: TestSetRollover (1.39s) [2022-01-20T16:03:18.577Z] === RUN TestSetRolloverSerial [2022-01-20T16:03:18.951Z] === RUN TestDockerSuite/TestExecTTY [2022-01-20T16:03:19.046Z] === RUN TestGetCapabilities [2022-01-20T16:03:19.046Z] --- PASS: TestGetCapabilities (0.01s) [2022-01-20T16:03:19.046Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-01-20T16:03:19.046Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-01-20T16:03:19.046Z] === RUN TestGetDefaultAddressSpaces [2022-01-20T16:03:19.046Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-01-20T16:03:19.046Z] === RUN TestRemoteDriver [2022-01-20T16:03:19.046Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-20T16:03:19.046Z] PASS [2022-01-20T16:03:19.046Z] coverage: 47.4% of statements [2022-01-20T16:03:19.046Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.073s coverage: 47.4% of statements [2022-01-20T16:03:19.896Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-20T16:03:19.896Z] Removing intermediate container 955651a798e6 [2022-01-20T16:03:19.896Z] ---> d2fa26ccaf50 [2022-01-20T16:03:19.896Z] Step 13/13 : CMD ["sh"] [2022-01-20T16:03:19.896Z] ---> Running in cbf20aa1b944 [2022-01-20T16:03:20.036Z] --- PASS: TestSetRolloverSerial (1.65s) [2022-01-20T16:03:20.036Z] === RUN TestGetFirstAvailableFromCurrent [2022-01-20T16:03:20.036Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-01-20T16:03:20.036Z] PASS [2022-01-20T16:03:20.036Z] coverage: 84.4% of statements [2022-01-20T16:03:20.036Z] --- PASS: TestPoolAllocationReuse (1.76s) [2022-01-20T16:03:20.036Z] === RUN TestGetAddressSubPoolEqualPool [2022-01-20T16:03:20.036Z] ok github.com/docker/docker/libnetwork/bitseq 11.789s coverage: 84.4% of statements [2022-01-20T16:03:20.036Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-01-20T16:03:20.036Z] === RUN TestRequestReleaseAddressFromSubPool [2022-01-20T16:03:20.036Z] === RUN TestWindowsIPAM [2022-01-20T16:03:20.036Z] --- PASS: TestWindowsIPAM (0.00s) [2022-01-20T16:03:20.036Z] PASS [2022-01-20T16:03:20.036Z] coverage: 71.4% of statements [2022-01-20T16:03:20.036Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.048s coverage: 71.4% of statements [2022-01-20T16:03:20.360Z] Removing intermediate container cbf20aa1b944 [2022-01-20T16:03:20.360Z] ---> 49f99ac75914 [2022-01-20T16:03:20.360Z] Successfully built 49f99ac75914 [2022-01-20T16:03:20.360Z] Successfully tagged busybox:latest [2022-01-20T16:03:20.360Z] INFO: Docker images of the daemon under test [2022-01-20T16:03:20.360Z] [2022-01-20T16:03:20.360Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-20T16:03:20.360Z] busybox latest 49f99ac75914 Less than a second ago 4.99GB [2022-01-20T16:03:20.360Z] microsoft/windowsservercore latest 11cbc9e36c7a 4 days ago 4.95GB [2022-01-20T16:03:20.360Z] mcr.microsoft.com/windows/servercore ltsc2022 11cbc9e36c7a 4 days ago 4.95GB [2022-01-20T16:03:20.360Z] [2022-01-20T16:03:20.360Z] INFO: Running integration tests at 01/20/2022 16:03:20... [2022-01-20T16:03:20.360Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-01-20T16:03:20.360Z] INFO: Integration API tests being run from the host: [2022-01-20T16:03:20.360Z] INFO: make.ps1 starting at 01/20/2022 16:03:20 [2022-01-20T16:03:20.466Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-20T16:03:21.030Z] === RUN TestDefaultNetwork [2022-01-20T16:03:21.030Z] --- PASS: TestDefaultNetwork (0.29s) [2022-01-20T16:03:21.030Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-01-20T16:03:21.037Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-20T16:03:21.339Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-01-20T16:03:21.500Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.29s) [2022-01-20T16:03:21.500Z] === RUN TestInitAddressPools [2022-01-20T16:03:21.500Z] --- PASS: TestInitAddressPools (0.00s) [2022-01-20T16:03:21.500Z] PASS [2022-01-20T16:03:21.500Z] coverage: 74.0% of statements [2022-01-20T16:03:21.500Z] ok github.com/docker/docker/libnetwork/ipamutils 0.653s coverage: 74.0% of statements [2022-01-20T16:03:21.606Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-20T16:03:21.606Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-01-20T16:03:21.607Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-20T16:03:21.969Z] === RUN TestKeyValue [2022-01-20T16:03:21.969Z] --- PASS: TestKeyValue (0.00s) [2022-01-20T16:03:21.969Z] PASS [2022-01-20T16:03:21.969Z] coverage: 60.0% of statements [2022-01-20T16:03:21.969Z] ok github.com/docker/docker/libnetwork/netlabel 0.045s coverage: 60.0% of statements [2022-01-20T16:03:22.440Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.42s) [2022-01-20T16:03:22.440Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-01-20T16:03:22.991Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-01-20T16:03:23.253Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-01-20T16:03:23.996Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-01-20T16:03:23.996Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-01-20T16:03:23.996Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-01-20T16:03:23.996Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-01-20T16:03:23.996Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-01-20T16:03:23.996Z] remote: Enumerating objects: 23, done. [2022-01-20T16:03:23.996Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-01-20T16:03:23.996Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-01-20T16:03:23.996Z] 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) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-01-20T16:03:23.996Z] 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-01-20T16:03:23.996Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-01-20T16:03:23.996Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-01-20T16:03:23.996Z] Cross building: bundles/cross/linux/ppc64le [2022-01-20T16:03:23.996Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-01-20T16:03:23.996Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-01-20T16:03:24.197Z] === RUN TestDockerSuite/TestExecWithTERM [2022-01-20T16:03:24.769Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-20T16:03:25.339Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-20T16:03:25.406Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-20T16:03:25.406Z] === RUN TestNetworkDBSimple [2022-01-20T16:03:25.406Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.04s) [2022-01-20T16:03:25.406Z] === RUN TestGetAddress [2022-01-20T16:03:25.874Z] === RUN TestGenerate [2022-01-20T16:03:25.874Z] --- PASS: TestGenerate (0.00s) [2022-01-20T16:03:25.874Z] === RUN TestGeneratePtr [2022-01-20T16:03:25.874Z] --- PASS: TestGeneratePtr (0.00s) [2022-01-20T16:03:25.874Z] === RUN TestGenerateMissingField [2022-01-20T16:03:25.874Z] --- PASS: TestGenerateMissingField (0.00s) [2022-01-20T16:03:25.874Z] === RUN TestFieldCannotBeSet [2022-01-20T16:03:25.874Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-01-20T16:03:25.874Z] === RUN TestTypeMismatchError [2022-01-20T16:03:25.874Z] --- PASS: TestTypeMismatchError (0.00s) [2022-01-20T16:03:25.874Z] PASS [2022-01-20T16:03:25.874Z] coverage: 100.0% of statements [2022-01-20T16:03:25.874Z] ok github.com/docker/docker/libnetwork/options 0.043s coverage: 100.0% of statements [2022-01-20T16:03:26.349Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-01-20T16:03:26.349Z] PASS [2022-01-20T16:03:26.349Z] coverage: 100.0% of statements [2022-01-20T16:03:26.349Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.160s coverage: 100.0% of statements [2022-01-20T16:03:26.349Z] 2022/01/20 16:03:25 Closing DB instances... [2022-01-20T16:03:26.349Z] testing: warning: no tests to run [2022-01-20T16:03:26.349Z] PASS [2022-01-20T16:03:26.349Z] coverage: 0.0% of statements [2022-01-20T16:03:26.349Z] ok github.com/docker/docker/libnetwork/osl 0.039s coverage: 0.0% of statements [no tests to run] [2022-01-20T16:03:27.248Z] check_test.go:379: [d0834f951eaa1] daemon is not started [2022-01-20T16:03:27.248Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-01-20T16:03:27.337Z] === RUN TestRequestNewPort [2022-01-20T16:03:27.337Z] --- PASS: TestRequestNewPort (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestRequestSpecificPort [2022-01-20T16:03:27.337Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestReleasePort [2022-01-20T16:03:27.337Z] --- PASS: TestReleasePort (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestReuseReleasedPort [2022-01-20T16:03:27.337Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestReleaseUnreadledPort [2022-01-20T16:03:27.337Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestUnknowProtocol [2022-01-20T16:03:27.337Z] --- PASS: TestUnknowProtocol (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestAllocateAllPorts [2022-01-20T16:03:27.337Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestPortAllocation [2022-01-20T16:03:27.337Z] --- PASS: TestPortAllocation (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestPortAllocationWithCustomRange [2022-01-20T16:03:27.337Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestNoDuplicateBPR [2022-01-20T16:03:27.337Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-01-20T16:03:27.337Z] === RUN TestChangePortRange [2022-01-20T16:03:27.337Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-01-20T16:03:27.338Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-01-20T16:03:27.338Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-01-20T16:03:27.338Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-01-20T16:03:27.338Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-01-20T16:03:27.338Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-01-20T16:03:27.338Z] --- PASS: TestChangePortRange (0.00s) [2022-01-20T16:03:27.338Z] PASS [2022-01-20T16:03:27.338Z] coverage: 88.6% of statements [2022-01-20T16:03:27.338Z] ok github.com/docker/docker/libnetwork/portallocator 0.056s coverage: 88.6% of statements [2022-01-20T16:03:27.338Z] testing: warning: no tests to run [2022-01-20T16:03:27.338Z] PASS [2022-01-20T16:03:27.338Z] coverage: 0.0% of statements [2022-01-20T16:03:27.338Z] ok github.com/docker/docker/libnetwork/portmapper 0.040s coverage: 0.0% of statements [no tests to run] [2022-01-20T16:03:27.807Z] time="2022-01-20T16:03:27Z" level=error msg="node1(1e9da72185dc) Could not close DB: timeout waiting for leave broadcast" [2022-01-20T16:03:27.807Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-01-20T16:03:27.807Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-01-20T16:03:28.278Z] === RUN TestHashData [2022-01-20T16:03:28.278Z] --- PASS: TestHashData (0.00s) [2022-01-20T16:03:28.278Z] PASS [2022-01-20T16:03:28.278Z] coverage: 2.8% of statements [2022-01-20T16:03:28.278Z] ok github.com/docker/docker/libnetwork/resolvconf 0.045s coverage: 2.8% of statements [2022-01-20T16:03:28.278Z] === RUN TestErrorConstructors [2022-01-20T16:03:28.278Z] --- PASS: TestErrorConstructors (0.00s) [2022-01-20T16:03:28.278Z] === RUN TestCompareIPMask [2022-01-20T16:03:28.278Z] --- PASS: TestCompareIPMask (0.00s) [2022-01-20T16:03:28.278Z] === RUN TestUtilGetHostPartIP [2022-01-20T16:03:28.278Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-01-20T16:03:28.278Z] === RUN TestUtilGetBroadcastIP [2022-01-20T16:03:28.278Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-01-20T16:03:28.278Z] === RUN TestParseCIDR [2022-01-20T16:03:28.278Z] --- PASS: TestParseCIDR (0.00s) [2022-01-20T16:03:28.278Z] PASS [2022-01-20T16:03:28.278Z] coverage: 37.3% of statements [2022-01-20T16:03:28.278Z] ok github.com/docker/docker/libnetwork/types 0.050s coverage: 37.3% of statements [2022-01-20T16:03:29.165Z] docker_api_swarm_test.go:802: [d60790eb2b9d2] joining swarm manager [dd13bd0a9e482]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:03:29.265Z] 2022/01/20 16:03:28 Closing DB instances... [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-01-20T16:03:29.265Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-01-20T16:03:29.265Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-01-20T16:03:29.265Z] PASS [2022-01-20T16:03:29.265Z] coverage: 50.0% of statements [2022-01-20T16:03:29.265Z] ok github.com/docker/docker/oci 0.057s coverage: 50.0% of statements [2022-01-20T16:03:29.734Z] === RUN TestAddressPoolOpt [2022-01-20T16:03:29.734Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/a [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/something [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/_=a [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/env1=value1 [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/_env1=value1 [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/env2=value2=value3 [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/env3=abc!qwe [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/env_4=value_4 [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/PATH [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/=a [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/PATH= [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/PATH=something [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/asd!qwe [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/1asd [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/123 [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/some_space [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/__some_space_before [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/some_space_after__ [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/= [2022-01-20T16:03:29.734Z] === RUN TestValidateEnv/PaTh [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/a (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/something (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/= (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestParseHost [2022-01-20T16:03:29.734Z] --- PASS: TestParseHost (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestParseDockerDaemonHost [2022-01-20T16:03:29.734Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestParseTCP [2022-01-20T16:03:29.734Z] --- PASS: TestParseTCP (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestParseInvalidUnixAddrInvalid [2022-01-20T16:03:29.734Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestValidateExtraHosts [2022-01-20T16:03:29.734Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestIpOptString [2022-01-20T16:03:29.734Z] --- PASS: TestIpOptString (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestNewIpOptInvalidDefaultVal [2022-01-20T16:03:29.734Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestNewIpOptValidDefaultVal [2022-01-20T16:03:29.734Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestIpOptSetInvalidVal [2022-01-20T16:03:29.734Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestValidateIPAddress [2022-01-20T16:03:29.734Z] --- PASS: TestValidateIPAddress (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestMapOpts [2022-01-20T16:03:29.734Z] --- PASS: TestMapOpts (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestListOptsWithoutValidator [2022-01-20T16:03:29.734Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestListOptsWithValidator [2022-01-20T16:03:29.734Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestValidateDNSSearch [2022-01-20T16:03:29.734Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_general_format [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_one_more [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-01-20T16:03:29.734Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-01-20T16:03:29.734Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestNamedListOpts [2022-01-20T16:03:29.734Z] --- PASS: TestNamedListOpts (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestNamedMapOpts [2022-01-20T16:03:29.734Z] --- PASS: TestNamedMapOpts (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestParseLink [2022-01-20T16:03:29.734Z] --- PASS: TestParseLink (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestQuotedStringSetWithQuotes [2022-01-20T16:03:29.734Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-01-20T16:03:29.734Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestQuotedStringSetWithNoQuotes [2022-01-20T16:03:29.734Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-01-20T16:03:29.734Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-01-20T16:03:29.734Z] === RUN TestUlimitOpt [2022-01-20T16:03:29.734Z] --- PASS: TestUlimitOpt (0.00s) [2022-01-20T16:03:29.734Z] PASS [2022-01-20T16:03:29.734Z] coverage: 67.4% of statements [2022-01-20T16:03:29.734Z] ok github.com/docker/docker/opts 0.091s coverage: 67.4% of statements [2022-01-20T16:03:30.108Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-20T16:03:30.203Z] === RUN TestParseVersion [2022-01-20T16:03:30.203Z] --- PASS: TestParseVersion (0.00s) [2022-01-20T16:03:30.203Z] PASS [2022-01-20T16:03:30.203Z] coverage: 52.9% of statements [2022-01-20T16:03:30.203Z] ok github.com/docker/docker/pkg/aaparser 0.043s coverage: 52.9% of statements [2022-01-20T16:03:30.369Z] docker_api_swarm_test.go:802: [d959c3689062a] joining swarm manager [dd13bd0a9e482]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:03:30.369Z] --- PASS: TestServiceUpdateNetwork (13.55s) [2022-01-20T16:03:30.369Z] === RUN TestServiceUpdatePidsLimit [2022-01-20T16:03:30.672Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.64s) [2022-01-20T16:03:30.672Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-01-20T16:03:31.659Z] === RUN TestPeerCertificateMarshalJSON [2022-01-20T16:03:31.751Z] docker_api_swarm_test.go:802: [d9f518ef4bf8c] joining swarm manager [dd13bd0a9e482]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-01-20T16:03:31.751Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-01-20T16:03:32.128Z] 2022/01/20 16:03:31 Closing DB instances... [2022-01-20T16:03:32.128Z] === RUN TestIsArchivePathDir [2022-01-20T16:03:32.128Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-01-20T16:03:32.128Z] === RUN TestIsArchivePathInvalidFile [2022-01-20T16:03:32.322Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-01-20T16:03:32.597Z] --- PASS: TestIsArchivePathInvalidFile (0.16s) [2022-01-20T16:03:32.597Z] === RUN TestIsArchivePathTar [2022-01-20T16:03:32.597Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-01-20T16:03:32.597Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-01-20T16:03:32.597Z] --- PASS: TestPeerCertificateMarshalJSON (0.59s) [2022-01-20T16:03:32.597Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-01-20T16:03:32.597Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-01-20T16:03:32.597Z] === RUN TestMiddleware [2022-01-20T16:03:32.597Z] --- PASS: TestMiddleware (0.00s) [2022-01-20T16:03:32.597Z] === RUN TestNewResponseModifier [2022-01-20T16:03:32.597Z] --- PASS: TestNewResponseModifier (0.00s) [2022-01-20T16:03:32.597Z] PASS [2022-01-20T16:03:32.597Z] coverage: 26.8% of statements [2022-01-20T16:03:32.597Z] ok github.com/docker/docker/pkg/authorization 0.650s coverage: 26.8% of statements [2022-01-20T16:03:32.597Z] --- PASS: TestIsArchivePathTar (0.19s) [2022-01-20T16:03:32.597Z] === RUN TestDecompressStreamGzip [2022-01-20T16:03:32.892Z] docker_api_swarm_test.go:802: [d82dd66c3b44f] joining swarm manager [dd13bd0a9e482]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-01-20T16:03:33.066Z] --- PASS: TestDecompressStreamGzip (0.24s) [2022-01-20T16:03:33.066Z] === RUN TestDecompressStreamBzip2 [2022-01-20T16:03:33.066Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2022-01-20T16:03:33.066Z] === RUN TestDecompressStreamXz [2022-01-20T16:03:33.066Z] archive_test.go:133: Xz not present in msys2 [2022-01-20T16:03:33.066Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestDecompressStreamZstd [2022-01-20T16:03:33.066Z] archive_test.go:140: zstd not installed [2022-01-20T16:03:33.066Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-01-20T16:03:33.066Z] === RUN TestCompressStreamXzUnsupported [2022-01-20T16:03:33.066Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestCompressStreamBzip2Unsupported [2022-01-20T16:03:33.066Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestCompressStreamInvalid [2022-01-20T16:03:33.066Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestExtensionInvalid [2022-01-20T16:03:33.066Z] --- PASS: TestExtensionInvalid (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestExtensionUncompressed [2022-01-20T16:03:33.066Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestExtensionBzip2 [2022-01-20T16:03:33.066Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestExtensionGzip [2022-01-20T16:03:33.066Z] --- PASS: TestExtensionGzip (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestExtensionXz [2022-01-20T16:03:33.066Z] --- PASS: TestExtensionXz (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestExtensionZstd [2022-01-20T16:03:33.066Z] --- PASS: TestExtensionZstd (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestCmdStreamLargeStderr [2022-01-20T16:03:33.066Z] === RUN TestUnbuffered [2022-01-20T16:03:33.066Z] --- PASS: TestUnbuffered (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestRaceUnbuffered [2022-01-20T16:03:33.066Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-01-20T16:03:33.066Z] PASS [2022-01-20T16:03:33.066Z] coverage: 100.0% of statements [2022-01-20T16:03:33.066Z] ok github.com/docker/docker/pkg/broadcaster 0.037s coverage: 100.0% of statements [2022-01-20T16:03:33.066Z] --- PASS: TestCmdStreamLargeStderr (0.18s) [2022-01-20T16:03:33.066Z] === RUN TestCmdStreamBad [2022-01-20T16:03:33.066Z] archive_test.go:252: Failing on Windows CI machines [2022-01-20T16:03:33.066Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-01-20T16:03:33.066Z] === RUN TestCmdStreamGood [2022-01-20T16:03:33.066Z] --- PASS: TestCmdStreamGood (0.05s) [2022-01-20T16:03:33.066Z] === RUN TestUntarPathWithInvalidDest [2022-01-20T16:03:33.535Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-01-20T16:03:33.535Z] === RUN TestUntarPathWithInvalidSrc [2022-01-20T16:03:33.535Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-01-20T16:03:33.535Z] === RUN TestUntarPath [2022-01-20T16:03:33.535Z] --- PASS: TestUntarPath (0.08s) [2022-01-20T16:03:33.535Z] === RUN TestUntarPathWithDestinationFile [2022-01-20T16:03:33.535Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2022-01-20T16:03:33.535Z] === RUN TestNetworkDBCRUDTableEntry [2022-01-20T16:03:33.535Z] --- PASS: TestUntarPathWithDestinationFile (0.08s) [2022-01-20T16:03:33.535Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-01-20T16:03:33.535Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.08s) [2022-01-20T16:03:33.535Z] === RUN TestCopyWithTarInvalidSrc [2022-01-20T16:03:33.535Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-01-20T16:03:33.535Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-01-20T16:03:33.535Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-01-20T16:03:33.535Z] === RUN TestCopyWithTarSrcFile [2022-01-20T16:03:33.535Z] --- PASS: TestCopyWithTarSrcFile (0.02s) [2022-01-20T16:03:33.535Z] === RUN TestCopyWithTarSrcFolder [2022-01-20T16:03:33.535Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-01-20T16:03:33.535Z] === RUN TestCopyFileWithTarInvalidSrc [2022-01-20T16:03:33.535Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-01-20T16:03:33.535Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-01-20T16:03:33.535Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-01-20T16:03:33.535Z] === RUN TestCopyFileWithTarSrcFolder [2022-01-20T16:03:33.535Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-01-20T16:03:33.535Z] === RUN TestCopyFileWithTarSrcFile [2022-01-20T16:03:33.535Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-01-20T16:03:33.535Z] === RUN TestTarFiles [2022-01-20T16:03:33.535Z] === RUN TestMatch [2022-01-20T16:03:33.535Z] === RUN TestMatch/[[]] [2022-01-20T16:03:33.535Z] === RUN TestMatch/[[foo]] [2022-01-20T16:03:33.535Z] === RUN TestMatch/[[bar]_[foo]] [2022-01-20T16:03:33.535Z] === RUN TestMatch/[[foo_bar]] [2022-01-20T16:03:33.535Z] === RUN TestMatch/[[qux]_[foo]] [2022-01-20T16:03:33.535Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-01-20T16:03:33.535Z] === RUN TestMatch/[] [2022-01-20T16:03:33.535Z] === RUN TestMatch/[]#01 [2022-01-20T16:03:33.535Z] === RUN TestMatch/[[qux]] [2022-01-20T16:03:34.004Z] === RUN TestMatch/[[foo_bar_qux]] [2022-01-20T16:03:34.004Z] === RUN TestMatch/[[qux]_[baz]] [2022-01-20T16:03:34.004Z] === RUN TestMatch/[[foo_baz]] [2022-01-20T16:03:34.004Z] --- PASS: TestMatch (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-01-20T16:03:34.004Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-01-20T16:03:34.004Z] PASS [2022-01-20T16:03:34.004Z] coverage: 87.5% of statements [2022-01-20T16:03:34.004Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2022-01-20T16:03:34.274Z] docker_api_swarm_test.go:810: [d70cabeb2e38b] joining swarm manager [dd13bd0a9e482]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-01-20T16:03:34.845Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-20T16:03:34.992Z] === RUN TestChrootTarUntar [2022-01-20T16:03:34.992Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootUntarWithHugeExcludesList [2022-01-20T16:03:34.992Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootUntarEmptyArchive [2022-01-20T16:03:34.992Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootTarUntarWithSymlink [2022-01-20T16:03:34.992Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootCopyWithTar [2022-01-20T16:03:34.992Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootCopyFileWithTar [2022-01-20T16:03:34.992Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootUntarPath [2022-01-20T16:03:34.992Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-01-20T16:03:34.992Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-01-20T16:03:34.992Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:03:34.992Z] === RUN TestChrootApplyDotDotFile [2022-01-20T16:03:34.992Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:34.992Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-01-20T16:03:34.992Z] PASS [2022-01-20T16:03:34.992Z] coverage: 15.1% of statements [2022-01-20T16:03:34.992Z] ok github.com/docker/docker/pkg/chrootarchive 0.098s coverage: 15.1% of statements [2022-01-20T16:03:35.461Z] 2022/01/20 16:03:35 Closing DB instances... [2022-01-20T16:03:35.931Z] === RUN TestSizeEmpty [2022-01-20T16:03:35.931Z] --- PASS: TestSizeEmpty (0.00s) [2022-01-20T16:03:35.931Z] === RUN TestSizeEmptyFile [2022-01-20T16:03:35.931Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-01-20T16:03:35.931Z] === RUN TestSizeNonemptyFile [2022-01-20T16:03:35.931Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-01-20T16:03:35.931Z] === RUN TestSizeNestedDirectoryEmpty [2022-01-20T16:03:35.931Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-01-20T16:03:35.931Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-01-20T16:03:35.931Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-01-20T16:03:35.931Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-01-20T16:03:35.931Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-01-20T16:03:35.931Z] === RUN TestMoveToSubdir [2022-01-20T16:03:35.931Z] --- PASS: TestMoveToSubdir (0.01s) [2022-01-20T16:03:35.931Z] === RUN TestSizeNonExistingDirectory [2022-01-20T16:03:35.931Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-01-20T16:03:35.931Z] PASS [2022-01-20T16:03:35.931Z] coverage: 80.0% of statements [2022-01-20T16:03:35.931Z] ok github.com/docker/docker/pkg/directory 0.061s coverage: 80.0% of statements [2022-01-20T16:03:36.226Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-20T16:03:36.926Z] === RUN TestPollerAddRemove [2022-01-20T16:03:36.926Z] --- PASS: TestPollerAddRemove (0.00s) [2022-01-20T16:03:36.926Z] === RUN TestPollerEvent [2022-01-20T16:03:36.926Z] poller_test.go:40: No chmod on Windows [2022-01-20T16:03:36.926Z] --- SKIP: TestPollerEvent (0.00s) [2022-01-20T16:03:36.926Z] === RUN TestPollerClose [2022-01-20T16:03:36.926Z] --- PASS: TestPollerClose (0.00s) [2022-01-20T16:03:36.926Z] PASS [2022-01-20T16:03:36.926Z] coverage: 45.7% of statements [2022-01-20T16:03:36.926Z] ok github.com/docker/docker/pkg/filenotify 0.046s coverage: 45.7% of statements [2022-01-20T16:03:37.395Z] --- PASS: TestNetworkDBCRUDTableEntry (4.09s) [2022-01-20T16:03:37.395Z] === RUN TestNetworkDBCRUDTableEntries [2022-01-20T16:03:37.863Z] === RUN TestCopyFileWithInvalidSrc [2022-01-20T16:03:37.864Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCopyFileWithInvalidDest [2022-01-20T16:03:37.864Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCopyFileWithSameSrcAndDest [2022-01-20T16:03:37.864Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-01-20T16:03:37.864Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCopyFile [2022-01-20T16:03:37.864Z] --- PASS: TestCopyFile (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-01-20T16:03:37.864Z] fileutils_test.go:133: Needs porting to Windows [2022-01-20T16:03:37.864Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-01-20T16:03:37.864Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestReadSymlinkedDirectoryToFile [2022-01-20T16:03:37.864Z] fileutils_test.go:179: Needs porting to Windows [2022-01-20T16:03:37.864Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestWildcardMatches [2022-01-20T16:03:37.864Z] --- PASS: TestWildcardMatches (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestPatternMatches [2022-01-20T16:03:37.864Z] --- PASS: TestPatternMatches (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-01-20T16:03:37.864Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestPatternMatchesFolderExclusions [2022-01-20T16:03:37.864Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-01-20T16:03:37.864Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-01-20T16:03:37.864Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-01-20T16:03:37.864Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-01-20T16:03:37.864Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestSingleExclamationError [2022-01-20T16:03:37.864Z] --- PASS: TestSingleExclamationError (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestMatchesWithNoPatterns [2022-01-20T16:03:37.864Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestMatchesWithMalformedPatterns [2022-01-20T16:03:37.864Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestMatches [2022-01-20T16:03:37.864Z] === RUN TestMatches/MatchesOrParentMatches [2022-01-20T16:03:37.864Z] === RUN TestMatches/MatchesUsingParentResult [2022-01-20T16:03:37.864Z] === RUN TestMatches/MatchesUsingParentResults [2022-01-20T16:03:37.864Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-01-20T16:03:37.864Z] --- PASS: TestMatches (0.01s) [2022-01-20T16:03:37.864Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-01-20T16:03:37.864Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-01-20T16:03:37.864Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-01-20T16:03:37.864Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCleanPatterns [2022-01-20T16:03:37.864Z] --- PASS: TestCleanPatterns (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-01-20T16:03:37.864Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCleanPatternsExceptionFlag [2022-01-20T16:03:37.864Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-01-20T16:03:37.864Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-01-20T16:03:37.864Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCleanPatternsErrorSingleException [2022-01-20T16:03:37.864Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCreateIfNotExistsDir [2022-01-20T16:03:37.864Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-01-20T16:03:37.864Z] === RUN TestCreateIfNotExistsFile [2022-01-20T16:03:37.864Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-01-20T16:03:37.864Z] === RUN TestMatch [2022-01-20T16:03:37.864Z] --- PASS: TestMatch (0.00s) [2022-01-20T16:03:37.864Z] PASS [2022-01-20T16:03:37.864Z] coverage: 84.0% of statements [2022-01-20T16:03:37.864Z] ok github.com/docker/docker/pkg/fileutils 0.088s coverage: 84.0% of statements [2022-01-20T16:03:38.852Z] === RUN TestGet [2022-01-20T16:03:38.852Z] --- PASS: TestGet (0.00s) [2022-01-20T16:03:38.852Z] === RUN TestGetShortcutString [2022-01-20T16:03:38.852Z] --- PASS: TestGetShortcutString (0.00s) [2022-01-20T16:03:38.852Z] PASS [2022-01-20T16:03:38.852Z] coverage: 42.9% of statements [2022-01-20T16:03:38.852Z] ok github.com/docker/docker/pkg/homedir 0.047s coverage: 42.9% of statements [2022-01-20T16:03:39.323Z] --- PASS: TestTarFiles (5.94s) [2022-01-20T16:03:39.323Z] === RUN TestDetectCompressionZstd [2022-01-20T16:03:39.323Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-01-20T16:03:39.323Z] === RUN TestTarUntar [2022-01-20T16:03:39.521Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-01-20T16:03:39.792Z] --- PASS: TestTarUntar (0.05s) [2022-01-20T16:03:39.793Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-01-20T16:03:39.793Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-01-20T16:03:39.793Z] === RUN TestTarWithOptions [2022-01-20T16:03:39.793Z] --- PASS: TestTarWithOptions (0.03s) [2022-01-20T16:03:39.793Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-01-20T16:03:39.793Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-01-20T16:03:39.793Z] === RUN TestUntarUstarGnuConflict [2022-01-20T16:03:39.793Z] 2022/01/20 16:03:39 Closing DB instances... [2022-01-20T16:03:39.793Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-01-20T16:03:39.793Z] === RUN TestUntarInvalidFilenames [2022-01-20T16:03:39.793Z] === RUN TestCreateIDMapOrder [2022-01-20T16:03:39.793Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames3891974448\\dest" [2022-01-20T16:03:39.793Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-01-20T16:03:39.793Z] PASS [2022-01-20T16:03:39.793Z] coverage: 7.2% of statements [2022-01-20T16:03:39.793Z] ok github.com/docker/docker/pkg/idtools 0.046s coverage: 7.2% of statements [2022-01-20T16:03:39.793Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-01-20T16:03:39.793Z] === RUN TestUntarHardlinkToSymlink [2022-01-20T16:03:39.793Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-01-20T16:03:39.793Z] === RUN TestUntarInvalidHardlink [2022-01-20T16:03:39.793Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1111319749\\victim\\hello" -> "../victim/hello" [2022-01-20T16:03:39.793Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2795804816\\victim\\hello" -> "/../victim/hello" [2022-01-20T16:03:39.793Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink947484343\\victim" -> "../victim" [2022-01-20T16:03:39.793Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1445859246\\victim" -> "../victim" [2022-01-20T16:03:39.793Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4221879469\\victim" -> "../victim" [2022-01-20T16:03:39.793Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3931982993\\victim" -> "../victim" [2022-01-20T16:03:39.793Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-01-20T16:03:39.793Z] === RUN TestUntarInvalidSymlink [2022-01-20T16:03:39.793Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1959718955\\dest\\dotdot" -> "../victim/hello" [2022-01-20T16:03:39.793Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3927087120\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-20T16:03:39.793Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1748998585\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:39.793Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1277096303\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:39.793Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1919414858\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:39.793Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3557055762\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:39.793Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1054651349\\dest\\dir\\loophole" -> "../../victim" [2022-01-20T16:03:39.793Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-01-20T16:03:39.793Z] === RUN TestTempArchiveCloseMultipleTimes [2022-01-20T16:03:39.793Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-01-20T16:03:39.793Z] === RUN TestXGlobalNoParent [2022-01-20T16:03:39.793Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-01-20T16:03:39.793Z] === RUN TestReplaceFileTarWrapper [2022-01-20T16:03:40.261Z] --- PASS: TestReplaceFileTarWrapper (0.20s) [2022-01-20T16:03:40.261Z] === RUN TestPrefixHeaderReadable [2022-01-20T16:03:40.261Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2022-01-20T16:03:40.261Z] === RUN TestDisablePigz [2022-01-20T16:03:40.261Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-01-20T16:03:40.261Z] --- PASS: TestDisablePigz (0.28s) [2022-01-20T16:03:40.261Z] === RUN TestPigz [2022-01-20T16:03:40.730Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-01-20T16:03:40.730Z] --- PASS: TestPigz (0.34s) [2022-01-20T16:03:40.730Z] === RUN TestCopyFileWithInvalidDest [2022-01-20T16:03:40.730Z] archive_windows_test.go:16: Currently fails [2022-01-20T16:03:40.730Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:03:40.730Z] === RUN TestCanonicalTarNameForPath [2022-01-20T16:03:40.730Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-01-20T16:03:40.730Z] === RUN TestCanonicalTarName [2022-01-20T16:03:40.730Z] --- PASS: TestCanonicalTarName (0.00s) [2022-01-20T16:03:40.730Z] === RUN TestChmodTarEntry [2022-01-20T16:03:40.730Z] --- PASS: TestChmodTarEntry (0.00s) [2022-01-20T16:03:40.730Z] === RUN TestHardLinkOrder [2022-01-20T16:03:40.730Z] --- PASS: TestHardLinkOrder (0.09s) [2022-01-20T16:03:40.730Z] === RUN TestChangeString [2022-01-20T16:03:40.730Z] --- PASS: TestChangeString (0.00s) [2022-01-20T16:03:40.730Z] === RUN TestChangesWithNoChanges [2022-01-20T16:03:40.730Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-01-20T16:03:40.730Z] === RUN TestChangesWithChanges [2022-01-20T16:03:40.904Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-20T16:03:41.199Z] --- PASS: TestChangesWithChanges (0.04s) [2022-01-20T16:03:41.199Z] === RUN TestChangesWithChangesGH13590 [2022-01-20T16:03:41.199Z] changes_test.go:195: needs more investigation [2022-01-20T16:03:41.199Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestChangesDirsEmpty [2022-01-20T16:03:41.199Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:03:41.199Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestChangesDirsMutated [2022-01-20T16:03:41.199Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:03:41.199Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestApplyLayer [2022-01-20T16:03:41.199Z] changes_test.go:432: needs further investigation [2022-01-20T16:03:41.199Z] --- SKIP: TestApplyLayer (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestChangesSizeWithHardlinks [2022-01-20T16:03:41.199Z] changes_test.go:468: needs further investigation [2022-01-20T16:03:41.199Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestChangesSizeWithNoChanges [2022-01-20T16:03:41.199Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-01-20T16:03:41.199Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestChangesSize [2022-01-20T16:03:41.199Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-01-20T16:03:41.199Z] === RUN TestNetworkDBNodeLeave [2022-01-20T16:03:41.199Z] --- PASS: TestChangesSize (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestApplyLayerInvalidFilenames [2022-01-20T16:03:41.199Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4123640616\\dest" [2022-01-20T16:03:41.199Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-01-20T16:03:41.199Z] === RUN TestApplyLayerInvalidHardlink [2022-01-20T16:03:41.199Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2418229382\\victim\\hello" -> "../victim/hello" [2022-01-20T16:03:41.199Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3171933971\\victim\\hello" -> "/../victim/hello" [2022-01-20T16:03:41.199Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink910932718\\victim" -> "../victim" [2022-01-20T16:03:41.199Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1422476903\\victim" -> "../victim" [2022-01-20T16:03:41.199Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink69080108\\victim" -> "../victim" [2022-01-20T16:03:41.199Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2819149534\\victim" -> "../victim" [2022-01-20T16:03:41.199Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-01-20T16:03:41.199Z] === RUN TestApplyLayerInvalidSymlink [2022-01-20T16:03:41.199Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4109910215\\dest\\dotdot" -> "../victim/hello" [2022-01-20T16:03:41.199Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1240136698\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-20T16:03:41.199Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3015861300\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:41.199Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1924128154\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:41.199Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3115400640\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:41.199Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1762534464\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:03:41.199Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2022-01-20T16:03:41.199Z] === RUN TestApplyLayerWhiteouts [2022-01-20T16:03:41.199Z] --- PASS: TestApplyLayerWhiteouts (0.10s) [2022-01-20T16:03:41.199Z] === RUN TestGenerateEmptyFile [2022-01-20T16:03:41.199Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestGenerateWithContent [2022-01-20T16:03:41.199Z] --- PASS: TestGenerateWithContent (0.00s) [2022-01-20T16:03:41.199Z] PASS [2022-01-20T16:03:41.199Z] coverage: 62.0% of statements [2022-01-20T16:03:41.199Z] ok github.com/docker/docker/pkg/archive 9.003s coverage: 62.0% of statements [2022-01-20T16:03:41.199Z] === RUN TestFixedBufferCap [2022-01-20T16:03:41.199Z] --- PASS: TestFixedBufferCap (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestFixedBufferLen [2022-01-20T16:03:41.199Z] --- PASS: TestFixedBufferLen (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestFixedBufferString [2022-01-20T16:03:41.199Z] --- PASS: TestFixedBufferString (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestFixedBufferWrite [2022-01-20T16:03:41.199Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestFixedBufferRead [2022-01-20T16:03:41.199Z] --- PASS: TestFixedBufferRead (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestBytesPipeRead [2022-01-20T16:03:41.199Z] --- PASS: TestBytesPipeRead (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestBytesPipeWrite [2022-01-20T16:03:41.199Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-01-20T16:03:41.199Z] === RUN TestBytesPipeWriteRandomChunks [2022-01-20T16:03:41.475Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-20T16:03:41.475Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-20T16:03:41.475Z] === RUN TestDockerSuite/TestHealth [2022-01-20T16:03:41.668Z] --- PASS: TestBytesPipeWriteRandomChunks (0.49s) [2022-01-20T16:03:41.668Z] === RUN TestAtomicWriteToFile [2022-01-20T16:03:41.668Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-01-20T16:03:41.668Z] === RUN TestAtomicWriteSetCommit [2022-01-20T16:03:41.668Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-01-20T16:03:41.668Z] === RUN TestAtomicWriteSetCancel [2022-01-20T16:03:41.668Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-01-20T16:03:41.668Z] === RUN TestReadCloserWrapperClose [2022-01-20T16:03:41.668Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-01-20T16:03:41.668Z] === RUN TestReaderErrWrapperReadOnError [2022-01-20T16:03:41.668Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-01-20T16:03:41.668Z] === RUN TestReaderErrWrapperRead [2022-01-20T16:03:41.668Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-01-20T16:03:41.668Z] === RUN TestCancelReadCloser [2022-01-20T16:03:41.668Z] --- PASS: TestCancelReadCloser (0.10s) [2022-01-20T16:03:41.668Z] === RUN TestWriteCloserWrapperClose [2022-01-20T16:03:41.668Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-01-20T16:03:41.668Z] === RUN TestNopWriteCloser [2022-01-20T16:03:41.668Z] --- PASS: TestNopWriteCloser (0.00s) [2022-01-20T16:03:41.668Z] === RUN TestNopWriter [2022-01-20T16:03:41.668Z] --- PASS: TestNopWriter (0.00s) [2022-01-20T16:03:41.668Z] === RUN TestWriteCounter [2022-01-20T16:03:41.668Z] --- PASS: TestWriteCounter (0.00s) [2022-01-20T16:03:41.668Z] PASS [2022-01-20T16:03:41.668Z] coverage: 69.2% of statements [2022-01-20T16:03:41.668Z] ok github.com/docker/docker/pkg/ioutils 0.661s coverage: 69.2% of statements [2022-01-20T16:03:43.234Z] === RUN TestError [2022-01-20T16:03:43.234Z] --- PASS: TestError (0.00s) [2022-01-20T16:03:43.234Z] === RUN TestProgressString [2022-01-20T16:03:43.234Z] === RUN TestProgressString/no_progress [2022-01-20T16:03:43.234Z] === RUN TestProgressString/progress_1 [2022-01-20T16:03:43.234Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-01-20T16:03:43.234Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-01-20T16:03:43.234Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-01-20T16:03:43.234Z] === RUN TestProgressString/with_units [2022-01-20T16:03:43.234Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-01-20T16:03:43.234Z] === RUN TestProgressString/hide_counts [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/with_units (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-01-20T16:03:43.234Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-01-20T16:03:43.234Z] === RUN TestJSONMessageDisplay [2022-01-20T16:03:43.234Z] --- PASS: TestJSONMessageDisplay (0.18s) [2022-01-20T16:03:43.234Z] === RUN TestJSONMessageDisplayWithJSONError [2022-01-20T16:03:43.235Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-01-20T16:03:43.235Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-01-20T16:03:43.235Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-01-20T16:03:43.235Z] === RUN TestDisplayJSONMessagesStream [2022-01-20T16:03:43.235Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-01-20T16:03:43.235Z] PASS [2022-01-20T16:03:43.235Z] coverage: 91.7% of statements [2022-01-20T16:03:43.235Z] ok github.com/docker/docker/pkg/jsonmessage 0.225s coverage: 91.7% of statements [2022-01-20T16:03:43.707Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-01-20T16:03:43.707Z] === RUN TestNetworkDBWatch [2022-01-20T16:03:44.178Z] === RUN TestStandardLongPath [2022-01-20T16:03:44.178Z] --- PASS: TestStandardLongPath (0.00s) [2022-01-20T16:03:44.178Z] === RUN TestUNCLongPath [2022-01-20T16:03:44.178Z] --- PASS: TestUNCLongPath (0.00s) [2022-01-20T16:03:44.178Z] PASS [2022-01-20T16:03:44.178Z] coverage: 100.0% of statements [2022-01-20T16:03:44.178Z] ok github.com/docker/docker/pkg/longpath 0.050s coverage: 100.0% of statements [2022-01-20T16:03:44.647Z] === RUN TestNameFormat [2022-01-20T16:03:44.647Z] --- PASS: TestNameFormat (0.00s) [2022-01-20T16:03:44.647Z] === RUN TestNameRetries [2022-01-20T16:03:44.647Z] --- PASS: TestNameRetries (0.00s) [2022-01-20T16:03:44.647Z] PASS [2022-01-20T16:03:44.647Z] coverage: 85.7% of statements [2022-01-20T16:03:44.647Z] ok github.com/docker/docker/pkg/namesgenerator 0.043s coverage: 85.7% of statements [2022-01-20T16:03:45.636Z] 2022/01/20 16:03:45 Closing DB instances... [2022-01-20T16:03:45.636Z] === RUN TestParseKeyValueOpt [2022-01-20T16:03:45.636Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-01-20T16:03:45.636Z] === RUN TestParseUintList [2022-01-20T16:03:45.636Z] --- PASS: TestParseUintList (0.00s) [2022-01-20T16:03:45.636Z] === RUN TestParseUintListMaximumLimits [2022-01-20T16:03:45.636Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-01-20T16:03:45.636Z] PASS [2022-01-20T16:03:45.636Z] coverage: 97.0% of statements [2022-01-20T16:03:45.636Z] ok github.com/docker/docker/pkg/parsers 0.049s coverage: 97.0% of statements [2022-01-20T16:03:46.627Z] === RUN TestNewAndRemove [2022-01-20T16:03:46.627Z] --- PASS: TestNewAndRemove (0.00s) [2022-01-20T16:03:46.627Z] === RUN TestRemoveInvalidPath [2022-01-20T16:03:46.627Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-01-20T16:03:46.627Z] PASS [2022-01-20T16:03:46.627Z] coverage: 82.6% of statements [2022-01-20T16:03:46.627Z] ok github.com/docker/docker/pkg/pidfile 0.047s coverage: 82.6% of statements [2022-01-20T16:03:47.096Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-01-20T16:03:47.096Z] === RUN TestNetworkDBBulkSync [2022-01-20T16:03:48.057Z] --- PASS: TestServiceUpdatePidsLimit (16.62s) [2022-01-20T16:03:48.057Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2022-01-20T16:03:48.057Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2022-01-20T16:03:48.057Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.00s) [2022-01-20T16:03:48.057Z] PASS [2022-01-20T16:03:48.057Z] [2022-01-20T16:03:48.057Z] === Skipped [2022-01-20T16:03:48.057Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-01-20T16:03:48.057Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-01-20T16:03:48.057Z] [2022-01-20T16:03:48.057Z] DONE 27 tests, 1 skipped in 196.388s [2022-01-20T16:03:48.057Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-01-20T16:03:48.057Z] ++ 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-01-20T16:03:48.057Z] ++ set -e [2022-01-20T16:03:48.057Z] ++ '[' -n 0 ']' [2022-01-20T16:03:48.057Z] ++ set -x [2022-01-20T16:03:48.057Z] ++ 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-01-20T16:03:48.057Z] INFO: Testing against a local daemon [2022-01-20T16:03:48.057Z] === RUN TestSessionCreate [2022-01-20T16:03:48.057Z] --- PASS: TestSessionCreate (0.04s) [2022-01-20T16:03:48.057Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-20T16:03:48.057Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-01-20T16:03:48.057Z] PASS [2022-01-20T16:03:48.057Z] [2022-01-20T16:03:48.058Z] DONE 2 tests in 0.161s [2022-01-20T16:03:48.058Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-01-20T16:03:48.058Z] ++ 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-01-20T16:03:48.058Z] ++ set -e [2022-01-20T16:03:48.058Z] ++ '[' -n 0 ']' [2022-01-20T16:03:48.058Z] ++ set -x [2022-01-20T16:03:48.058Z] ++ 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-01-20T16:03:48.058Z] INFO: Testing against a local daemon [2022-01-20T16:03:48.058Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-20T16:03:48.058Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-20T16:03:48.058Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:03:48.058Z] === RUN TestDiskUsage [2022-01-20T16:03:48.058Z] === PAUSE TestDiskUsage [2022-01-20T16:03:48.058Z] === RUN TestEventsExecDie [2022-01-20T16:03:48.058Z] --- PASS: TestEventsExecDie (0.56s) [2022-01-20T16:03:48.058Z] === RUN TestEventsBackwardsCompatible [2022-01-20T16:03:48.058Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-01-20T16:03:48.058Z] === RUN TestEventsVolumeCreate [2022-01-20T16:03:48.058Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-01-20T16:03:48.058Z] === RUN TestInfoBinaryCommits [2022-01-20T16:03:48.058Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-01-20T16:03:48.058Z] === RUN TestInfoAPIVersioned [2022-01-20T16:03:48.058Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-01-20T16:03:48.058Z] === RUN TestInfoAPI [2022-01-20T16:03:48.058Z] --- PASS: TestInfoAPI (0.02s) [2022-01-20T16:03:48.058Z] === RUN TestInfoAPIWarnings [2022-01-20T16:03:48.087Z] 2022/01/20 16:03:47 Closing DB instances... [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-20T16:03:48.295Z] === RUN TestBoolValue [2022-01-20T16:03:48.295Z] --- PASS: TestBoolValue (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestBoolValueOrDefault [2022-01-20T16:03:48.295Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestInt64ValueOrZero [2022-01-20T16:03:48.295Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestInt64ValueOrDefault [2022-01-20T16:03:48.295Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestInt64ValueOrDefaultWithError [2022-01-20T16:03:48.295Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestJsonContentType [2022-01-20T16:03:48.295Z] --- PASS: TestJsonContentType (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 14.7% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/api/server/httputils 0.064s coverage: 14.7% of statements [2022-01-20T16:03:48.295Z] === RUN TestMaskSecretKeys [2022-01-20T16:03:48.295Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-01-20T16:03:48.295Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-01-20T16:03:48.295Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-01-20T16:03:48.295Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestVersionMiddlewareVersion [2022-01-20T16:03:48.295Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-01-20T16:03:48.295Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 37.7% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/api/server/middleware 0.051s coverage: 37.7% of statements [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-20T16:03:48.295Z] === RUN TestToJSON [2022-01-20T16:03:48.295Z] --- PASS: TestToJSON (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestToParamWithVersion [2022-01-20T16:03:48.295Z] --- PASS: TestToParamWithVersion (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestFromJSON [2022-01-20T16:03:48.295Z] --- PASS: TestFromJSON (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestEmpty [2022-01-20T16:03:48.295Z] --- PASS: TestEmpty (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestArgsMatchKVListEmptySources [2022-01-20T16:03:48.295Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestArgsMatchKVList [2022-01-20T16:03:48.295Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestArgsMatch [2022-01-20T16:03:48.295Z] --- PASS: TestArgsMatch (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestAdd [2022-01-20T16:03:48.295Z] --- PASS: TestAdd (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestDel [2022-01-20T16:03:48.295Z] --- PASS: TestDel (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestLen [2022-01-20T16:03:48.295Z] --- PASS: TestLen (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestExactMatch [2022-01-20T16:03:48.295Z] --- PASS: TestExactMatch (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestOnlyOneExactMatch [2022-01-20T16:03:48.295Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestContains [2022-01-20T16:03:48.295Z] --- PASS: TestContains (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestValidate [2022-01-20T16:03:48.295Z] --- PASS: TestValidate (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestWalkValues [2022-01-20T16:03:48.295Z] --- PASS: TestWalkValues (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestFuzzyMatch [2022-01-20T16:03:48.295Z] --- PASS: TestFuzzyMatch (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestClone [2022-01-20T16:03:48.295Z] --- PASS: TestClone (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 92.2% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/api/types/filters 0.041s coverage: 92.2% of statements [2022-01-20T16:03:48.295Z] === RUN TestStrSliceMarshalJSON [2022-01-20T16:03:48.295Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestStrSliceUnmarshalJSON [2022-01-20T16:03:48.295Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestStrSliceUnmarshalString [2022-01-20T16:03:48.295Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestStrSliceUnmarshalSlice [2022-01-20T16:03:48.295Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 90.0% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2022-01-20T16:03:48.295Z] === RUN TestAdjustForAPIVersion [2022-01-20T16:03:48.295Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 5.7% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/api/server/router/swarm 0.048s coverage: 5.7% of statements [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-20T16:03:48.295Z] === RUN TestDurationToSecondsString [2022-01-20T16:03:48.295Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestGetTimestamp [2022-01-20T16:03:48.295Z] --- PASS: TestGetTimestamp (0.16s) [2022-01-20T16:03:48.295Z] === RUN TestParseTimestamps [2022-01-20T16:03:48.295Z] --- PASS: TestParseTimestamps (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 100.0% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/api/types/time 0.215s coverage: 100.0% of statements [2022-01-20T16:03:48.295Z] === RUN TestCompareVersion [2022-01-20T16:03:48.295Z] --- PASS: TestCompareVersion (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 77.3% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/api/types/versions 0.040s coverage: 77.3% of statements [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-20T16:03:48.295Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-01-20T16:03:48.295Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestCloneArgsSmartHttp [2022-01-20T16:03:48.295Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-01-20T16:03:48.295Z] === RUN TestCloneArgsDumbHttp [2022-01-20T16:03:48.295Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestCloneArgsGit [2022-01-20T16:03:48.295Z] --- PASS: TestCloneArgsGit (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestCheckoutGit [2022-01-20T16:03:48.295Z] === RUN TestEnable [2022-01-20T16:03:48.295Z] --- PASS: TestEnable (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestDisable [2022-01-20T16:03:48.295Z] --- PASS: TestDisable (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestEnabled [2022-01-20T16:03:48.295Z] --- PASS: TestEnabled (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 100.0% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/cli/debug 0.042s coverage: 100.0% of statements [2022-01-20T16:03:48.295Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-01-20T16:03:48.295Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-01-20T16:03:48.295Z] === RUN TestProcessNoDockerignore [2022-01-20T16:03:48.295Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestProcessShouldLeaveAllFiles [2022-01-20T16:03:48.295Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestDetectContentType [2022-01-20T16:03:48.295Z] --- PASS: TestDetectContentType (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestSelectAcceptableMIME [2022-01-20T16:03:48.295Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestInspectEmptyResponse [2022-01-20T16:03:48.295Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestInspectResponseBinary [2022-01-20T16:03:48.295Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestResponseUnsupportedContentType [2022-01-20T16:03:48.295Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestInspectResponseTextSimple [2022-01-20T16:03:48.295Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestInspectResponseEmptyContentType [2022-01-20T16:03:48.295Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestUnknownContentLength [2022-01-20T16:03:48.295Z] --- PASS: TestUnknownContentLength (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestDownloadRemote [2022-01-20T16:03:48.295Z] --- PASS: TestDownloadRemote (0.09s) [2022-01-20T16:03:48.295Z] === RUN TestGetWithStatusError [2022-01-20T16:03:48.295Z] --- PASS: TestGetWithStatusError (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestCloseRootDirectory [2022-01-20T16:03:48.295Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:48.295Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestHashFile [2022-01-20T16:03:48.295Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:48.295Z] --- SKIP: TestHashFile (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestHashSubdir [2022-01-20T16:03:48.295Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:48.295Z] --- SKIP: TestHashSubdir (0.01s) [2022-01-20T16:03:48.295Z] === RUN TestRemoveDirectory [2022-01-20T16:03:48.295Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:03:48.295Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-01-20T16:03:48.295Z] PASS [2022-01-20T16:03:48.295Z] coverage: 9.3% of statements [2022-01-20T16:03:48.295Z] ok github.com/docker/docker/builder/remotecontext 0.266s coverage: 9.3% of statements [2022-01-20T16:03:48.295Z] === RUN TestGetAllAllowed [2022-01-20T16:03:48.295Z] --- PASS: TestGetAllAllowed (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestGetAllMeta [2022-01-20T16:03:48.295Z] --- PASS: TestGetAllMeta (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestWarnOnUnusedBuildArgs [2022-01-20T16:03:48.295Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestIsUnreferencedBuiltin [2022-01-20T16:03:48.295Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestIsExistingDirectory [2022-01-20T16:03:48.295Z] --- PASS: TestIsExistingDirectory (0.01s) [2022-01-20T16:03:48.295Z] === RUN TestGetFilenameForDownload [2022-01-20T16:03:48.295Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestEnv2Variables [2022-01-20T16:03:48.295Z] --- PASS: TestEnv2Variables (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-01-20T16:03:48.295Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestMaintainer [2022-01-20T16:03:48.295Z] --- PASS: TestMaintainer (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestLabel [2022-01-20T16:03:48.295Z] --- PASS: TestLabel (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestFromScratch [2022-01-20T16:03:48.295Z] --- PASS: TestFromScratch (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestFromWithArg [2022-01-20T16:03:48.295Z] --- PASS: TestFromWithArg (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-01-20T16:03:48.295Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestFromWithUndefinedArg [2022-01-20T16:03:48.295Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestFromMultiStageWithNamedStage [2022-01-20T16:03:48.295Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestOnbuild [2022-01-20T16:03:48.295Z] --- PASS: TestOnbuild (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestWorkdir [2022-01-20T16:03:48.295Z] --- PASS: TestWorkdir (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestCmd [2022-01-20T16:03:48.295Z] --- PASS: TestCmd (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestHealthcheckNone [2022-01-20T16:03:48.295Z] --- PASS: TestHealthcheckNone (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestHealthcheckCmd [2022-01-20T16:03:48.295Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestEntrypoint [2022-01-20T16:03:48.295Z] --- PASS: TestEntrypoint (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestExpose [2022-01-20T16:03:48.295Z] --- PASS: TestExpose (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestUser [2022-01-20T16:03:48.295Z] --- PASS: TestUser (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestVolume [2022-01-20T16:03:48.295Z] --- PASS: TestVolume (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestStopSignal [2022-01-20T16:03:48.295Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-20T16:03:48.295Z] --- SKIP: TestStopSignal (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestArg [2022-01-20T16:03:48.295Z] --- PASS: TestArg (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestShell [2022-01-20T16:03:48.295Z] --- PASS: TestShell (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestPrependEnvOnCmd [2022-01-20T16:03:48.295Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestRunWithBuildArgs [2022-01-20T16:03:48.295Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestRunIgnoresHealthcheck [2022-01-20T16:03:48.295Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-01-20T16:03:48.295Z] === RUN TestDispatchUnsupportedOptions [2022-01-20T16:03:48.295Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-01-20T16:03:48.295Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-01-20T16:03:48.295Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-01-20T16:03:48.295Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-01-20T16:03:48.295Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestNormalizeWorkdir [2022-01-20T16:03:48.296Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestDispatch [2022-01-20T16:03:48.296Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-01-20T16:03:48.296Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-01-20T16:03:48.296Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-01-20T16:03:48.296Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-01-20T16:03:48.296Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-01-20T16:03:48.296Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-01-20T16:03:48.296Z] === RUN TestDispatch/COPY_url [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch (0.09s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-01-20T16:03:48.296Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestAddScratchImageAddsToMounts [2022-01-20T16:03:48.296Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestAddFromScratchPopulatesPlatform [2022-01-20T16:03:48.296Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-01-20T16:03:48.296Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-01-20T16:03:48.296Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestImageSourceGetAddsToMounts [2022-01-20T16:03:48.296Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestEmptyDockerfile [2022-01-20T16:03:48.296Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-01-20T16:03:48.296Z] === RUN TestSymlinkDockerfile [2022-01-20T16:03:48.296Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-01-20T16:03:48.296Z] === RUN TestDockerfileOutsideTheBuildContext [2022-01-20T16:03:48.296Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestNonExistingDockerfile [2022-01-20T16:03:48.296Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestCopyRunConfig [2022-01-20T16:03:48.296Z] --- PASS: TestCopyRunConfig (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestDeepCopyRunConfig [2022-01-20T16:03:48.296Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestExportImage [2022-01-20T16:03:48.296Z] --- PASS: TestExportImage (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestNormalizeDest [2022-01-20T16:03:48.296Z] --- PASS: TestNormalizeDest (0.00s) [2022-01-20T16:03:48.296Z] PASS [2022-01-20T16:03:48.296Z] coverage: 46.8% of statements [2022-01-20T16:03:48.296Z] ok github.com/docker/docker/builder/dockerfile 0.210s coverage: 46.8% of statements [2022-01-20T16:03:48.296Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-20T16:03:48.296Z] === RUN TestTCP4Proxy [2022-01-20T16:03:48.296Z] --- PASS: TestTCP4Proxy (0.03s) [2022-01-20T16:03:48.296Z] === RUN TestTCP4ProxyHalfClose [2022-01-20T16:03:48.296Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestTCP6Proxy [2022-01-20T16:03:48.296Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T16:03:48.296Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestTCPDualStackProxy [2022-01-20T16:03:48.296Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T16:03:48.296Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestUDP4Proxy [2022-01-20T16:03:48.296Z] --- PASS: TestUDP4Proxy (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestUDP6Proxy [2022-01-20T16:03:48.296Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T16:03:48.296Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestUDPWriteError [2022-01-20T16:03:48.296Z] --- PASS: TestUDPWriteError (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestSCTP4Proxy [2022-01-20T16:03:48.296Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-20T16:03:48.296Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-01-20T16:03:48.296Z] === RUN TestSCTP6Proxy [2022-01-20T16:03:48.296Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T16:03:48.296Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-01-20T16:03:48.296Z] PASS [2022-01-20T16:03:48.296Z] coverage: 49.4% of statements [2022-01-20T16:03:48.296Z] ok github.com/docker/docker/cmd/docker-proxy 0.084s coverage: 49.4% of statements [2022-01-20T16:03:48.558Z] === RUN TestFailedConnection [2022-01-20T16:03:49.547Z] --- PASS: TestNetworkDBBulkSync (2.85s) [2022-01-20T16:03:49.547Z] === RUN TestNetworkDBCRUDMediumCluster [2022-01-20T16:03:49.547Z] --- PASS: TestGetAddress (24.26s) [2022-01-20T16:03:49.547Z] === RUN TestRequestSyntaxCheck [2022-01-20T16:03:50.016Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-01-20T16:03:50.016Z] === RUN TestRequest [2022-01-20T16:03:50.487Z] --- PASS: TestFailedConnection (2.15s) [2022-01-20T16:03:50.487Z] === RUN TestFailOnce [2022-01-20T16:03:50.487Z] 2022/01/20 16:03:50 http: panic serving 127.0.0.1:49289: Plugin not ready [2022-01-20T16:03:50.487Z] goroutine 9 [running]: [2022-01-20T16:03:50.487Z] net/http.(*conn).serve.func1() [2022-01-20T16:03:50.487Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-01-20T16:03:50.487Z] panic({0xdcac20, 0xed73d0}) [2022-01-20T16:03:50.487Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-01-20T16:03:50.487Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xe300142b7f73b54a}, 0xc000051a98) [2022-01-20T16:03:50.487Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-01-20T16:03:50.487Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xee4170, 0xc0001a40e0}, 0xd1f3e6) [2022-01-20T16:03:50.487Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-01-20T16:03:50.487Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xee4170, 0xc0001a40e0}, 0xc000158100) [2022-01-20T16:03:50.487Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-01-20T16:03:50.487Z] net/http.serverHandler.ServeHTTP({0xee2770}, {0xee4170, 0xc0001a40e0}, 0xc000158100) [2022-01-20T16:03:50.487Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-01-20T16:03:50.487Z] net/http.(*conn).serve(0xc000062a00, {0xee6000, 0xc0000880c0}) [2022-01-20T16:03:50.487Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-01-20T16:03:50.487Z] created by net/http.(*Server).Serve [2022-01-20T16:03:50.487Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-01-20T16:03:50.487Z] time="2022-01-20T16:03:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2022-01-20T16:03:51.511Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:03:51.511Z] INFO: Testing against a local daemon [2022-01-20T16:03:51.511Z] === RUN TestBuildWithSession [2022-01-20T16:03:51.511Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T16:03:51.511Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-20T16:03:51.511Z] === RUN TestBuildSquashParent [2022-01-20T16:03:51.511Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:03:51.511Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-01-20T16:03:51.511Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-20T16:03:51.511Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:03:51.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:03:51.511Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:03:51.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:03:51.511Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:03:51.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:03:51.511Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:03:51.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:03:51.511Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:03:51.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:03:51.511Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:03:51.511Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:03:51.511Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:03:51.511Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:03:51.511Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:03:51.511Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:03:52.053Z] --- PASS: TestFailOnce (1.22s) [2022-01-20T16:03:52.053Z] === RUN TestEchoInputOutput [2022-01-20T16:03:52.053Z] --- PASS: TestEchoInputOutput (0.00s) [2022-01-20T16:03:52.053Z] === RUN TestBackoff [2022-01-20T16:03:52.053Z] --- PASS: TestBackoff (0.00s) [2022-01-20T16:03:52.053Z] === RUN TestAbortRetry [2022-01-20T16:03:52.053Z] --- PASS: TestAbortRetry (0.00s) [2022-01-20T16:03:52.053Z] === RUN TestClientScheme [2022-01-20T16:03:52.053Z] --- PASS: TestClientScheme (0.00s) [2022-01-20T16:03:52.053Z] === RUN TestNewClientWithTimeout [2022-01-20T16:03:52.053Z] time="2022-01-20T16:03:51Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-01-20T16:03:52.522Z] 2022/01/20 16:03:52 Closing DB instances... [2022-01-20T16:03:52.522Z] time="2022-01-20T16:03:52Z" level=error msg="node: e8eeb2f5d171 is unknown to memberlist" [2022-01-20T16:03:53.510Z] time="2022-01-20T16:03:53Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-01-20T16:03:55.729Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.12s) [2022-01-20T16:03:55.729Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-01-20T16:03:56.203Z] time="2022-01-20T16:03:55Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-01-20T16:03:56.677Z] 2022/01/20 16:03:56 Closing DB instances... [2022-01-20T16:03:56.983Z] === RUN TestCheckpointCreateError [2022-01-20T16:03:56.983Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCheckpointCreate [2022-01-20T16:03:56.983Z] --- PASS: TestCheckpointCreate (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCheckpointDeleteError [2022-01-20T16:03:56.983Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCheckpointDelete [2022-01-20T16:03:56.983Z] --- PASS: TestCheckpointDelete (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCheckpointListError [2022-01-20T16:03:56.983Z] --- PASS: TestCheckpointListError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCheckpointList [2022-01-20T16:03:56.983Z] --- PASS: TestCheckpointList (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCheckpointListContainerNotFound [2022-01-20T16:03:56.983Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNewClientWithOpsFromEnv [2022-01-20T16:03:56.983Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-20T16:03:56.983Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestGetAPIPath [2022-01-20T16:03:56.983Z] --- PASS: TestGetAPIPath (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestParseHostURL [2022-01-20T16:03:56.983Z] --- PASS: TestParseHostURL (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-01-20T16:03:56.983Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNegotiateAPIVersionEmpty [2022-01-20T16:03:56.983Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNegotiateAPIVersion [2022-01-20T16:03:56.983Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNegotiateAPVersionOverride [2022-01-20T16:03:56.983Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNegotiateAPIVersionAutomatic [2022-01-20T16:03:56.983Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-01-20T16:03:56.983Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-01-20T16:03:56.983Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestClientRedirect [2022-01-20T16:03:56.983Z] --- PASS: TestClientRedirect (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigCreateUnsupported [2022-01-20T16:03:56.983Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigCreateError [2022-01-20T16:03:56.983Z] --- PASS: TestConfigCreateError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigCreate [2022-01-20T16:03:56.983Z] --- PASS: TestConfigCreate (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigInspectNotFound [2022-01-20T16:03:56.983Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigInspectWithEmptyID [2022-01-20T16:03:56.983Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigInspectUnsupported [2022-01-20T16:03:56.983Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigInspectError [2022-01-20T16:03:56.983Z] --- PASS: TestConfigInspectError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigInspectConfigNotFound [2022-01-20T16:03:56.983Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigInspect [2022-01-20T16:03:56.983Z] --- PASS: TestConfigInspect (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigListUnsupported [2022-01-20T16:03:56.983Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigListError [2022-01-20T16:03:56.983Z] --- PASS: TestConfigListError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigList [2022-01-20T16:03:56.983Z] --- PASS: TestConfigList (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigRemoveUnsupported [2022-01-20T16:03:56.983Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigRemoveError [2022-01-20T16:03:56.983Z] --- PASS: TestConfigRemoveError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigRemove [2022-01-20T16:03:56.983Z] --- PASS: TestConfigRemove (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigUpdateUnsupported [2022-01-20T16:03:56.983Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigUpdateError [2022-01-20T16:03:56.983Z] --- PASS: TestConfigUpdateError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestConfigUpdate [2022-01-20T16:03:56.983Z] --- PASS: TestConfigUpdate (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerCommitError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerCommitError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerCommit [2022-01-20T16:03:56.983Z] --- PASS: TestContainerCommit (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerStatPathError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerStatPathError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerStatPathNotFoundError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerStatPathNoHeaderError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerStatPath [2022-01-20T16:03:56.983Z] --- PASS: TestContainerStatPath (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyToContainerError [2022-01-20T16:03:56.983Z] --- PASS: TestCopyToContainerError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyToContainerNotFoundError [2022-01-20T16:03:56.983Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyToContainerNotStatusOKError [2022-01-20T16:03:56.983Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyToContainer [2022-01-20T16:03:56.983Z] --- PASS: TestCopyToContainer (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyFromContainerError [2022-01-20T16:03:56.983Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyFromContainerNotFoundError [2022-01-20T16:03:56.983Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyFromContainerNotStatusOKError [2022-01-20T16:03:56.983Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyFromContainerNoHeaderError [2022-01-20T16:03:56.983Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestCopyFromContainer [2022-01-20T16:03:56.983Z] --- PASS: TestCopyFromContainer (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerCreateError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerCreateError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerCreateImageNotFound [2022-01-20T16:03:56.983Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerCreateWithName [2022-01-20T16:03:56.983Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerCreateAutoRemove [2022-01-20T16:03:56.983Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerDiffError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerDiffError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerDiff [2022-01-20T16:03:56.983Z] --- PASS: TestContainerDiff (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExecCreateError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExecCreate [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExecCreate (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExecStartError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExecStartError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExecStart [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExecStart (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExecInspectError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExecInspect [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExecInspect (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExportError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExportError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerExport [2022-01-20T16:03:56.983Z] --- PASS: TestContainerExport (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerInspectError [2022-01-20T16:03:56.983Z] --- PASS: TestContainerInspectError (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerInspectContainerNotFound [2022-01-20T16:03:56.983Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerInspectWithEmptyID [2022-01-20T16:03:56.983Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerInspect [2022-01-20T16:03:56.983Z] --- PASS: TestContainerInspect (0.00s) [2022-01-20T16:03:56.983Z] === RUN TestContainerInspectNode [2022-01-20T16:03:56.984Z] --- PASS: TestContainerInspectNode (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerKillError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerKillError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerKill [2022-01-20T16:03:56.984Z] --- PASS: TestContainerKill (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerListError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerListError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerList [2022-01-20T16:03:56.984Z] --- PASS: TestContainerList (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerLogsNotFoundError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerLogsError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerLogsError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerLogs [2022-01-20T16:03:56.984Z] --- PASS: TestContainerLogs (0.18s) [2022-01-20T16:03:56.984Z] === RUN TestContainerPauseError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerPauseError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerPause [2022-01-20T16:03:56.984Z] --- PASS: TestContainerPause (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainersPruneError [2022-01-20T16:03:56.984Z] --- PASS: TestContainersPruneError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainersPrune [2022-01-20T16:03:56.984Z] --- PASS: TestContainersPrune (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerRemoveError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerRemoveError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerRemoveNotFoundError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerRemove [2022-01-20T16:03:56.984Z] --- PASS: TestContainerRemove (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerRenameError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerRenameError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerRename [2022-01-20T16:03:56.984Z] --- PASS: TestContainerRename (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerResizeError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerResizeError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerExecResizeError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerResize [2022-01-20T16:03:56.984Z] --- PASS: TestContainerResize (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerExecResize [2022-01-20T16:03:56.984Z] --- PASS: TestContainerExecResize (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerRestartError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerRestartError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerRestart [2022-01-20T16:03:56.984Z] --- PASS: TestContainerRestart (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerStartError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerStartError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerStart [2022-01-20T16:03:56.984Z] --- PASS: TestContainerStart (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerStatsError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerStatsError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerStats [2022-01-20T16:03:56.984Z] --- PASS: TestContainerStats (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerStopError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerStopError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerStop [2022-01-20T16:03:56.984Z] --- PASS: TestContainerStop (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerTopError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerTopError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerTop [2022-01-20T16:03:56.984Z] --- PASS: TestContainerTop (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerUnpauseError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerUnpause [2022-01-20T16:03:56.984Z] --- PASS: TestContainerUnpause (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerUpdateError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerUpdateError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerUpdate [2022-01-20T16:03:56.984Z] --- PASS: TestContainerUpdate (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerWaitError [2022-01-20T16:03:56.984Z] --- PASS: TestContainerWaitError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestContainerWait [2022-01-20T16:03:56.984Z] --- PASS: TestContainerWait (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestDiskUsageError [2022-01-20T16:03:56.984Z] --- PASS: TestDiskUsageError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestDiskUsage [2022-01-20T16:03:56.984Z] --- PASS: TestDiskUsage (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestDistributionInspectUnsupported [2022-01-20T16:03:56.984Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestDistributionInspectWithEmptyID [2022-01-20T16:03:56.984Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestEventsErrorInOptions [2022-01-20T16:03:56.984Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestEventsErrorFromServer [2022-01-20T16:03:56.984Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestEvents [2022-01-20T16:03:56.984Z] --- PASS: TestEvents (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestTLSCloseWriter [2022-01-20T16:03:56.984Z] === PAUSE TestTLSCloseWriter [2022-01-20T16:03:56.984Z] === RUN TestImageBuildError [2022-01-20T16:03:56.984Z] --- PASS: TestImageBuildError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageBuild [2022-01-20T16:03:56.984Z] --- PASS: TestImageBuild (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestGetDockerOS [2022-01-20T16:03:56.984Z] --- PASS: TestGetDockerOS (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageCreateError [2022-01-20T16:03:56.984Z] --- PASS: TestImageCreateError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageCreate [2022-01-20T16:03:56.984Z] --- PASS: TestImageCreate (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageHistoryError [2022-01-20T16:03:56.984Z] --- PASS: TestImageHistoryError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageHistory [2022-01-20T16:03:56.984Z] --- PASS: TestImageHistory (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageImportError [2022-01-20T16:03:56.984Z] --- PASS: TestImageImportError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageImport [2022-01-20T16:03:56.984Z] --- PASS: TestImageImport (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageInspectError [2022-01-20T16:03:56.984Z] --- PASS: TestImageInspectError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageInspectImageNotFound [2022-01-20T16:03:56.984Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageInspectWithEmptyID [2022-01-20T16:03:56.984Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageInspect [2022-01-20T16:03:56.984Z] --- PASS: TestImageInspect (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageListError [2022-01-20T16:03:56.984Z] --- PASS: TestImageListError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageList [2022-01-20T16:03:56.984Z] --- PASS: TestImageList (0.02s) [2022-01-20T16:03:56.984Z] === RUN TestImageListApiBefore125 [2022-01-20T16:03:56.984Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageLoadError [2022-01-20T16:03:56.984Z] --- PASS: TestImageLoadError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageLoad [2022-01-20T16:03:56.984Z] --- PASS: TestImageLoad (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagesPruneError [2022-01-20T16:03:56.984Z] --- PASS: TestImagesPruneError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagesPrune [2022-01-20T16:03:56.984Z] --- PASS: TestImagesPrune (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePullReferenceParseError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePullAnyError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePullAnyError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePullStatusUnauthorizedError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePullWithoutErrors [2022-01-20T16:03:56.984Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePushReferenceError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePushAnyError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushAnyError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePushStatusUnauthorizedError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithoutErrors [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-01-20T16:03:56.984Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageRemoveError [2022-01-20T16:03:56.984Z] --- PASS: TestImageRemoveError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageRemoveImageNotFound [2022-01-20T16:03:56.984Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageRemove [2022-01-20T16:03:56.984Z] --- PASS: TestImageRemove (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSaveError [2022-01-20T16:03:56.984Z] --- PASS: TestImageSaveError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSave [2022-01-20T16:03:56.984Z] --- PASS: TestImageSave (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSearchAnyError [2022-01-20T16:03:56.984Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSearchStatusUnauthorizedError [2022-01-20T16:03:56.984Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-01-20T16:03:56.984Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-01-20T16:03:56.984Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-01-20T16:03:56.984Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageSearchWithoutErrors [2022-01-20T16:03:56.984Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageTagError [2022-01-20T16:03:56.984Z] --- PASS: TestImageTagError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageTagInvalidReference [2022-01-20T16:03:56.984Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageTagInvalidSourceImageName [2022-01-20T16:03:56.984Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageTagHexSource [2022-01-20T16:03:56.984Z] --- PASS: TestImageTagHexSource (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestImageTag [2022-01-20T16:03:56.984Z] --- PASS: TestImageTag (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestInfoServerError [2022-01-20T16:03:56.984Z] --- PASS: TestInfoServerError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestInfoInvalidResponseJSONError [2022-01-20T16:03:56.984Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestInfo [2022-01-20T16:03:56.984Z] --- PASS: TestInfo (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkConnectError [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkConnectError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkConnect [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkConnect (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkCreateError [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkCreateError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkCreate [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkCreate (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkDisconnectError [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkDisconnect [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkInspect [2022-01-20T16:03:56.984Z] === RUN TestNetworkInspect/empty_ID [2022-01-20T16:03:56.984Z] === RUN TestNetworkInspect/no_options [2022-01-20T16:03:56.984Z] === RUN TestNetworkInspect/verbose [2022-01-20T16:03:56.984Z] === RUN TestNetworkInspect/global_scope [2022-01-20T16:03:56.984Z] === RUN TestNetworkInspect/unknown_network [2022-01-20T16:03:56.984Z] === RUN TestNetworkInspect/server_error [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkInspect (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkListError [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkListError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkList [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkList (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworksPruneError [2022-01-20T16:03:56.984Z] --- PASS: TestNetworksPruneError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworksPrune [2022-01-20T16:03:56.984Z] --- PASS: TestNetworksPrune (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkRemoveError [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNetworkRemove [2022-01-20T16:03:56.984Z] --- PASS: TestNetworkRemove (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeInspectError [2022-01-20T16:03:56.984Z] --- PASS: TestNodeInspectError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeInspectNodeNotFound [2022-01-20T16:03:56.984Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeInspectWithEmptyID [2022-01-20T16:03:56.984Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeInspect [2022-01-20T16:03:56.984Z] --- PASS: TestNodeInspect (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeListError [2022-01-20T16:03:56.984Z] --- PASS: TestNodeListError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeList [2022-01-20T16:03:56.984Z] --- PASS: TestNodeList (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeRemoveError [2022-01-20T16:03:56.984Z] --- PASS: TestNodeRemoveError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeRemove [2022-01-20T16:03:56.984Z] --- PASS: TestNodeRemove (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeUpdateError [2022-01-20T16:03:56.984Z] --- PASS: TestNodeUpdateError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestNodeUpdate [2022-01-20T16:03:56.984Z] --- PASS: TestNodeUpdate (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestOptionWithTimeout [2022-01-20T16:03:56.984Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPingFail [2022-01-20T16:03:56.984Z] --- PASS: TestPingFail (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPingWithError [2022-01-20T16:03:56.984Z] 2022/01/20 16:03:56 RoundTripper returned a response & error; ignoring response [2022-01-20T16:03:56.984Z] 2022/01/20 16:03:56 RoundTripper returned a response & error; ignoring response [2022-01-20T16:03:56.984Z] --- PASS: TestPingWithError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPingSuccess [2022-01-20T16:03:56.984Z] --- PASS: TestPingSuccess (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPingHeadFallback [2022-01-20T16:03:56.984Z] === RUN TestPingHeadFallback/OK [2022-01-20T16:03:56.984Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-01-20T16:03:56.984Z] === RUN TestPingHeadFallback/Not_Found [2022-01-20T16:03:56.984Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-01-20T16:03:56.984Z] --- PASS: TestPingHeadFallback (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-01-20T16:03:56.984Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginDisableError [2022-01-20T16:03:56.984Z] --- PASS: TestPluginDisableError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginDisable [2022-01-20T16:03:56.984Z] --- PASS: TestPluginDisable (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginEnableError [2022-01-20T16:03:56.984Z] --- PASS: TestPluginEnableError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginEnable [2022-01-20T16:03:56.984Z] --- PASS: TestPluginEnable (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginInspectError [2022-01-20T16:03:56.984Z] --- PASS: TestPluginInspectError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginInspectWithEmptyID [2022-01-20T16:03:56.984Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginInspect [2022-01-20T16:03:56.984Z] --- PASS: TestPluginInspect (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginListError [2022-01-20T16:03:56.984Z] --- PASS: TestPluginListError (0.00s) [2022-01-20T16:03:56.984Z] === RUN TestPluginList [2022-01-20T16:03:56.984Z] --- PASS: TestPluginList (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestPluginPushError [2022-01-20T16:03:56.985Z] --- PASS: TestPluginPushError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestPluginPush [2022-01-20T16:03:56.985Z] --- PASS: TestPluginPush (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestPluginRemoveError [2022-01-20T16:03:56.985Z] --- PASS: TestPluginRemoveError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestPluginRemove [2022-01-20T16:03:56.985Z] --- PASS: TestPluginRemove (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestPluginSetError [2022-01-20T16:03:56.985Z] --- PASS: TestPluginSetError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestPluginSet [2022-01-20T16:03:56.985Z] --- PASS: TestPluginSet (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSetHostHeader [2022-01-20T16:03:56.985Z] --- PASS: TestSetHostHeader (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestPlainTextError [2022-01-20T16:03:56.985Z] --- PASS: TestPlainTextError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestInfiniteError [2022-01-20T16:03:56.985Z] --- PASS: TestInfiniteError (0.04s) [2022-01-20T16:03:56.985Z] === RUN TestCanceledContext [2022-01-20T16:03:56.985Z] 2022/01/20 16:03:56 RoundTripper returned a response & error; ignoring response [2022-01-20T16:03:56.985Z] --- PASS: TestCanceledContext (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestDeadlineExceededContext [2022-01-20T16:03:56.985Z] 2022/01/20 16:03:56 RoundTripper returned a response & error; ignoring response [2022-01-20T16:03:56.985Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretCreateUnsupported [2022-01-20T16:03:56.985Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretCreateError [2022-01-20T16:03:56.985Z] --- PASS: TestSecretCreateError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretCreate [2022-01-20T16:03:56.985Z] --- PASS: TestSecretCreate (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretInspectUnsupported [2022-01-20T16:03:56.985Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretInspectError [2022-01-20T16:03:56.985Z] --- PASS: TestSecretInspectError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretInspectSecretNotFound [2022-01-20T16:03:56.985Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretInspectWithEmptyID [2022-01-20T16:03:56.985Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretInspect [2022-01-20T16:03:56.985Z] --- PASS: TestSecretInspect (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretListUnsupported [2022-01-20T16:03:56.985Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretListError [2022-01-20T16:03:56.985Z] --- PASS: TestSecretListError (0.01s) [2022-01-20T16:03:56.985Z] === RUN TestSecretList [2022-01-20T16:03:56.985Z] --- PASS: TestSecretList (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretRemoveUnsupported [2022-01-20T16:03:56.985Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretRemoveError [2022-01-20T16:03:56.985Z] --- PASS: TestSecretRemoveError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretRemove [2022-01-20T16:03:56.985Z] --- PASS: TestSecretRemove (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretUpdateUnsupported [2022-01-20T16:03:56.985Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretUpdateError [2022-01-20T16:03:56.985Z] --- PASS: TestSecretUpdateError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSecretUpdate [2022-01-20T16:03:56.985Z] --- PASS: TestSecretUpdate (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceCreateError [2022-01-20T16:03:56.985Z] --- PASS: TestServiceCreateError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceCreate [2022-01-20T16:03:56.985Z] --- PASS: TestServiceCreate (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceCreateCompatiblePlatforms [2022-01-20T16:03:56.985Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceCreateDigestPinning [2022-01-20T16:03:56.985Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceInspectError [2022-01-20T16:03:56.985Z] --- PASS: TestServiceInspectError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceInspectServiceNotFound [2022-01-20T16:03:56.985Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceInspectWithEmptyID [2022-01-20T16:03:56.985Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceInspect [2022-01-20T16:03:56.985Z] --- PASS: TestServiceInspect (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceListError [2022-01-20T16:03:56.985Z] --- PASS: TestServiceListError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceList [2022-01-20T16:03:56.985Z] --- PASS: TestServiceList (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceLogsError [2022-01-20T16:03:56.985Z] --- PASS: TestServiceLogsError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceLogs [2022-01-20T16:03:56.985Z] --- PASS: TestServiceLogs (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceRemoveError [2022-01-20T16:03:56.985Z] --- PASS: TestServiceRemoveError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceRemoveNotFoundError [2022-01-20T16:03:56.985Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceRemove [2022-01-20T16:03:56.985Z] --- PASS: TestServiceRemove (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceUpdateError [2022-01-20T16:03:56.985Z] --- PASS: TestServiceUpdateError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestServiceUpdate [2022-01-20T16:03:56.985Z] --- PASS: TestServiceUpdate (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmGetUnlockKeyError [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmGetUnlockKey [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmInitError [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmInitError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmInit [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmInit (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmInspectError [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmInspectError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmInspect [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmInspect (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmJoinError [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmJoinError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmJoin [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmJoin (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmLeaveError [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmLeave [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmLeave (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmUnlockError [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmUnlock [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmUnlock (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmUpdateError [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestSwarmUpdate [2022-01-20T16:03:56.985Z] --- PASS: TestSwarmUpdate (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestTaskInspectError [2022-01-20T16:03:56.985Z] --- PASS: TestTaskInspectError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestTaskInspectWithEmptyID [2022-01-20T16:03:56.985Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestTaskInspect [2022-01-20T16:03:56.985Z] --- PASS: TestTaskInspect (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestTaskListError [2022-01-20T16:03:56.985Z] --- PASS: TestTaskListError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestTaskList [2022-01-20T16:03:56.985Z] --- PASS: TestTaskList (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeCreateError [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeCreateError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeCreate [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeCreate (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeInspectError [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeInspectError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeInspectNotFound [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeInspectWithEmptyID [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeInspect [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeInspect (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeListError [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeListError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeList [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeList (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeRemoveError [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-01-20T16:03:56.985Z] === RUN TestVolumeRemove [2022-01-20T16:03:56.985Z] --- PASS: TestVolumeRemove (0.00s) [2022-01-20T16:03:56.985Z] === CONT TestTLSCloseWriter [2022-01-20T16:03:56.985Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-01-20T16:03:56.985Z] PASS [2022-01-20T16:03:56.985Z] coverage: 75.1% of statements [2022-01-20T16:03:56.985Z] ok github.com/docker/docker/client 0.378s coverage: 75.1% of statements [2022-01-20T16:03:57.666Z] --- PASS: TestRequest (7.74s) [2022-01-20T16:03:57.666Z] === RUN TestOverlappingRequests [2022-01-20T16:03:57.666Z] --- PASS: TestOverlappingRequests (0.36s) [2022-01-20T16:03:57.666Z] === RUN TestRelease [2022-01-20T16:03:58.655Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-01-20T16:03:58.655Z] === RUN TestNetworkDBGarbageCollection [2022-01-20T16:03:59.125Z] --- PASS: TestRelease (1.43s) [2022-01-20T16:03:59.125Z] === RUN TestAllocateRandomDeallocate [2022-01-20T16:04:00.282Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-20T16:04:00.282Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-20T16:04:00.282Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-20T16:04:00.282Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-20T16:04:00.692Z] time="2022-01-20T16:04:00Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-01-20T16:04:00.852Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-20T16:04:00.852Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-20T16:04:01.422Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-20T16:04:01.422Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-20T16:04:01.422Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-20T16:04:01.695Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-20T16:04:01.956Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-20T16:04:01.956Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-20T16:04:02.526Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-20T16:04:02.526Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-20T16:04:03.096Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-20T16:04:03.096Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-20T16:04:03.648Z] --- PASS: TestAllocateRandomDeallocate (4.12s) [2022-01-20T16:04:03.648Z] === RUN TestRetrieveFromStore [2022-01-20T16:04:03.667Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-20T16:04:04.237Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-20T16:04:04.237Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-20T16:04:04.237Z] --- PASS: TestInfoAPIWarnings (16.40s) [2022-01-20T16:04:04.237Z] === RUN TestInfoDebug [2022-01-20T16:04:04.636Z] --- PASS: TestRetrieveFromStore (1.34s) [2022-01-20T16:04:04.636Z] === RUN TestRequestReleaseAddressDuplicate [2022-01-20T16:04:04.636Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-01-20T16:04:04.636Z] === RUN TestParallelPredefinedRequest1 [2022-01-20T16:04:04.636Z] === PAUSE TestParallelPredefinedRequest1 [2022-01-20T16:04:04.636Z] === RUN TestParallelPredefinedRequest2 [2022-01-20T16:04:04.636Z] === PAUSE TestParallelPredefinedRequest2 [2022-01-20T16:04:04.636Z] === RUN TestParallelPredefinedRequest3 [2022-01-20T16:04:04.636Z] === PAUSE TestParallelPredefinedRequest3 [2022-01-20T16:04:04.636Z] === RUN TestParallelPredefinedRequest4 [2022-01-20T16:04:04.636Z] === PAUSE TestParallelPredefinedRequest4 [2022-01-20T16:04:04.636Z] === RUN TestParallelPredefinedRequest5 [2022-01-20T16:04:04.636Z] === PAUSE TestParallelPredefinedRequest5 [2022-01-20T16:04:04.636Z] === RUN TestDebug [2022-01-20T16:04:04.636Z] --- PASS: TestDebug (0.00s) [2022-01-20T16:04:04.636Z] === RUN TestRequestPoolParallel [2022-01-20T16:04:04.809Z] --- PASS: TestInfoDebug (0.53s) [2022-01-20T16:04:04.809Z] === RUN TestInfoInsecureRegistries [2022-01-20T16:04:05.070Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-20T16:04:05.105Z] --- PASS: TestRequestPoolParallel (0.45s) [2022-01-20T16:04:05.105Z] === RUN TestFullAllocateRelease [2022-01-20T16:04:05.331Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-01-20T16:04:05.331Z] === RUN TestInfoRegistryMirrors [2022-01-20T16:04:05.575Z] --- PASS: TestFullAllocateRelease (0.49s) [2022-01-20T16:04:05.575Z] === RUN TestOddAllocateRelease [2022-01-20T16:04:05.900Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-01-20T16:04:05.900Z] === RUN TestLoginFailsWithBadCredentials [2022-01-20T16:04:06.053Z] --- PASS: TestOddAllocateRelease (0.26s) [2022-01-20T16:04:06.053Z] === RUN TestFullAllocateSerialReleaseParallel [2022-01-20T16:04:06.053Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.10s) [2022-01-20T16:04:06.053Z] === RUN TestOddAllocateSerialReleaseParallel [2022-01-20T16:04:06.053Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2022-01-20T16:04:06.053Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-01-20T16:04:06.053Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-01-20T16:04:06.053Z] === CONT TestParallelPredefinedRequest1 [2022-01-20T16:04:06.053Z] === CONT TestParallelPredefinedRequest4 [2022-01-20T16:04:06.053Z] === CONT TestParallelPredefinedRequest5 [2022-01-20T16:04:06.053Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:04:06.053Z] === CONT TestParallelPredefinedRequest4 [2022-01-20T16:04:06.053Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:04:06.053Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-01-20T16:04:06.053Z] === CONT TestParallelPredefinedRequest2 [2022-01-20T16:04:06.053Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:04:06.053Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-01-20T16:04:06.053Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-01-20T16:04:06.053Z] === CONT TestParallelPredefinedRequest1 [2022-01-20T16:04:06.053Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:04:06.053Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-01-20T16:04:06.053Z] === CONT TestParallelPredefinedRequest3 [2022-01-20T16:04:06.053Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:04:06.053Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-01-20T16:04:06.053Z] PASS [2022-01-20T16:04:06.053Z] coverage: 85.3% of statements [2022-01-20T16:04:06.053Z] ok github.com/docker/docker/libnetwork/ipam 48.966s coverage: 85.3% of statements [2022-01-20T16:04:06.161Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s) [2022-01-20T16:04:06.161Z] === RUN TestPingCacheHeaders [2022-01-20T16:04:06.161Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-01-20T16:04:06.161Z] === RUN TestPingGet [2022-01-20T16:04:06.161Z] --- PASS: TestPingGet (0.01s) [2022-01-20T16:04:06.161Z] === RUN TestPingHead [2022-01-20T16:04:06.161Z] --- PASS: TestPingHead (0.02s) [2022-01-20T16:04:06.161Z] === RUN TestVersion [2022-01-20T16:04:06.161Z] --- PASS: TestVersion (0.02s) [2022-01-20T16:04:06.161Z] === CONT TestDiskUsage [2022-01-20T16:04:06.522Z] === RUN TestParseEmptyInterface [2022-01-20T16:04:06.522Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-01-20T16:04:06.522Z] === RUN TestParseNonInterfaceType [2022-01-20T16:04:06.522Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-01-20T16:04:06.522Z] === RUN TestParseWithOneFunction [2022-01-20T16:04:06.522Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-01-20T16:04:06.522Z] === RUN TestParseWithMultipleFuncs [2022-01-20T16:04:06.522Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-01-20T16:04:06.522Z] === RUN TestParseWithUnnamedReturn [2022-01-20T16:04:06.522Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-01-20T16:04:06.522Z] === RUN TestEmbeddedInterface [2022-01-20T16:04:06.522Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-01-20T16:04:06.522Z] === RUN TestParsedImports [2022-01-20T16:04:06.522Z] --- PASS: TestParsedImports (0.00s) [2022-01-20T16:04:06.522Z] === RUN TestAliasedImports [2022-01-20T16:04:06.522Z] --- PASS: TestAliasedImports (0.00s) [2022-01-20T16:04:06.522Z] PASS [2022-01-20T16:04:06.522Z] coverage: 56.8% of statements [2022-01-20T16:04:06.522Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.046s coverage: 56.8% of statements [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/container_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/image_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/volume_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-01-20T16:04:06.730Z] === RUN TestDiskUsage/after_container.Run [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-01-20T16:04:07.301Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage (1.23s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-01-20T16:04:07.301Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-01-20T16:04:07.301Z] PASS [2022-01-20T16:04:07.301Z] [2022-01-20T16:04:07.301Z] === Skipped [2022-01-20T16:04:07.301Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:04:07.301Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-01-20T16:04:07.301Z] [2022-01-20T16:04:07.301Z] DONE 50 tests, 1 skipped in 20.174s [2022-01-20T16:04:07.301Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-01-20T16:04:07.301Z] ++ 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-01-20T16:04:07.301Z] ++ set -e [2022-01-20T16:04:07.301Z] ++ '[' -n 0 ']' [2022-01-20T16:04:07.301Z] ++ set -x [2022-01-20T16:04:07.301Z] ++ 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-01-20T16:04:07.513Z] === RUN TestHTTPTransport [2022-01-20T16:04:07.513Z] --- PASS: TestHTTPTransport (0.00s) [2022-01-20T16:04:07.513Z] PASS [2022-01-20T16:04:07.513Z] coverage: 85.7% of statements [2022-01-20T16:04:07.513Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2022-01-20T16:04:07.563Z] INFO: Testing against a local daemon [2022-01-20T16:04:07.563Z] === RUN TestVolumesCreateAndList [2022-01-20T16:04:07.563Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-01-20T16:04:07.563Z] === RUN TestVolumesRemove [2022-01-20T16:04:07.563Z] --- PASS: TestVolumesRemove (0.08s) [2022-01-20T16:04:07.563Z] === RUN TestVolumesInspect [2022-01-20T16:04:07.563Z] --- PASS: TestVolumesInspect (0.02s) [2022-01-20T16:04:07.563Z] === RUN TestVolumesInvalidJSON [2022-01-20T16:04:07.563Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-20T16:04:07.563Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-20T16:04:07.563Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-20T16:04:07.563Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-01-20T16:04:07.563Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-20T16:04:07.563Z] PASS [2022-01-20T16:04:07.563Z] [2022-01-20T16:04:07.563Z] DONE 5 tests in 0.251s [2022-01-20T16:04:07.563Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-20T16:04:07.563Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-20T16:04:07.824Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-20T16:04:07.824Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-20T16:04:08.084Z] ++++ cat bundles/test-integration/docker.pid [2022-01-20T16:04:08.084Z] +++ kill 6165 [2022-01-20T16:04:08.347Z] +++ /etc/init.d/apparmor stop [2022-01-20T16:04:08.347Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-20T16:04:08.347Z] [2022-01-20T16:04:08.347Z] Unloading profiles will leave already running processes permanently [2022-01-20T16:04:08.347Z] unconfined, which can lead to unexpected situations. [2022-01-20T16:04:08.347Z] [2022-01-20T16:04:08.347Z] To set a process to complain mode, use the command line tool [2022-01-20T16:04:08.347Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-20T16:04:08.347Z] +++ true [2022-01-20T16:04:08.347Z] exiting test-integration [2022-01-20T16:04:08.347Z] ++ exit 0 [2022-01-20T16:04:08.347Z] [2022-01-20T16:04:08.511Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-01-20T16:04:08.511Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-20T16:04:08.511Z] === RUN TestBufioReaderPoolPutAndGet [2022-01-20T16:04:08.511Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-01-20T16:04:08.511Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-01-20T16:04:08.511Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-01-20T16:04:08.511Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-01-20T16:04:08.511Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-20T16:04:08.511Z] === RUN TestBufioWriterPoolPutAndGet [2022-01-20T16:04:08.511Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-01-20T16:04:08.511Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-01-20T16:04:08.511Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-01-20T16:04:08.511Z] === RUN TestBufferPoolPutAndGet [2022-01-20T16:04:08.511Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-01-20T16:04:08.511Z] PASS [2022-01-20T16:04:08.511Z] coverage: 88.2% of statements [2022-01-20T16:04:08.511Z] ok github.com/docker/docker/pkg/pools 0.040s coverage: 88.2% of statements [2022-01-20T16:04:08.981Z] === RUN TestOutputOnPrematureClose [2022-01-20T16:04:08.981Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-01-20T16:04:08.981Z] === RUN TestCompleteSilently [2022-01-20T16:04:08.981Z] --- PASS: TestCompleteSilently (0.00s) [2022-01-20T16:04:08.981Z] PASS [2022-01-20T16:04:08.981Z] coverage: 75.9% of statements [2022-01-20T16:04:08.981Z] ok github.com/docker/docker/pkg/progress 0.042s coverage: 75.9% of statements [2022-01-20T16:04:09.296Z] + for job in $(jobs -p) [2022-01-20T16:04:09.296Z] + wait 20536 [2022-01-20T16:04:09.371Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:04:09.371Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:04:09.450Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-01-20T16:04:09.450Z] === RUN TestClientStream [2022-01-20T16:04:09.450Z] --- PASS: TestClientStream (0.00s) [2022-01-20T16:04:09.450Z] === RUN TestClientSendFile [2022-01-20T16:04:09.450Z] --- PASS: TestClientSendFile (0.00s) [2022-01-20T16:04:09.450Z] === RUN TestClientWithRequestTimeout [2022-01-20T16:04:09.450Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-01-20T16:04:09.450Z] === RUN TestFileSpecPlugin [2022-01-20T16:04:09.450Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-01-20T16:04:09.450Z] === RUN TestFileJSONSpecPlugin [2022-01-20T16:04:09.451Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2022-01-20T16:04:09.451Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-01-20T16:04:09.451Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2022-01-20T16:04:09.451Z] === RUN TestPluginAddHandler [2022-01-20T16:04:09.451Z] --- PASS: TestPluginAddHandler (0.00s) [2022-01-20T16:04:09.451Z] === RUN TestPluginWaitBadPlugin [2022-01-20T16:04:09.451Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-01-20T16:04:09.451Z] === RUN TestGet [2022-01-20T16:04:09.451Z] time="2022-01-20T16:04:09Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-01-20T16:04:09.451Z] === RUN TestSendToOneSub [2022-01-20T16:04:09.451Z] --- PASS: TestSendToOneSub (0.00s) [2022-01-20T16:04:09.451Z] === RUN TestSendToMultipleSubs [2022-01-20T16:04:09.451Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-01-20T16:04:09.451Z] === RUN TestEvictOneSub [2022-01-20T16:04:09.451Z] --- PASS: TestEvictOneSub (0.00s) [2022-01-20T16:04:09.451Z] === RUN TestClosePublisher [2022-01-20T16:04:09.451Z] --- PASS: TestClosePublisher (0.00s) [2022-01-20T16:04:09.451Z] === RUN TestPubSubRace [2022-01-20T16:04:09.557Z] === RUN TestDockerSuite/TestImportFile [2022-01-20T16:04:10.439Z] time="2022-01-20T16:04:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-01-20T16:04:10.498Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-20T16:04:10.498Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-20T16:04:10.908Z] --- PASS: TestPubSubRace (1.06s) [2022-01-20T16:04:10.908Z] PASS [2022-01-20T16:04:10.908Z] coverage: 75.0% of statements [2022-01-20T16:04:10.908Z] ok github.com/docker/docker/pkg/pubsub 1.100s coverage: 75.0% of statements [2022-01-20T16:04:11.380Z] === RUN TestRegister [2022-01-20T16:04:11.380Z] --- PASS: TestRegister (0.00s) [2022-01-20T16:04:11.380Z] === RUN TestCommand [2022-01-20T16:04:11.380Z] --- PASS: TestCommand (0.03s) [2022-01-20T16:04:11.380Z] === RUN TestNaiveSelf [2022-01-20T16:04:11.380Z] --- PASS: TestNaiveSelf (0.03s) [2022-01-20T16:04:11.380Z] PASS [2022-01-20T16:04:11.380Z] coverage: 82.4% of statements [2022-01-20T16:04:11.380Z] ok github.com/docker/docker/pkg/reexec 0.098s coverage: 82.4% of statements [2022-01-20T16:04:11.885Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-20T16:04:12.370Z] === RUN TestDump [2022-01-20T16:04:12.370Z] goroutine 6 [running]: [2022-01-20T16:04:12.370Z] github.com/docker/docker/pkg/stack.dump(0x37b6b7) [2022-01-20T16:04:12.370Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-20T16:04:12.370Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-01-20T16:04:12.370Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-01-20T16:04:12.370Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-01-20T16:04:12.370Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-01-20T16:04:12.370Z] testing.tRunner(0xc00011c1a0, 0x4e8e68) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:04:12.370Z] created by testing.(*T).Run [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-20T16:04:12.370Z] [2022-01-20T16:04:12.370Z] goroutine 1 [chan receive]: [2022-01-20T16:04:12.370Z] testing.(*T).Run(0xc00011c000, {0x4da52e, 0x35a413}, 0x4e8e68) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-20T16:04:12.370Z] testing.runTests.func1(0xc000068750) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-20T16:04:12.370Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:04:12.370Z] testing.runTests(0xc000076080, {0x64cba0, 0x3, 0x3}, {0x37a90d, 0x4dc228, 0x651640}) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-20T16:04:12.370Z] testing.(*M).Run(0xc000076080) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-20T16:04:12.370Z] main.main() [2022-01-20T16:04:12.370Z] _testmain.go:95 +0x1f5 [2022-01-20T16:04:12.370Z] --- PASS: TestDump (0.00s) [2022-01-20T16:04:12.370Z] === RUN TestDumpToFile [2022-01-20T16:04:12.370Z] --- PASS: TestDumpToFile (0.19s) [2022-01-20T16:04:12.370Z] === RUN TestDumpToFileWithEmptyInput [2022-01-20T16:04:12.370Z] goroutine 8 [running]: [2022-01-20T16:04:12.370Z] github.com/docker/docker/pkg/stack.dump(0x3e86f4) [2022-01-20T16:04:12.370Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-20T16:04:12.370Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x3e8aa0}) [2022-01-20T16:04:12.370Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-01-20T16:04:12.370Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2022-01-20T16:04:12.370Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-01-20T16:04:12.370Z] testing.tRunner(0xc00011c680, 0x4e8e58) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:04:12.370Z] created by testing.(*T).Run [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-20T16:04:12.370Z] [2022-01-20T16:04:12.370Z] goroutine 1 [chan receive]: [2022-01-20T16:04:12.370Z] testing.(*T).Run(0xc00011c000, {0x4e12ba, 0x35a413}, 0x4e8e58) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-20T16:04:12.370Z] testing.runTests.func1(0xc000068750) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-20T16:04:12.370Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:04:12.370Z] testing.runTests(0xc000076080, {0x64cba0, 0x3, 0x3}, {0x37a90d, 0x4dc228, 0x651640}) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-20T16:04:12.370Z] testing.(*M).Run(0xc000076080) [2022-01-20T16:04:12.370Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-20T16:04:12.370Z] main.main() [2022-01-20T16:04:12.370Z] _testmain.go:95 +0x1f5 [2022-01-20T16:04:12.370Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-01-20T16:04:12.370Z] PASS [2022-01-20T16:04:12.370Z] coverage: 90.9% of statements [2022-01-20T16:04:12.370Z] ok github.com/docker/docker/pkg/stack 0.225s coverage: 90.9% of statements [2022-01-20T16:04:12.370Z] time="2022-01-20T16:04:12Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-01-20T16:04:12.842Z] === RUN TestNewStdWriter [2022-01-20T16:04:12.842Z] --- PASS: TestNewStdWriter (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestWriteWithUninitializedStdWriter [2022-01-20T16:04:12.842Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestWriteWithNilBytes [2022-01-20T16:04:12.842Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestWrite [2022-01-20T16:04:12.842Z] --- PASS: TestWrite (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestWriteWithWriterError [2022-01-20T16:04:12.842Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-01-20T16:04:12.842Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyWriteAndRead [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyWithInvalidInputHeader [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyWithCorruptedPrefix [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyReturnsWriteErrors [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-01-20T16:04:12.842Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-01-20T16:04:12.842Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-01-20T16:04:12.842Z] PASS [2022-01-20T16:04:12.842Z] coverage: 100.0% of statements [2022-01-20T16:04:12.842Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements [2022-01-20T16:04:13.272Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-20T16:04:13.830Z] === RUN TestRawProgressFormatterFormatStatus [2022-01-20T16:04:13.830Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestRawProgressFormatterFormatProgress [2022-01-20T16:04:13.830Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestFormatStatus [2022-01-20T16:04:13.830Z] --- PASS: TestFormatStatus (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestFormatError [2022-01-20T16:04:13.830Z] --- PASS: TestFormatError (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestFormatJSONError [2022-01-20T16:04:13.830Z] --- PASS: TestFormatJSONError (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestJsonProgressFormatterFormatProgress [2022-01-20T16:04:13.830Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestJsonProgressFormatterFormatStatus [2022-01-20T16:04:13.830Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestNewJSONProgressOutput [2022-01-20T16:04:13.830Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestAuxFormatterEmit [2022-01-20T16:04:13.830Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestStreamWriterStdout [2022-01-20T16:04:13.830Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-01-20T16:04:13.830Z] === RUN TestStreamWriterStderr [2022-01-20T16:04:13.830Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-01-20T16:04:13.830Z] PASS [2022-01-20T16:04:13.830Z] coverage: 66.2% of statements [2022-01-20T16:04:13.830Z] ok github.com/docker/docker/pkg/streamformatter 0.044s coverage: 66.2% of statements [2022-01-20T16:04:14.299Z] === RUN TestGenerateRandomID [2022-01-20T16:04:14.299Z] --- PASS: TestGenerateRandomID (0.00s) [2022-01-20T16:04:14.299Z] === RUN TestShortenId [2022-01-20T16:04:14.299Z] --- PASS: TestShortenId (0.00s) [2022-01-20T16:04:14.299Z] === RUN TestShortenSha256Id [2022-01-20T16:04:14.299Z] --- PASS: TestShortenSha256Id (0.00s) [2022-01-20T16:04:14.299Z] === RUN TestShortenIdEmpty [2022-01-20T16:04:14.299Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-01-20T16:04:14.299Z] === RUN TestShortenIdInvalid [2022-01-20T16:04:14.299Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-01-20T16:04:14.299Z] === RUN TestIsShortIDNonHex [2022-01-20T16:04:14.299Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-01-20T16:04:14.299Z] === RUN TestIsShortIDNotCorrectSize [2022-01-20T16:04:14.299Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-01-20T16:04:14.299Z] PASS [2022-01-20T16:04:14.299Z] coverage: 70.6% of statements [2022-01-20T16:04:14.299Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2022-01-20T16:04:14.319Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-20T16:04:14.818Z] --- PASS: TestCheckoutGit (31.31s) [2022-01-20T16:04:14.818Z] === RUN TestValidGitTransport [2022-01-20T16:04:14.818Z] --- PASS: TestValidGitTransport (0.00s) [2022-01-20T16:04:14.818Z] === RUN TestGitInvalidRef [2022-01-20T16:04:14.818Z] --- PASS: TestGitInvalidRef (0.24s) [2022-01-20T16:04:14.818Z] PASS [2022-01-20T16:04:14.818Z] coverage: 86.3% of statements [2022-01-20T16:04:14.818Z] ok github.com/docker/docker/builder/remotecontext/git 31.604s coverage: 86.3% of statements [2022-01-20T16:04:14.891Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-20T16:04:15.151Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-20T16:04:15.287Z] === RUN TestIsCpusetListAvailable [2022-01-20T16:04:15.287Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-01-20T16:04:15.287Z] PASS [2022-01-20T16:04:15.287Z] coverage: 39.4% of statements [2022-01-20T16:04:15.287Z] ok github.com/docker/docker/pkg/sysinfo 0.041s coverage: 39.4% of statements [2022-01-20T16:04:15.723Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-20T16:04:15.723Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-01-20T16:04:15.723Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-20T16:04:15.807Z] ? github.com/docker/docker/cli [no test files] [2022-01-20T16:04:15.807Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-20T16:04:16.275Z] time="2022-01-20T16:04:16Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-01-20T16:04:16.294Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-20T16:04:16.746Z] === RUN TestChtimes [2022-01-20T16:04:16.746Z] --- PASS: TestChtimes (0.00s) [2022-01-20T16:04:16.746Z] === RUN TestChtimesWindows [2022-01-20T16:04:16.746Z] --- PASS: TestChtimesWindows (0.00s) [2022-01-20T16:04:16.746Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-01-20T16:04:16.746Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-01-20T16:04:16.746Z] === RUN TestEnsureRemoveAllNotExist [2022-01-20T16:04:16.746Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-01-20T16:04:16.746Z] === RUN TestEnsureRemoveAllWithDir [2022-01-20T16:04:16.746Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-01-20T16:04:16.746Z] === RUN TestEnsureRemoveAllWithFile [2022-01-20T16:04:16.746Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-01-20T16:04:16.746Z] === RUN TestHasWin32KSupport [2022-01-20T16:04:16.746Z] syscall_windows_test.go:8: win32k: true [2022-01-20T16:04:16.746Z] --- PASS: TestHasWin32KSupport (0.00s) [2022-01-20T16:04:16.746Z] PASS [2022-01-20T16:04:16.746Z] coverage: 13.0% of statements [2022-01-20T16:04:16.746Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 13.0% of statements [2022-01-20T16:04:16.865Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-20T16:04:17.125Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-20T16:04:17.696Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-20T16:04:17.734Z] === RUN TestTailFile [2022-01-20T16:04:17.734Z] --- PASS: TestTailFile (0.00s) [2022-01-20T16:04:17.734Z] === RUN TestTailFileManyLines [2022-01-20T16:04:17.734Z] --- PASS: TestTailFileManyLines (0.00s) [2022-01-20T16:04:17.734Z] === RUN TestTailEmptyFile [2022-01-20T16:04:17.734Z] --- PASS: TestTailEmptyFile (0.00s) [2022-01-20T16:04:17.734Z] === RUN TestTailNegativeN [2022-01-20T16:04:17.734Z] --- PASS: TestTailNegativeN (0.00s) [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/truncated_last_line [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/4_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/no_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/12_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/2_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/8_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/single_byte_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.734Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.734Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.734Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.735Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.735Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.735Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.736Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.736Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:17.736Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:17.737Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.737Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:17.737Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:17.992Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-01-20T16:04:17.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (16.97s) [2022-01-20T16:04:17.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.98s) [2022-01-20T16:04:17.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (17.05s) [2022-01-20T16:04:17.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.32s) [2022-01-20T16:04:17.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.12s) [2022-01-20T16:04:17.992Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.44s) [2022-01-20T16:04:17.992Z] === RUN TestBuildMultiStageCopy [2022-01-20T16:04:17.992Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-20T16:04:18.267Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-20T16:04:18.300Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.300Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.301Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.301Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.302Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:04:18.303Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:04:18.303Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.02s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.02s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.304Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.02s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter (0.02s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:04:18.305Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:04:18.306Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:04:18.306Z] PASS [2022-01-20T16:04:18.306Z] coverage: 88.6% of statements [2022-01-20T16:04:18.306Z] ok github.com/docker/docker/pkg/tailfile 0.543s coverage: 88.6% of statements [2022-01-20T16:04:18.527Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-20T16:04:18.527Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-01-20T16:04:18.774Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-20T16:04:18.774Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-20T16:04:18.774Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-20T16:04:18.774Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-01-20T16:04:19.243Z] === RUN TestTarSumRemoveNonExistent [2022-01-20T16:04:19.243Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-01-20T16:04:19.243Z] === RUN TestTarSumRemove [2022-01-20T16:04:19.243Z] --- PASS: TestTarSumRemove (0.00s) [2022-01-20T16:04:19.243Z] === RUN TestSortFileInfoSums [2022-01-20T16:04:19.243Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-01-20T16:04:19.243Z] === RUN TestNewTarSumForLabelInvalid [2022-01-20T16:04:19.243Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-01-20T16:04:19.243Z] === RUN TestNewTarSumForLabel [2022-01-20T16:04:19.243Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-01-20T16:04:19.243Z] === RUN TestEmptyTar [2022-01-20T16:04:19.243Z] --- PASS: TestEmptyTar (0.01s) [2022-01-20T16:04:19.243Z] === RUN TestTarSumsReadSize [2022-01-20T16:04:19.243Z] --- PASS: TestTarSumsReadSize (0.01s) [2022-01-20T16:04:19.243Z] === RUN TestTarSums [2022-01-20T16:04:19.717Z] --- PASS: TestTarSums (0.08s) [2022-01-20T16:04:19.717Z] === RUN TestIteration [2022-01-20T16:04:19.717Z] --- PASS: TestIteration (0.00s) [2022-01-20T16:04:19.717Z] === RUN TestVersionLabelForChecksum [2022-01-20T16:04:19.717Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-01-20T16:04:19.717Z] === RUN TestVersion [2022-01-20T16:04:19.717Z] --- PASS: TestVersion (0.00s) [2022-01-20T16:04:19.717Z] === RUN TestGetVersion [2022-01-20T16:04:19.717Z] --- PASS: TestGetVersion (0.00s) [2022-01-20T16:04:19.717Z] === RUN TestGetVersions [2022-01-20T16:04:19.717Z] --- PASS: TestGetVersions (0.00s) [2022-01-20T16:04:19.717Z] PASS [2022-01-20T16:04:19.717Z] coverage: 89.3% of statements [2022-01-20T16:04:19.717Z] ok github.com/docker/docker/pkg/tarsum 0.147s coverage: 89.3% of statements [2022-01-20T16:04:19.717Z] testing: warning: no tests to run [2022-01-20T16:04:19.717Z] PASS [2022-01-20T16:04:19.717Z] coverage: [no statements] [2022-01-20T16:04:19.717Z] ok github.com/docker/docker/pkg/term/windows 0.041s coverage: [no statements] [no tests to run] [2022-01-20T16:04:19.911Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-20T16:04:20.177Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-20T16:04:20.188Z] === RUN TestTruncIndex [2022-01-20T16:04:20.188Z] --- PASS: TestTruncIndex (0.10s) [2022-01-20T16:04:20.188Z] PASS [2022-01-20T16:04:20.188Z] coverage: 91.5% of statements [2022-01-20T16:04:20.188Z] ok github.com/docker/docker/pkg/truncindex 0.142s coverage: 91.5% of statements [2022-01-20T16:04:20.188Z] === RUN TestIsGIT [2022-01-20T16:04:20.188Z] --- PASS: TestIsGIT (0.00s) [2022-01-20T16:04:20.188Z] === RUN TestIsTransport [2022-01-20T16:04:20.188Z] --- PASS: TestIsTransport (0.00s) [2022-01-20T16:04:20.188Z] PASS [2022-01-20T16:04:20.188Z] coverage: 100.0% of statements [2022-01-20T16:04:20.188Z] ok github.com/docker/docker/pkg/urlutil 0.040s coverage: 100.0% of statements [2022-01-20T16:04:20.438Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.01s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-01-20T16:04:20.568Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestConfigureDaemonLogs [2022-01-20T16:04:20.568Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestCommonOptionsInstallFlags [2022-01-20T16:04:20.568Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-01-20T16:04:20.568Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-01-20T16:04:20.568Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-01-20T16:04:20.568Z] PASS [2022-01-20T16:04:20.568Z] coverage: 18.6% of statements [2022-01-20T16:04:20.568Z] ok github.com/docker/docker/cmd/dockerd 0.224s coverage: 18.6% of statements [2022-01-20T16:04:20.568Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-01-20T16:04:20.568Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-20T16:04:20.658Z] === RUN TestVersionInfo [2022-01-20T16:04:20.658Z] --- PASS: TestVersionInfo (0.00s) [2022-01-20T16:04:20.698Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-01-20T16:04:20.959Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-20T16:04:20.959Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-01-20T16:04:20.959Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-20T16:04:21.127Z] === RUN TestAppendVersions [2022-01-20T16:04:21.127Z] --- PASS: TestAppendVersions (0.00s) [2022-01-20T16:04:21.127Z] PASS [2022-01-20T16:04:21.127Z] coverage: 88.9% of statements [2022-01-20T16:04:21.127Z] ok github.com/docker/docker/pkg/useragent 0.042s coverage: 88.9% of statements [2022-01-20T16:04:21.900Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-20T16:04:22.128Z] === RUN TestValidatePrivileges [2022-01-20T16:04:22.128Z] --- PASS: TestValidatePrivileges (0.00s) [2022-01-20T16:04:22.128Z] === RUN TestFilterByCapNeg [2022-01-20T16:04:22.128Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-01-20T16:04:22.128Z] === RUN TestFilterByCapPos [2022-01-20T16:04:22.128Z] --- PASS: TestFilterByCapPos (0.00s) [2022-01-20T16:04:22.128Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-01-20T16:04:22.128Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-01-20T16:04:22.128Z] PASS [2022-01-20T16:04:22.128Z] coverage: 12.0% of statements [2022-01-20T16:04:22.128Z] ok github.com/docker/docker/plugin 0.055s coverage: 12.0% of statements [2022-01-20T16:04:22.128Z] === RUN TestNewSettable [2022-01-20T16:04:22.128Z] --- PASS: TestNewSettable (0.00s) [2022-01-20T16:04:22.128Z] === RUN TestIsSettable [2022-01-20T16:04:22.128Z] --- PASS: TestIsSettable (0.00s) [2022-01-20T16:04:22.128Z] === RUN TestUpdateSettingsEnv [2022-01-20T16:04:22.128Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-01-20T16:04:22.128Z] PASS [2022-01-20T16:04:22.128Z] coverage: 20.0% of statements [2022-01-20T16:04:22.128Z] ok github.com/docker/docker/plugin/v2 0.048s coverage: 20.0% of statements [2022-01-20T16:04:22.136Z] === RUN TestContainerStopSignal [2022-01-20T16:04:22.136Z] --- PASS: TestContainerStopSignal (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestContainerStopTimeout [2022-01-20T16:04:22.136Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestContainerSecretReferenceDestTarget [2022-01-20T16:04:22.136Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-01-20T16:04:22.136Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestContainerLogPathSetForRingLogger [2022-01-20T16:04:22.136Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestReplaceAndAppendEnvVars [2022-01-20T16:04:22.136Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-01-20T16:04:22.136Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestNewMemoryStore [2022-01-20T16:04:22.136Z] --- PASS: TestNewMemoryStore (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestAddContainers [2022-01-20T16:04:22.136Z] --- PASS: TestAddContainers (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestGetContainer [2022-01-20T16:04:22.136Z] --- PASS: TestGetContainer (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestDeleteContainer [2022-01-20T16:04:22.136Z] --- PASS: TestDeleteContainer (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestListContainers [2022-01-20T16:04:22.136Z] --- PASS: TestListContainers (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestFirstContainer [2022-01-20T16:04:22.136Z] --- PASS: TestFirstContainer (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestApplyAllContainer [2022-01-20T16:04:22.136Z] --- PASS: TestApplyAllContainer (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestIsValidHealthString [2022-01-20T16:04:22.136Z] --- PASS: TestIsValidHealthString (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestStateRunStop [2022-01-20T16:04:22.136Z] --- PASS: TestStateRunStop (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestStateTimeoutWait [2022-01-20T16:04:22.136Z] state_test.go:141: Stop callback fired [2022-01-20T16:04:22.136Z] state_test.go:165: Stop callback fired [2022-01-20T16:04:22.136Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-01-20T16:04:22.136Z] === RUN TestIsValidStateString [2022-01-20T16:04:22.136Z] --- PASS: TestIsValidStateString (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestViewSaveDelete [2022-01-20T16:04:22.136Z] --- PASS: TestViewSaveDelete (0.02s) [2022-01-20T16:04:22.136Z] === RUN TestViewAll [2022-01-20T16:04:22.136Z] --- PASS: TestViewAll (0.02s) [2022-01-20T16:04:22.136Z] === RUN TestViewGet [2022-01-20T16:04:22.136Z] --- PASS: TestViewGet (0.01s) [2022-01-20T16:04:22.136Z] === RUN TestNames [2022-01-20T16:04:22.136Z] --- PASS: TestNames (0.00s) [2022-01-20T16:04:22.136Z] === RUN TestViewWithHealthCheck [2022-01-20T16:04:22.136Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-01-20T16:04:22.136Z] PASS [2022-01-20T16:04:22.136Z] coverage: 41.7% of statements [2022-01-20T16:04:22.136Z] ok github.com/docker/docker/container 0.252s coverage: 41.7% of statements [2022-01-20T16:04:22.160Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-20T16:04:22.606Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-20T16:04:22.606Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-20T16:04:22.606Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-20T16:04:22.606Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-20T16:04:22.731Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-20T16:04:23.302Z] === RUN TestDockerSuite/TestInspectImage [2022-01-20T16:04:23.302Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-20T16:04:23.302Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-20T16:04:23.302Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-01-20T16:04:23.302Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-20T16:04:23.594Z] === RUN TestPrepare [2022-01-20T16:04:23.594Z] --- PASS: TestPrepare (0.00s) [2022-01-20T16:04:23.594Z] === RUN TestStart [2022-01-20T16:04:23.594Z] --- PASS: TestStart (0.00s) [2022-01-20T16:04:23.594Z] === RUN TestWaitCancel [2022-01-20T16:04:23.594Z] --- PASS: TestWaitCancel (0.00s) [2022-01-20T16:04:23.594Z] === RUN TestWaitDisabled [2022-01-20T16:04:23.594Z] --- PASS: TestWaitDisabled (0.00s) [2022-01-20T16:04:23.594Z] === RUN TestWaitEnabled [2022-01-20T16:04:23.594Z] --- PASS: TestWaitEnabled (0.00s) [2022-01-20T16:04:23.594Z] === RUN TestRemove [2022-01-20T16:04:23.594Z] --- PASS: TestRemove (0.00s) [2022-01-20T16:04:23.594Z] PASS [2022-01-20T16:04:23.594Z] coverage: 65.3% of statements [2022-01-20T16:04:23.594Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2022-01-20T16:04:23.700Z] === RUN TestLoad [2022-01-20T16:04:23.700Z] --- PASS: TestLoad (0.00s) [2022-01-20T16:04:23.700Z] === RUN TestSave [2022-01-20T16:04:23.700Z] --- PASS: TestSave (0.03s) [2022-01-20T16:04:23.700Z] === RUN TestAddDeleteGet [2022-01-20T16:04:23.700Z] --- PASS: TestAddDeleteGet (0.05s) [2022-01-20T16:04:23.700Z] === RUN TestInvalidTags [2022-01-20T16:04:23.700Z] --- PASS: TestInvalidTags (0.01s) [2022-01-20T16:04:23.700Z] PASS [2022-01-20T16:04:23.700Z] coverage: 84.4% of statements [2022-01-20T16:04:23.700Z] ok github.com/docker/docker/reference 0.153s coverage: 84.4% of statements [2022-01-20T16:04:23.872Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-20T16:04:24.132Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-20T16:04:24.132Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-20T16:04:24.170Z] --- PASS: TestGet (15.02s) [2022-01-20T16:04:24.170Z] === RUN TestPluginWithNoManifest [2022-01-20T16:04:24.170Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-01-20T16:04:24.170Z] === RUN TestGetAll [2022-01-20T16:04:24.170Z] --- PASS: TestGetAll (0.00s) [2022-01-20T16:04:24.170Z] PASS [2022-01-20T16:04:24.170Z] coverage: 73.2% of statements [2022-01-20T16:04:24.638Z] ok github.com/docker/docker/pkg/plugins 36.094s coverage: 73.2% of statements [2022-01-20T16:04:24.638Z] === RUN TestResolveAuthConfigIndexServer [2022-01-20T16:04:24.638Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-01-20T16:04:24.704Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-01-20T16:04:25.108Z] === RUN TestResolveAuthConfigFullURL [2022-01-20T16:04:25.108Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestLoadAllowNondistributableArtifacts [2022-01-20T16:04:25.108Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestValidateMirror [2022-01-20T16:04:25.108Z] --- PASS: TestValidateMirror (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestLoadInsecureRegistries [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestReaderWithReadError [2022-01-20T16:04:25.108Z] time="2022-01-20T16:04:24Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-20T16:04:25.108Z] time="2022-01-20T16:04:24Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-01-20T16:04:25.108Z] time="2022-01-20T16:04:24Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-20T16:04:25.108Z] --- PASS: TestLoadInsecureRegistries (0.20s) [2022-01-20T16:04:25.108Z] === RUN TestNewServiceConfig [2022-01-20T16:04:25.108Z] --- PASS: TestNewServiceConfig (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestValidateIndexName [2022-01-20T16:04:25.108Z] --- PASS: TestValidateIndexName (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestValidateIndexNameWithError [2022-01-20T16:04:25.108Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestEndpointParse [2022-01-20T16:04:25.108Z] --- PASS: TestEndpointParse (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestEndpointParseInvalid [2022-01-20T16:04:25.108Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestValidateEndpoint [2022-01-20T16:04:25.108Z] --- PASS: TestValidateEndpoint (0.01s) [2022-01-20T16:04:25.108Z] === RUN TestPing [2022-01-20T16:04:25.108Z] --- PASS: TestPing (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestPingRegistryEndpoint [2022-01-20T16:04:25.108Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:04:25.108Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestEndpoint [2022-01-20T16:04:25.108Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:04:25.108Z] --- SKIP: TestEndpoint (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestParseRepositoryInfo [2022-01-20T16:04:25.108Z] --- PASS: TestParseRepositoryInfo (0.01s) [2022-01-20T16:04:25.108Z] === RUN TestNewIndexInfo [2022-01-20T16:04:25.108Z] --- PASS: TestNewIndexInfo (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestMirrorEndpointLookup [2022-01-20T16:04:25.108Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:04:25.108Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestSearchRepositories [2022-01-20T16:04:25.108Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-01-20T16:04:25.108Z] Host: 127.0.0.1:49342 [2022-01-20T16:04:25.108Z] User-Agent: docker test client [2022-01-20T16:04:25.108Z] Authorization: Token fake-token [2022-01-20T16:04:25.108Z] X-Docker-Token: true [2022-01-20T16:04:25.108Z] Accept-Encoding: gzip [2022-01-20T16:04:25.108Z] [2022-01-20T16:04:25.108Z] [2022-01-20T16:04:25.108Z] registry_test.go:730: HTTP/1.1 200 OK [2022-01-20T16:04:25.108Z] Connection: close [2022-01-20T16:04:25.108Z] Content-Length: 144 [2022-01-20T16:04:25.108Z] Cache-Control: no-cache [2022-01-20T16:04:25.108Z] Content-Type: application/json [2022-01-20T16:04:25.108Z] Date: Thu, 20 Jan 2022 16:04:24 GMT [2022-01-20T16:04:25.108Z] Expires: -1 [2022-01-20T16:04:25.108Z] Pragma: no-cache [2022-01-20T16:04:25.108Z] Server: docker-tests/mock [2022-01-20T16:04:25.108Z] X-Docker-Registry-Config: mock [2022-01-20T16:04:25.108Z] X-Docker-Registry-Version: 0.0.0 [2022-01-20T16:04:25.108Z] [2022-01-20T16:04:25.108Z] [2022-01-20T16:04:25.108Z] --- PASS: TestSearchRepositories (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestTrustedLocation [2022-01-20T16:04:25.108Z] --- PASS: TestTrustedLocation (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-01-20T16:04:25.108Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestAllowNondistributableArtifacts [2022-01-20T16:04:25.108Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestIsSecureIndex [2022-01-20T16:04:25.108Z] --- PASS: TestIsSecureIndex (0.00s) [2022-01-20T16:04:25.108Z] PASS [2022-01-20T16:04:25.108Z] coverage: 51.2% of statements [2022-01-20T16:04:25.108Z] ok github.com/docker/docker/registry 0.329s coverage: 51.2% of statements [2022-01-20T16:04:25.108Z] time="2022-01-20T16:04:24Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestReader [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestReader (0.00s) [2022-01-20T16:04:25.108Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-01-20T16:04:25.108Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-01-20T16:04:25.108Z] PASS [2022-01-20T16:04:25.108Z] coverage: 100.0% of statements [2022-01-20T16:04:25.108Z] ok github.com/docker/docker/registry/resumable 0.276s coverage: 100.0% of statements [2022-01-20T16:04:25.163Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-01-20T16:04:25.163Z] === RUN TestNewListSecretsFilters [2022-01-20T16:04:25.163Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestNewListConfigsFilters [2022-01-20T16:04:25.163Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-01-20T16:04:25.163Z] PASS [2022-01-20T16:04:25.163Z] coverage: 0.5% of statements [2022-01-20T16:04:25.163Z] ok github.com/docker/docker/daemon/cluster 0.302s coverage: 0.5% of statements [2022-01-20T16:04:25.163Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.17s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCIsolation [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertFromGRPCIsolation [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-01-20T16:04:25.163Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-01-20T16:04:25.163Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-01-20T16:04:25.274Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-20T16:04:25.580Z] === RUN TestRestartManagerTimeout [2022-01-20T16:04:25.580Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-01-20T16:04:25.580Z] === RUN TestRestartManagerTimeoutReset [2022-01-20T16:04:25.580Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-01-20T16:04:25.580Z] PASS [2022-01-20T16:04:25.580Z] coverage: 45.3% of statements [2022-01-20T16:04:25.580Z] ok github.com/docker/docker/restartmanager 0.048s coverage: 45.3% of statements [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-01-20T16:04:25.635Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-01-20T16:04:25.635Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-01-20T16:04:25.635Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-01-20T16:04:25.635Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-01-20T16:04:25.635Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-01-20T16:04:26.105Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-01-20T16:04:26.105Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertFromGRPCConfigs [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertToGRPCConfigs [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-01-20T16:04:26.105Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-01-20T16:04:26.105Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-01-20T16:04:26.105Z] PASS [2022-01-20T16:04:26.105Z] coverage: 35.9% of statements [2022-01-20T16:04:26.105Z] ok github.com/docker/docker/daemon/cluster/convert 0.375s coverage: 35.9% of statements [2022-01-20T16:04:26.569Z] === RUN TestDecodeContainerConfig [2022-01-20T16:04:26.569Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-01-20T16:04:26.569Z] === RUN TestDecodeContainerConfigIsolation [2022-01-20T16:04:26.569Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-01-20T16:04:26.569Z] === RUN TestValidatePrivileged [2022-01-20T16:04:26.569Z] --- PASS: TestValidatePrivileged (0.00s) [2022-01-20T16:04:26.569Z] PASS [2022-01-20T16:04:26.569Z] coverage: 52.6% of statements [2022-01-20T16:04:26.569Z] ok github.com/docker/docker/runconfig 0.049s coverage: 52.6% of statements [2022-01-20T16:04:26.569Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-01-20T16:04:26.569Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-01-20T16:04:26.569Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-01-20T16:04:26.569Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-01-20T16:04:26.569Z] PASS [2022-01-20T16:04:26.569Z] coverage: 62.5% of statements [2022-01-20T16:04:26.569Z] ok github.com/docker/docker/testutil 0.062s coverage: 62.5% of statements [2022-01-20T16:04:27.185Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-20T16:04:27.185Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-20T16:04:27.755Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-20T16:04:28.016Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-20T16:04:28.276Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-01-20T16:04:28.357Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-20T16:04:28.357Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-20T16:04:28.820Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-20T16:04:29.059Z] === RUN TestBuilderGC [2022-01-20T16:04:29.059Z] --- PASS: TestBuilderGC (0.01s) [2022-01-20T16:04:29.059Z] === RUN TestDaemonConfigurationNotFound [2022-01-20T16:04:29.059Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestDaemonBrokenConfiguration [2022-01-20T16:04:29.059Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestFindConfigurationConflicts [2022-01-20T16:04:29.059Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-01-20T16:04:29.059Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestDaemonConfigurationMergeConflicts [2022-01-20T16:04:29.059Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-01-20T16:04:29.059Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-01-20T16:04:29.059Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-01-20T16:04:29.059Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-01-20T16:04:29.059Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-01-20T16:04:29.060Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-01-20T16:04:29.060Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-01-20T16:04:29.060Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-01-20T16:04:29.060Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-01-20T16:04:29.060Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-01-20T16:04:29.060Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-01-20T16:04:29.060Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_label [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_dns [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_dns-search [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-01-20T16:04:29.060Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-01-20T16:04:29.060Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestReloadSetConfigFileNotExist [2022-01-20T16:04:29.060Z] time="2022-01-20T16:04:28Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-01-20T16:04:29.060Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s) [2022-01-20T16:04:29.060Z] === RUN TestReloadDefaultConfigNotExist [2022-01-20T16:04:29.060Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:04:29.060Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestReloadBadDefaultConfig [2022-01-20T16:04:29.060Z] time="2022-01-20T16:04:28Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3529386240" [2022-01-20T16:04:29.060Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestReloadWithConflictingLabels [2022-01-20T16:04:29.060Z] time="2022-01-20T16:04:28Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2784966251" [2022-01-20T16:04:29.060Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestReloadWithDuplicateLabels [2022-01-20T16:04:29.060Z] time="2022-01-20T16:04:28Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2696393985" [2022-01-20T16:04:29.060Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestMaskURLCredentials [2022-01-20T16:04:29.060Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestDaemonConfigurationMerge [2022-01-20T16:04:29.060Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-01-20T16:04:29.060Z] PASS [2022-01-20T16:04:29.060Z] coverage: 79.2% of statements [2022-01-20T16:04:29.060Z] ok github.com/docker/docker/daemon/config 0.474s coverage: 79.2% of statements [2022-01-20T16:04:29.060Z] === RUN TestWaitNodeAttachment [2022-01-20T16:04:29.060Z] === RUN TestEventsLog [2022-01-20T16:04:29.060Z] --- PASS: TestEventsLog (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestEventsLogTimeout [2022-01-20T16:04:29.060Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-01-20T16:04:29.060Z] === RUN TestLogEvents [2022-01-20T16:04:29.218Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-20T16:04:29.525Z] === RUN TestGetDriver [2022-01-20T16:04:29.525Z] --- PASS: TestGetDriver (0.00s) [2022-01-20T16:04:29.525Z] === RUN TestVolumeRequestError [2022-01-20T16:04:29.525Z] --- PASS: TestVolumeRequestError (0.01s) [2022-01-20T16:04:29.525Z] PASS [2022-01-20T16:04:29.525Z] coverage: 36.1% of statements [2022-01-20T16:04:29.525Z] ok github.com/docker/docker/volume/drivers 0.062s coverage: 36.1% of statements [2022-01-20T16:04:29.525Z] === RUN TestGetAddress [2022-01-20T16:04:29.525Z] --- PASS: TestGetAddress (0.00s) [2022-01-20T16:04:29.525Z] === RUN TestRemove [2022-01-20T16:04:29.525Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-20T16:04:29.525Z] --- SKIP: TestRemove (0.00s) [2022-01-20T16:04:29.525Z] === RUN TestInitializeWithVolumes [2022-01-20T16:04:29.525Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-01-20T16:04:29.525Z] === RUN TestCreate [2022-01-20T16:04:29.525Z] --- PASS: TestCreate (0.01s) [2022-01-20T16:04:29.525Z] === RUN TestValidateName [2022-01-20T16:04:29.525Z] --- PASS: TestValidateName (0.00s) [2022-01-20T16:04:29.525Z] === RUN TestCreateWithOpts [2022-01-20T16:04:29.525Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-20T16:04:29.525Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-01-20T16:04:29.525Z] === RUN TestRelaodNoOpts [2022-01-20T16:04:29.525Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-01-20T16:04:29.525Z] PASS [2022-01-20T16:04:29.525Z] coverage: 41.5% of statements [2022-01-20T16:04:29.525Z] ok github.com/docker/docker/volume/local 0.096s coverage: 41.5% of statements [2022-01-20T16:04:29.529Z] --- PASS: TestLogEvents (0.05s) [2022-01-20T16:04:29.529Z] === RUN TestLoadBufferedEvents [2022-01-20T16:04:29.529Z] --- PASS: TestLoadBufferedEvents (0.17s) [2022-01-20T16:04:29.529Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-01-20T16:04:29.529Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-01-20T16:04:29.529Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-01-20T16:04:29.529Z] PASS [2022-01-20T16:04:29.529Z] coverage: 50.0% of statements [2022-01-20T16:04:29.529Z] ok github.com/docker/docker/daemon/events 0.276s coverage: 50.0% of statements [2022-01-20T16:04:29.529Z] --- PASS: TestWaitNodeAttachment (0.41s) [2022-01-20T16:04:29.529Z] === RUN TestIsolationConversion [2022-01-20T16:04:29.529Z] === RUN TestIsolationConversion/default [2022-01-20T16:04:29.529Z] === RUN TestIsolationConversion/process [2022-01-20T16:04:29.529Z] === RUN TestIsolationConversion/hyperv [2022-01-20T16:04:29.529Z] --- PASS: TestIsolationConversion (0.00s) [2022-01-20T16:04:29.529Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-01-20T16:04:29.529Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-01-20T16:04:29.529Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestContainerLabels [2022-01-20T16:04:29.529Z] --- PASS: TestContainerLabels (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestCredentialSpecConversion [2022-01-20T16:04:29.529Z] === RUN TestCredentialSpecConversion/none [2022-01-20T16:04:29.529Z] === RUN TestCredentialSpecConversion/config [2022-01-20T16:04:29.529Z] === RUN TestCredentialSpecConversion/file [2022-01-20T16:04:29.529Z] === RUN TestCredentialSpecConversion/registry [2022-01-20T16:04:29.529Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-01-20T16:04:29.529Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-01-20T16:04:29.529Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-01-20T16:04:29.529Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-01-20T16:04:29.529Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestControllerValidateMountBind [2022-01-20T16:04:29.529Z] --- PASS: TestControllerValidateMountBind (0.01s) [2022-01-20T16:04:29.529Z] === RUN TestControllerValidateMountVolume [2022-01-20T16:04:29.529Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestControllerValidateMountTarget [2022-01-20T16:04:29.529Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestControllerValidateMountTmpfs [2022-01-20T16:04:29.529Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestControllerValidateMountInvalidType [2022-01-20T16:04:29.529Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-01-20T16:04:29.529Z] === RUN TestControllerValidateMountNamedPipe [2022-01-20T16:04:29.529Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-01-20T16:04:29.529Z] PASS [2022-01-20T16:04:29.529Z] coverage: 11.0% of statements [2022-01-20T16:04:29.529Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.591s coverage: 11.0% of statements [2022-01-20T16:04:29.789Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-20T16:04:29.797Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRaw [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-01-20T16:04:29.994Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRaw [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-01-20T16:04:29.994Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestConvertTmpfsOptions [2022-01-20T16:04:29.994Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-01-20T16:04:29.994Z] linux_parser_test.go:209: data="ro" [2022-01-20T16:04:29.994Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestParseMountSpec [2022-01-20T16:04:29.994Z] parser_test.go:62: case 0 [2022-01-20T16:04:29.994Z] parser_test.go:62: case 1 [2022-01-20T16:04:29.994Z] parser_test.go:62: case 2 [2022-01-20T16:04:29.994Z] parser_test.go:62: case 3 [2022-01-20T16:04:29.994Z] parser_test.go:62: case 4 [2022-01-20T16:04:29.994Z] parser_test.go:62: case 5 [2022-01-20T16:04:29.994Z] --- PASS: TestParseMountSpec (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestValidateMount [2022-01-20T16:04:29.994Z] --- PASS: TestValidateMount (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRaw [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-20T16:04:29.994Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-01-20T16:04:29.994Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-01-20T16:04:29.994Z] PASS [2022-01-20T16:04:29.994Z] coverage: 67.6% of statements [2022-01-20T16:04:29.994Z] ok github.com/docker/docker/volume/mounts 0.065s coverage: 67.6% of statements [2022-01-20T16:04:30.360Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-20T16:04:30.518Z] === RUN TestIsEmptyDir [2022-01-20T16:04:30.518Z] --- PASS: TestIsEmptyDir (0.01s) [2022-01-20T16:04:30.518Z] PASS [2022-01-20T16:04:30.518Z] coverage: 2.3% of statements [2022-01-20T16:04:30.518Z] ok github.com/docker/docker/daemon/graphdriver 0.071s coverage: 2.3% of statements [2022-01-20T16:04:30.620Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-20T16:04:30.988Z] === RUN TestLinkNaming [2022-01-20T16:04:30.988Z] --- PASS: TestLinkNaming (0.00s) [2022-01-20T16:04:30.988Z] === RUN TestLinkNew [2022-01-20T16:04:30.988Z] --- PASS: TestLinkNew (0.00s) [2022-01-20T16:04:30.988Z] === RUN TestLinkEnv [2022-01-20T16:04:30.988Z] --- PASS: TestLinkEnv (0.00s) [2022-01-20T16:04:30.988Z] === RUN TestLinkMultipleEnv [2022-01-20T16:04:30.988Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-01-20T16:04:30.988Z] === RUN TestLinkPortRangeEnv [2022-01-20T16:04:30.988Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-01-20T16:04:30.988Z] PASS [2022-01-20T16:04:30.988Z] coverage: 93.0% of statements [2022-01-20T16:04:30.988Z] ok github.com/docker/docker/daemon/links 0.053s coverage: 93.0% of statements [2022-01-20T16:04:31.192Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-20T16:04:31.347Z] --- PASS: TestBuildMultiStageCopy (13.79s) [2022-01-20T16:04:31.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.67s) [2022-01-20T16:04:31.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.77s) [2022-01-20T16:04:31.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s) [2022-01-20T16:04:31.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.10s) [2022-01-20T16:04:31.347Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.25s) [2022-01-20T16:04:31.347Z] === RUN TestBuildMultiStageParentConfig [2022-01-20T16:04:31.453Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-20T16:04:31.458Z] === RUN TestVerifyNetworkingConfig [2022-01-20T16:04:31.458Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestGetContainer [2022-01-20T16:04:31.458Z] --- PASS: TestGetContainer (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestValidContainerNames [2022-01-20T16:04:31.458Z] --- PASS: TestValidContainerNames (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestContainerInitDNS [2022-01-20T16:04:31.458Z] daemon_test.go:145: root required [2022-01-20T16:04:31.458Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestMerge [2022-01-20T16:04:31.458Z] --- PASS: TestMerge (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestValidateContainerIsolation [2022-01-20T16:04:31.458Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestFindNetworkErrorType [2022-01-20T16:04:31.458Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestEnsureServicesExist [2022-01-20T16:04:31.458Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestEnsureServicesExistErrors [2022-01-20T16:04:31.458Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-01-20T16:04:31.458Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-01-20T16:04:31.458Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-01-20T16:04:31.458Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-01-20T16:04:31.458Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-01-20T16:04:31.458Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-01-20T16:04:31.458Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestContainerDelete [2022-01-20T16:04:31.458Z] --- PASS: TestContainerDelete (0.01s) [2022-01-20T16:04:31.458Z] === RUN TestContainerDoubleDelete [2022-01-20T16:04:31.458Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestLogContainerEventCopyLabels [2022-01-20T16:04:31.458Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestLogContainerEventWithAttributes [2022-01-20T16:04:31.458Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestNoneHealthcheck [2022-01-20T16:04:31.458Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-01-20T16:04:31.458Z] === RUN TestHealthStates [2022-01-20T16:04:31.564Z] === RUN TestSetGetMeta [2022-01-20T16:04:31.564Z] === PAUSE TestSetGetMeta [2022-01-20T16:04:31.564Z] === RUN TestRestore [2022-01-20T16:04:31.564Z] === PAUSE TestRestore [2022-01-20T16:04:31.564Z] === RUN TestServiceCreate [2022-01-20T16:04:31.564Z] === PAUSE TestServiceCreate [2022-01-20T16:04:31.564Z] === RUN TestServiceList [2022-01-20T16:04:31.564Z] === PAUSE TestServiceList [2022-01-20T16:04:31.564Z] === RUN TestServiceRemove [2022-01-20T16:04:31.564Z] === PAUSE TestServiceRemove [2022-01-20T16:04:31.564Z] === RUN TestServiceGet [2022-01-20T16:04:31.564Z] === PAUSE TestServiceGet [2022-01-20T16:04:31.564Z] === RUN TestServicePrune [2022-01-20T16:04:31.564Z] === PAUSE TestServicePrune [2022-01-20T16:04:31.564Z] === RUN TestCreate [2022-01-20T16:04:31.564Z] === PAUSE TestCreate [2022-01-20T16:04:31.564Z] === RUN TestRemove [2022-01-20T16:04:31.564Z] === PAUSE TestRemove [2022-01-20T16:04:31.564Z] === RUN TestList [2022-01-20T16:04:31.564Z] === PAUSE TestList [2022-01-20T16:04:31.564Z] === RUN TestFindByDriver [2022-01-20T16:04:31.564Z] === PAUSE TestFindByDriver [2022-01-20T16:04:31.564Z] === RUN TestFindByReferenced [2022-01-20T16:04:31.564Z] === PAUSE TestFindByReferenced [2022-01-20T16:04:31.564Z] === RUN TestDerefMultipleOfSameRef [2022-01-20T16:04:31.564Z] === PAUSE TestDerefMultipleOfSameRef [2022-01-20T16:04:31.564Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:04:31.564Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:04:31.564Z] === RUN TestDefererencePluginOnCreateError [2022-01-20T16:04:31.564Z] === PAUSE TestDefererencePluginOnCreateError [2022-01-20T16:04:31.564Z] === RUN TestRefDerefRemove [2022-01-20T16:04:31.564Z] === PAUSE TestRefDerefRemove [2022-01-20T16:04:31.564Z] === RUN TestGet [2022-01-20T16:04:31.564Z] === PAUSE TestGet [2022-01-20T16:04:31.564Z] === RUN TestGetWithReference [2022-01-20T16:04:31.564Z] === PAUSE TestGetWithReference [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_nil_list [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_nil_list [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_empty_list [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_empty_list [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_filter_some [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_filter_some [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_filter_middle [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_filter_middle [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:04:31.564Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-01-20T16:04:31.564Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_nil_list [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_filter_some [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_empty_list [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:04:31.564Z] === CONT TestFilterFunc/test_filter_middle [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-01-20T16:04:31.564Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-01-20T16:04:31.564Z] === CONT TestSetGetMeta [2022-01-20T16:04:31.564Z] === CONT TestList [2022-01-20T16:04:31.564Z] === CONT TestDefererencePluginOnCreateError [2022-01-20T16:04:31.564Z] === CONT TestGetWithReference [2022-01-20T16:04:31.564Z] --- PASS: TestSetGetMeta (0.03s) [2022-01-20T16:04:31.564Z] === CONT TestGet [2022-01-20T16:04:31.564Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-01-20T16:04:31.564Z] === CONT TestRefDerefRemove [2022-01-20T16:04:31.564Z] --- PASS: TestGetWithReference (0.04s) [2022-01-20T16:04:31.564Z] === CONT TestDerefMultipleOfSameRef [2022-01-20T16:04:31.564Z] --- PASS: TestList (0.05s) [2022-01-20T16:04:31.564Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:04:31.564Z] --- PASS: TestGet (0.03s) [2022-01-20T16:04:31.564Z] === CONT TestServiceGet [2022-01-20T16:04:31.564Z] --- PASS: TestRefDerefRemove (0.03s) [2022-01-20T16:04:31.564Z] === CONT TestRemove [2022-01-20T16:04:31.564Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-01-20T16:04:31.564Z] === CONT TestCreate [2022-01-20T16:04:31.564Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-01-20T16:04:31.564Z] === CONT TestServicePrune [2022-01-20T16:04:31.564Z] --- PASS: TestCreate (0.03s) [2022-01-20T16:04:31.564Z] === CONT TestFindByReferenced [2022-01-20T16:04:31.564Z] --- PASS: TestRemove (0.03s) [2022-01-20T16:04:31.564Z] === CONT TestServiceList [2022-01-20T16:04:31.564Z] --- PASS: TestFindByReferenced (0.02s) [2022-01-20T16:04:31.564Z] === CONT TestServiceRemove [2022-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] time="2022-01-20T16:04:31Z" 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-01-20T16:04:31.928Z] --- PASS: TestHealthStates (0.21s) [2022-01-20T16:04:31.928Z] === RUN TestGetInspectData [2022-01-20T16:04:31.928Z] --- PASS: TestGetInspectData (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestFillLicense [2022-01-20T16:04:31.928Z] --- PASS: TestFillLicense (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestListInvalidFilter [2022-01-20T16:04:31.928Z] --- PASS: TestListInvalidFilter (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestNameFilter [2022-01-20T16:04:31.928Z] --- PASS: TestNameFilter (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-01-20T16:04:31.928Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-01-20T16:04:31.928Z] === 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-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-01-20T16:04:31.928Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-01-20T16:04:31.928Z] --- 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-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-01-20T16:04:31.928Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestDaemonReloadLabels [2022-01-20T16:04:31.928Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-01-20T16:04:31.928Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestDaemonReloadMirrors [2022-01-20T16:04:31.928Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestDaemonReloadInsecureRegistries [2022-01-20T16:04:31.928Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestDaemonReloadNotAffectOthers [2022-01-20T16:04:31.928Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-01-20T16:04:31.928Z] reload_test.go:342: root required [2022-01-20T16:04:31.928Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-01-20T16:04:31.928Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-01-20T16:04:31.928Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-01-20T16:04:31.928Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-01-20T16:04:31.928Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2022-01-20T16:04:31.928Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-01-20T16:04:31.928Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-01-20T16:04:31.928Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-01-20T16:04:31.928Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-01-20T16:04:31.928Z] === RUN TestParseVolumesFrom [2022-01-20T16:04:31.928Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-01-20T16:04:31.928Z] PASS [2022-01-20T16:04:31.928Z] coverage: 8.6% of statements [2022-01-20T16:04:31.928Z] ok github.com/docker/docker/daemon 0.512s coverage: 8.6% of statements [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-01-20T16:04:31.928Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-01-20T16:04:32.022Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-20T16:04:32.023Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-01-20T16:04:32.033Z] --- PASS: TestServiceGet (0.22s) [2022-01-20T16:04:32.033Z] === CONT TestFindByDriver [2022-01-20T16:04:32.033Z] time="2022-01-20T16:04:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:04:32.033Z] --- PASS: TestServiceRemove (0.17s) [2022-01-20T16:04:32.033Z] === CONT TestServiceCreate [2022-01-20T16:04:32.033Z] --- PASS: TestServiceList (0.19s) [2022-01-20T16:04:32.033Z] === CONT TestRestore [2022-01-20T16:04:32.033Z] time="2022-01-20T16:04:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:04:32.033Z] time="2022-01-20T16:04:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:04:32.033Z] time="2022-01-20T16:04:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-01-20T16:04:32.033Z] --- PASS: TestFindByDriver (0.03s) [2022-01-20T16:04:32.033Z] --- PASS: TestServiceCreate (0.03s) [2022-01-20T16:04:32.033Z] time="2022-01-20T16:04:31Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:04:32.033Z] --- PASS: TestRestore (0.03s) [2022-01-20T16:04:32.033Z] --- PASS: TestServicePrune (0.25s) [2022-01-20T16:04:32.033Z] PASS [2022-01-20T16:04:32.033Z] coverage: 69.0% of statements [2022-01-20T16:04:32.033Z] ok github.com/docker/docker/volume/service 0.382s coverage: 69.0% of statements [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig/defaults [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig/invalid_create_group [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-01-20T16:04:32.918Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-01-20T16:04:32.918Z] --- PASS: TestNewStreamConfig (0.00s) [2022-01-20T16:04:32.918Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-01-20T16:04:32.919Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-01-20T16:04:32.919Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-01-20T16:04:32.919Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-01-20T16:04:32.919Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-01-20T16:04:32.919Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-01-20T16:04:32.919Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-01-20T16:04:32.919Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-01-20T16:04:32.919Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-01-20T16:04:32.919Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-01-20T16:04:32.919Z] === RUN TestNewAWSLogsClientRegionDetect [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=info msg="Trying to get region from EC2 Metadata" [2022-01-20T16:04:33.388Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2022-01-20T16:04:33.388Z] === RUN TestCreateSuccess [2022-01-20T16:04:33.388Z] --- PASS: TestCreateSuccess (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCreateStreamSkipped [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-01-20T16:04:33.388Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCreateLogGroupSuccess [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-01-20T16:04:33.388Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCreateError [2022-01-20T16:04:33.388Z] --- PASS: TestCreateError (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCreateAlreadyExists [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-01-20T16:04:33.388Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestLogClosed [2022-01-20T16:04:33.388Z] --- PASS: TestLogClosed (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestLogBlocking [2022-01-20T16:04:33.388Z] --- PASS: TestLogBlocking (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestLogNonBlockingBufferEmpty [2022-01-20T16:04:33.388Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestLogNonBlockingBufferFull [2022-01-20T16:04:33.388Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestPublishBatchSuccess [2022-01-20T16:04:33.388Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestPublishBatchError [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=error msg=error [2022-01-20T16:04:33.388Z] --- PASS: TestPublishBatchError (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-20T16:04:33.388Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestPublishBatchAlreadyAccepted [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-01-20T16:04:33.388Z] time="2022-01-20T16:04:32Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-01-20T16:04:33.388Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchSimple [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchTicker [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchMultilinePattern [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.04s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchClose [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchClose (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestEffectiveLen [2022-01-20T16:04:33.388Z] === RUN TestEffectiveLen/0/Hello [2022-01-20T16:04:33.388Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-01-20T16:04:33.388Z] === RUN TestEffectiveLen/2/🙃 [2022-01-20T16:04:33.388Z] === RUN TestEffectiveLen/3/���� [2022-01-20T16:04:33.388Z] === RUN TestEffectiveLen/4/He��o [2022-01-20T16:04:33.388Z] === RUN TestEffectiveLen/5/ [2022-01-20T16:04:33.388Z] --- PASS: TestEffectiveLen (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/0/ [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/1/Hello [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: Hello [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/2/Hello [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: He [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: llo [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/3/Hello [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: Hello [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/4/🙃 [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: 🙃 [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/5/🙃 [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: 🙃 [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/6/a� [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: a [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: � [2022-01-20T16:04:33.388Z] === RUN TestFindValidSplit/7/a� [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1076: a� [2022-01-20T16:04:33.388Z] cloudwatchlogs_test.go:1077: [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestProcessEventEmoji [2022-01-20T16:04:33.388Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchLineSplit [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchLineSplitWithBinary [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchMaxEvents [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchMaxTotalBytes [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchMaxTotalBytes (0.10s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-01-20T16:04:33.388Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-01-20T16:04:33.388Z] === RUN TestAdapterReadLogs [2022-01-20T16:04:33.388Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCopier [2022-01-20T16:04:33.388Z] --- PASS: TestCopier (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCopierLongLines [2022-01-20T16:04:33.388Z] --- PASS: TestCopierLongLines (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestCopierSlow [2022-01-20T16:04:33.388Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsMultilinePattern [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-01-20T16:04:33.388Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsFormat [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsFormat/1/random [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsFormat/2/ [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-01-20T16:04:33.388Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-01-20T16:04:33.388Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-01-20T16:04:33.389Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-01-20T16:04:33.389Z] === RUN TestCreateTagSuccess [2022-01-20T16:04:33.389Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-01-20T16:04:33.389Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-01-20T16:04:33.389Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-01-20T16:04:33.389Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-01-20T16:04:33.389Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-01-20T16:04:33.389Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-01-20T16:04:33.389Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-01-20T16:04:33.389Z] PASS [2022-01-20T16:04:33.389Z] coverage: 80.2% of statements [2022-01-20T16:04:33.389Z] ok github.com/docker/docker/daemon/logger/awslogs 0.516s coverage: 80.2% of statements [2022-01-20T16:04:33.542Z] --- PASS: TestBuildMultiStageParentConfig (2.38s) [2022-01-20T16:04:33.542Z] === RUN TestBuildLabelWithTargets [2022-01-20T16:04:33.542Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:04:33.542Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-01-20T16:04:33.542Z] === RUN TestBuildWithEmptyLayers [2022-01-20T16:04:33.857Z] --- PASS: TestCopierSlow (0.20s) [2022-01-20T16:04:33.857Z] === RUN TestCopierWithSized [2022-01-20T16:04:33.857Z] === RUN TestCopierWithSized/as_is [2022-01-20T16:04:33.857Z] === RUN TestCopierWithSized/With_RingLogger [2022-01-20T16:04:33.857Z] --- PASS: TestCopierWithSized (0.01s) [2022-01-20T16:04:33.857Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-01-20T16:04:33.857Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-01-20T16:04:33.857Z] === RUN TestCopierWithPartial [2022-01-20T16:04:33.857Z] --- PASS: TestCopierWithPartial (0.00s) [2022-01-20T16:04:33.857Z] === RUN TestRingLogger [2022-01-20T16:04:33.857Z] --- PASS: TestRingLogger (0.00s) [2022-01-20T16:04:33.857Z] === RUN TestRingCap [2022-01-20T16:04:33.857Z] --- PASS: TestRingCap (0.00s) [2022-01-20T16:04:33.857Z] === RUN TestRingClose [2022-01-20T16:04:33.857Z] --- PASS: TestRingClose (0.00s) [2022-01-20T16:04:33.857Z] === RUN TestRingDrain [2022-01-20T16:04:33.857Z] --- PASS: TestRingDrain (0.00s) [2022-01-20T16:04:33.857Z] PASS [2022-01-20T16:04:33.857Z] coverage: 43.8% of statements [2022-01-20T16:04:33.857Z] ok github.com/docker/docker/daemon/logger 0.271s coverage: 43.8% of statements [2022-01-20T16:04:33.939Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-20T16:04:34.332Z] === RUN TestSearchRegistryForImagesErrors [2022-01-20T16:04:34.332Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-01-20T16:04:34.332Z] === RUN TestSearchRegistryForImages [2022-01-20T16:04:34.332Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-01-20T16:04:34.332Z] === RUN TestOnlyPlatformWithFallback [2022-01-20T16:04:34.332Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-01-20T16:04:34.332Z] === RUN TestImageDelete [2022-01-20T16:04:34.332Z] === RUN TestImageDelete/no_lease [2022-01-20T16:04:34.332Z] === RUN TestImageDelete/lease_exists [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-01-20T16:04:34.332Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-01-20T16:04:34.332Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-01-20T16:04:34.332Z] PASS [2022-01-20T16:04:34.332Z] coverage: 33.6% of statements [2022-01-20T16:04:34.332Z] ok github.com/docker/docker/daemon/logger/fluentd 0.052s coverage: 33.6% of statements [2022-01-20T16:04:34.332Z] --- PASS: TestImageDelete (0.07s) [2022-01-20T16:04:34.332Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-01-20T16:04:34.332Z] --- PASS: TestImageDelete/lease_exists (0.04s) [2022-01-20T16:04:34.332Z] === RUN TestContentStoreForPull [2022-01-20T16:04:34.332Z] --- PASS: TestContentStoreForPull (0.21s) [2022-01-20T16:04:34.332Z] PASS [2022-01-20T16:04:34.332Z] coverage: 6.7% of statements [2022-01-20T16:04:34.332Z] ok github.com/docker/docker/daemon/images 0.380s coverage: 6.7% of statements [2022-01-20T16:04:34.332Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-20T16:04:34.332Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-20T16:04:34.332Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-01-20T16:04:34.332Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-20T16:04:34.332Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-01-20T16:04:34.332Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-01-20T16:04:34.511Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-20T16:04:34.803Z] === RUN TestJSONLogsMarshalJSONBuf [2022-01-20T16:04:34.803Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-01-20T16:04:34.803Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-01-20T16:04:34.803Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.18s) [2022-01-20T16:04:34.803Z] === RUN TestFastTimeMarshalJSON [2022-01-20T16:04:34.803Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-01-20T16:04:34.803Z] PASS [2022-01-20T16:04:34.803Z] coverage: 87.2% of statements [2022-01-20T16:04:34.803Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.234s coverage: 87.2% of statements [2022-01-20T16:04:35.094Z] --- PASS: TestBuildWithEmptyLayers (1.37s) [2022-01-20T16:04:35.094Z] === RUN TestBuildMultiStageOnBuild [2022-01-20T16:04:35.272Z] === RUN TestJSONFileLogger [2022-01-20T16:04:35.272Z] --- PASS: TestJSONFileLogger (0.00s) [2022-01-20T16:04:35.272Z] === RUN TestJSONFileLoggerWithTags [2022-01-20T16:04:35.272Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-01-20T16:04:35.272Z] === RUN TestJSONFileLoggerWithOpts [2022-01-20T16:04:35.272Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-01-20T16:04:35.272Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-01-20T16:04:35.272Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-01-20T16:04:35.272Z] === RUN TestEncodeDecode [2022-01-20T16:04:35.272Z] === PAUSE TestEncodeDecode [2022-01-20T16:04:35.272Z] === RUN TestUnexpectedEOF [2022-01-20T16:04:35.272Z] time="2022-01-20T16:04:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-20T16:04:35.272Z] time="2022-01-20T16:04:35Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-01-20T16:04:35.272Z] --- PASS: TestUnexpectedEOF (0.15s) [2022-01-20T16:04:35.272Z] === CONT TestEncodeDecode [2022-01-20T16:04:35.272Z] --- PASS: TestEncodeDecode (0.00s) [2022-01-20T16:04:35.272Z] PASS [2022-01-20T16:04:35.272Z] coverage: 69.9% of statements [2022-01-20T16:04:35.272Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.262s coverage: 69.9% of statements [2022-01-20T16:04:35.742Z] === RUN TestWriteLog [2022-01-20T16:04:35.742Z] === PAUSE TestWriteLog [2022-01-20T16:04:35.742Z] === RUN TestReadLog [2022-01-20T16:04:35.742Z] === PAUSE TestReadLog [2022-01-20T16:04:35.742Z] === RUN TestDecode [2022-01-20T16:04:35.742Z] --- PASS: TestDecode (0.02s) [2022-01-20T16:04:35.895Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-20T16:04:35.895Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-20T16:04:36.211Z] === CONT TestWriteLog [2022-01-20T16:04:36.211Z] --- PASS: TestWriteLog (0.00s) [2022-01-20T16:04:36.211Z] === CONT TestReadLog [2022-01-20T16:04:36.211Z] === RUN TestReadLog/tail_exact [2022-01-20T16:04:36.211Z] === RUN TestReadLog/tail_less_than_available [2022-01-20T16:04:36.211Z] === RUN TestReadLog/tail_more_than_available [2022-01-20T16:04:36.211Z] --- PASS: TestReadLog (0.18s) [2022-01-20T16:04:36.211Z] --- PASS: TestReadLog/tail_exact (0.17s) [2022-01-20T16:04:36.211Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2022-01-20T16:04:36.211Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2022-01-20T16:04:36.211Z] PASS [2022-01-20T16:04:36.211Z] coverage: 78.7% of statements [2022-01-20T16:04:36.211Z] ok github.com/docker/docker/daemon/logger/local 0.292s coverage: 78.7% of statements [2022-01-20T16:04:36.211Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-20T16:04:36.211Z] === RUN TestOpenFileDelete [2022-01-20T16:04:36.211Z] --- PASS: TestOpenFileDelete (0.00s) [2022-01-20T16:04:36.211Z] === RUN TestOpenFileRename [2022-01-20T16:04:36.211Z] --- PASS: TestOpenFileRename (0.00s) [2022-01-20T16:04:36.211Z] === RUN TestHandleDecoderErr [2022-01-20T16:04:36.211Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-01-20T16:04:36.682Z] === RUN TestParseLogTagDefaultTag [2022-01-20T16:04:36.682Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-01-20T16:04:36.682Z] === RUN TestParseLogTag [2022-01-20T16:04:36.682Z] --- PASS: TestParseLogTag (0.00s) [2022-01-20T16:04:36.682Z] === RUN TestParseLogTagEmptyTag [2022-01-20T16:04:36.682Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-01-20T16:04:36.682Z] === RUN TestTailFiles [2022-01-20T16:04:36.682Z] --- PASS: TestTailFiles (0.00s) [2022-01-20T16:04:36.682Z] === RUN TestFollowLogsConsumerGone [2022-01-20T16:04:36.682Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-01-20T16:04:36.682Z] === RUN TestFollowLogsProducerGone [2022-01-20T16:04:36.682Z] logfile_test.go:180: logDecode() closed after sending 2738 messages [2022-01-20T16:04:36.683Z] logfile_test.go:233: messages sent: 2738, received: 2738 [2022-01-20T16:04:36.683Z] --- PASS: TestFollowLogsProducerGone (0.01s) [2022-01-20T16:04:36.683Z] === RUN TestCheckCapacityAndRotate [2022-01-20T16:04:36.683Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-01-20T16:04:36.683Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-01-20T16:04:36.683Z] === RUN TestLog [2022-01-20T16:04:36.683Z] --- PASS: TestLog (0.01s) [2022-01-20T16:04:36.683Z] PASS [2022-01-20T16:04:36.683Z] coverage: 31.5% of statements [2022-01-20T16:04:36.683Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.069s coverage: 31.5% of statements [2022-01-20T16:04:36.683Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2022-01-20T16:04:36.683Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-01-20T16:04:36.683Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2022-01-20T16:04:36.683Z] PASS [2022-01-20T16:04:36.683Z] coverage: 54.9% of statements [2022-01-20T16:04:36.683Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.223s coverage: 54.9% of statements [2022-01-20T16:04:36.837Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-20T16:04:37.672Z] === RUN TestNewParse [2022-01-20T16:04:37.672Z] --- PASS: TestNewParse (0.00s) [2022-01-20T16:04:37.672Z] PASS [2022-01-20T16:04:37.672Z] coverage: 8.3% of statements [2022-01-20T16:04:37.672Z] ok github.com/docker/docker/daemon/logger/templates 0.039s coverage: 8.3% of statements [2022-01-20T16:04:37.672Z] === RUN TestValidateLogOpt [2022-01-20T16:04:37.672Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestNewMissedConfig [2022-01-20T16:04:37.672Z] --- PASS: TestNewMissedConfig (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestNewMissedUrl [2022-01-20T16:04:37.672Z] --- PASS: TestNewMissedUrl (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestNewMissedToken [2022-01-20T16:04:37.672Z] --- PASS: TestNewMissedToken (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestNewWithProxy [2022-01-20T16:04:37.672Z] --- PASS: TestNewWithProxy (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestDefault [2022-01-20T16:04:37.672Z] --- PASS: TestDefault (0.01s) [2022-01-20T16:04:37.672Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-01-20T16:04:37.672Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.01s) [2022-01-20T16:04:37.672Z] === RUN TestJsonFormat [2022-01-20T16:04:37.672Z] --- PASS: TestJsonFormat (0.01s) [2022-01-20T16:04:37.672Z] === RUN TestRawFormat [2022-01-20T16:04:37.672Z] --- PASS: TestRawFormat (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestRawFormatWithLabels [2022-01-20T16:04:37.672Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestRawFormatWithoutTag [2022-01-20T16:04:37.672Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestBatching [2022-01-20T16:04:37.672Z] === RUN TestParseLogFormat [2022-01-20T16:04:37.672Z] --- PASS: TestParseLogFormat (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestValidateLogOptEmpty [2022-01-20T16:04:37.672Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestValidateSyslogAddress [2022-01-20T16:04:37.672Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestParseAddressDefaultPort [2022-01-20T16:04:37.672Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestValidateSyslogFacility [2022-01-20T16:04:37.672Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestValidateLogOptSyslogFormat [2022-01-20T16:04:37.672Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-01-20T16:04:37.672Z] === RUN TestValidateLogOpt [2022-01-20T16:04:37.672Z] --- PASS: TestValidateLogOpt (0.00s) [2022-01-20T16:04:37.672Z] PASS [2022-01-20T16:04:37.672Z] coverage: 46.8% of statements [2022-01-20T16:04:37.672Z] ok github.com/docker/docker/daemon/logger/syslog 0.055s coverage: 46.8% of statements [2022-01-20T16:04:37.672Z] --- PASS: TestBatching (0.20s) [2022-01-20T16:04:37.672Z] === RUN TestFrequency [2022-01-20T16:04:38.142Z] --- PASS: TestFrequency (0.21s) [2022-01-20T16:04:38.142Z] === RUN TestOneMessagePerRequest [2022-01-20T16:04:38.142Z] --- PASS: TestOneMessagePerRequest (0.03s) [2022-01-20T16:04:38.142Z] === RUN TestVerify [2022-01-20T16:04:38.142Z] --- PASS: TestVerify (0.00s) [2022-01-20T16:04:38.142Z] === RUN TestSkipVerify [2022-01-20T16:04:38.142Z] time="2022-01-20T16:04:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.142Z] time="2022-01-20T16:04:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.142Z] time="2022-01-20T16:04:37Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] --- PASS: TestSkipVerify (0.52s) [2022-01-20T16:04:38.613Z] === RUN TestBufferMaximum [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694678.149883\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694678.149883\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:38.613Z] --- PASS: TestBufferMaximum (0.00s) [2022-01-20T16:04:38.613Z] === RUN TestServerAlwaysDown [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694678.153929\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694678.153929\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694678.153929\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694678.154929\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:38.613Z] time="2022-01-20T16:04:38Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1642694678.154929\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:38.613Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-01-20T16:04:38.613Z] === RUN TestCannotSendAfterClose [2022-01-20T16:04:38.613Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-01-20T16:04:38.613Z] === RUN TestDeadlockOnBlockedEndpoint [2022-01-20T16:04:38.753Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-20T16:04:39.082Z] === RUN TestV1IDService [2022-01-20T16:04:39.082Z] --- PASS: TestV1IDService (0.04s) [2022-01-20T16:04:39.082Z] === RUN TestV2MetadataService [2022-01-20T16:04:39.551Z] time="2022-01-20T16:04:39Z" 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-01-20T16:04:39.551Z] time="2022-01-20T16:04:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"7d6e4835df6b\"}'" [2022-01-20T16:04:39.551Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-01-20T16:04:39.551Z] PASS [2022-01-20T16:04:39.551Z] coverage: 82.5% of statements [2022-01-20T16:04:39.551Z] ok github.com/docker/docker/daemon/logger/splunk 2.054s coverage: 82.5% of statements [2022-01-20T16:04:39.551Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-20T16:04:39.551Z] ? github.com/docker/docker/daemon/network [no test files] [2022-01-20T16:04:39.551Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-20T16:04:39.551Z] === RUN TestSuccessfulDownload [2022-01-20T16:04:39.551Z] download_test.go:267: Needs fixing on Windows [2022-01-20T16:04:39.551Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-01-20T16:04:39.551Z] === RUN TestCancelledDownload [2022-01-20T16:04:39.551Z] --- PASS: TestCancelledDownload (0.00s) [2022-01-20T16:04:39.551Z] === RUN TestMaxDownloadAttempts [2022-01-20T16:04:39.551Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:04:39.551Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:04:39.551Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:04:39.551Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:04:39.551Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:04:39.551Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:04:39.551Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:04:39.551Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:04:39.551Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-01-20T16:04:39.551Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-01-20T16:04:39.551Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-01-20T16:04:39.551Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-01-20T16:04:39.551Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-01-20T16:04:39.551Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-01-20T16:04:39.551Z] === RUN TestContinueOnError_MirrorEndpoint [2022-01-20T16:04:39.551Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-01-20T16:04:39.551Z] === RUN TestContinueOnError_NeverContinue [2022-01-20T16:04:39.551Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-01-20T16:04:39.551Z] === RUN TestManifestStore [2022-01-20T16:04:39.551Z] === RUN TestManifestStore/no_remote_or_local [2022-01-20T16:04:39.702Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-20T16:04:39.703Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local1560596670\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/no_local_cache [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/with_local_cache [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/unknown_media_type [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=warning msg="reference for unknown type: " [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=warning msg="reference for unknown type: " [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=warning msg="reference for unknown type: " [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=warning msg="reference for unknown type: " [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=warning msg="reference for unknown type: " [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-01-20T16:04:40.020Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s) [2022-01-20T16:04:40.020Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s) [2022-01-20T16:04:40.020Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s) [2022-01-20T16:04:40.020Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s) [2022-01-20T16:04:40.020Z] === RUN TestTransfer [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/error_persisting_manifest [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-01-20T16:04:40.020Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-01-20T16:04:40.020Z] time="2022-01-20T16:04:39Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore (0.38s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.03s) [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaType [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-01-20T16:04:40.020Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-01-20T16:04:40.020Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestFixManifestLayers [2022-01-20T16:04:40.020Z] --- PASS: TestFixManifestLayers (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestFixManifestLayersBaseLayerParent [2022-01-20T16:04:40.020Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-20T16:04:40.020Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestFixManifestLayersBadParent [2022-01-20T16:04:40.020Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestValidateManifest [2022-01-20T16:04:40.020Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-20T16:04:40.020Z] --- SKIP: TestValidateManifest (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestFormatPlatform [2022-01-20T16:04:40.020Z] --- PASS: TestFormatPlatform (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestGetRepositoryMountCandidates [2022-01-20T16:04:40.020Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestLayerAlreadyExists [2022-01-20T16:04:40.020Z] 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-01-20T16:04:40.020Z] 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-01-20T16:04:40.020Z] 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-01-20T16:04:40.020Z] 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-01-20T16:04:40.020Z] 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-01-20T16:04:40.020Z] 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-01-20T16:04:40.020Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-01-20T16:04:40.020Z] === RUN TestWhenEmptyAuthConfig [2022-01-20T16:04:40.020Z] --- PASS: TestTransfer (0.12s) [2022-01-20T16:04:40.020Z] === RUN TestConcurrencyLimit [2022-01-20T16:04:40.491Z] --- PASS: TestConcurrencyLimit (0.35s) [2022-01-20T16:04:40.491Z] === RUN TestInactiveJobs [2022-01-20T16:04:40.491Z] --- PASS: TestV2MetadataService (1.28s) [2022-01-20T16:04:40.491Z] PASS [2022-01-20T16:04:40.491Z] coverage: 48.2% of statements [2022-01-20T16:04:40.491Z] ok github.com/docker/docker/distribution/metadata 1.403s coverage: 48.2% of statements [2022-01-20T16:04:40.491Z] === RUN TestNotFound [2022-01-20T16:04:40.960Z] --- PASS: TestNotFound (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestConflict [2022-01-20T16:04:40.960Z] --- PASS: TestConflict (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestForbidden [2022-01-20T16:04:40.960Z] --- PASS: TestForbidden (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestInvalidParameter [2022-01-20T16:04:40.960Z] --- PASS: TestInvalidParameter (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestNotImplemented [2022-01-20T16:04:40.960Z] --- PASS: TestNotImplemented (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestNotModified [2022-01-20T16:04:40.960Z] --- PASS: TestNotModified (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestUnauthorized [2022-01-20T16:04:40.960Z] --- PASS: TestUnauthorized (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestUnknown [2022-01-20T16:04:40.960Z] --- PASS: TestUnknown (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestCancelled [2022-01-20T16:04:40.960Z] --- PASS: TestCancelled (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestDeadline [2022-01-20T16:04:40.960Z] --- PASS: TestDeadline (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestDataLoss [2022-01-20T16:04:40.960Z] --- PASS: TestDataLoss (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestUnavailable [2022-01-20T16:04:40.960Z] --- PASS: TestUnavailable (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestSystem [2022-01-20T16:04:40.960Z] --- PASS: TestSystem (0.00s) [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Not_Found [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Bad_Request [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Conflict [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Unauthorized [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Service_Unavailable [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Forbidden [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Not_Modified [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Not_Implemented [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-01-20T16:04:40.960Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-01-20T16:04:40.960Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-01-20T16:04:40.961Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-01-20T16:04:40.961Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-01-20T16:04:40.961Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-01-20T16:04:40.961Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-01-20T16:04:40.961Z] PASS [2022-01-20T16:04:40.961Z] coverage: 53.1% of statements [2022-01-20T16:04:40.961Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2022-01-20T16:04:40.961Z] --- PASS: TestInactiveJobs (0.35s) [2022-01-20T16:04:40.961Z] === RUN TestWatchRelease [2022-01-20T16:04:40.961Z] --- PASS: TestWatchRelease (0.04s) [2022-01-20T16:04:40.961Z] === RUN TestWatchFinishedTransfer [2022-01-20T16:04:40.961Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-01-20T16:04:40.961Z] === RUN TestDuplicateTransfer [2022-01-20T16:04:40.961Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-01-20T16:04:40.961Z] === RUN TestSuccessfulUpload [2022-01-20T16:04:41.092Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-20T16:04:41.353Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-20T16:04:41.437Z] --- PASS: TestWhenEmptyAuthConfig (1.11s) [2022-01-20T16:04:41.437Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-01-20T16:04:41.437Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-01-20T16:04:41.437Z] === RUN TestTokenPassThru [2022-01-20T16:04:41.437Z] --- PASS: TestTokenPassThru (0.01s) [2022-01-20T16:04:41.437Z] === RUN TestTokenPassThruDifferentHost [2022-01-20T16:04:41.437Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-01-20T16:04:41.437Z] PASS [2022-01-20T16:04:41.437Z] coverage: 24.6% of statements [2022-01-20T16:04:41.437Z] time="2022-01-20T16:04:40Z" level=error msg="Upload failed, retrying: simulating retry" [2022-01-20T16:04:41.437Z] ok github.com/docker/docker/distribution 1.625s coverage: 24.6% of statements [2022-01-20T16:04:41.437Z] --- PASS: TestSuccessfulUpload (0.42s) [2022-01-20T16:04:41.437Z] === RUN TestCancelledUpload [2022-01-20T16:04:41.437Z] --- PASS: TestCancelledUpload (0.00s) [2022-01-20T16:04:41.437Z] PASS [2022-01-20T16:04:41.437Z] coverage: 76.8% of statements [2022-01-20T16:04:41.437Z] ok github.com/docker/docker/distribution/xfer 1.886s coverage: 76.8% of statements [2022-01-20T16:04:41.437Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-20T16:04:41.437Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-20T16:04:41.907Z] === RUN TestFSGetInvalidData [2022-01-20T16:04:41.907Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-01-20T16:04:41.907Z] === RUN TestFSInvalidSet [2022-01-20T16:04:41.907Z] --- PASS: TestFSInvalidSet (0.01s) [2022-01-20T16:04:41.907Z] === RUN TestFSInvalidRoot [2022-01-20T16:04:41.907Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-01-20T16:04:41.907Z] === RUN TestFSMetadataGetSet [2022-01-20T16:04:41.907Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-01-20T16:04:41.907Z] === RUN TestFSInvalidWalker [2022-01-20T16:04:41.926Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-20T16:04:42.376Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-01-20T16:04:42.376Z] === RUN TestFSGetSet [2022-01-20T16:04:42.376Z] === RUN TestCompare [2022-01-20T16:04:42.376Z] --- PASS: TestCompare (0.00s) [2022-01-20T16:04:42.376Z] PASS [2022-01-20T16:04:42.376Z] coverage: 19.2% of statements [2022-01-20T16:04:42.376Z] --- PASS: TestFSGetSet (0.02s) [2022-01-20T16:04:42.376Z] === RUN TestFSGetUnsetKey [2022-01-20T16:04:42.376Z] ok github.com/docker/docker/image/cache 0.073s coverage: 19.2% of statements [2022-01-20T16:04:42.376Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-01-20T16:04:42.376Z] === RUN TestFSGetEmptyData [2022-01-20T16:04:42.376Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-01-20T16:04:42.376Z] === RUN TestFSDelete [2022-01-20T16:04:42.376Z] --- PASS: TestFSDelete (0.02s) [2022-01-20T16:04:42.376Z] === RUN TestFSWalker [2022-01-20T16:04:42.377Z] --- PASS: TestFSWalker (0.02s) [2022-01-20T16:04:42.377Z] === RUN TestFSWalkerStopOnError [2022-01-20T16:04:42.377Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-01-20T16:04:42.377Z] === RUN TestNewFromJSON [2022-01-20T16:04:42.377Z] --- PASS: TestNewFromJSON (0.00s) [2022-01-20T16:04:42.377Z] === RUN TestNewFromJSONWithInvalidJSON [2022-01-20T16:04:42.377Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-01-20T16:04:42.377Z] === RUN TestMarshalKeyOrder [2022-01-20T16:04:42.377Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-01-20T16:04:42.377Z] === RUN TestHistoryEqual [2022-01-20T16:04:42.377Z] --- PASS: TestHistoryEqual (0.17s) [2022-01-20T16:04:42.377Z] === RUN TestImage [2022-01-20T16:04:42.377Z] --- PASS: TestImage (0.00s) [2022-01-20T16:04:42.377Z] === RUN TestImageOSNotEmpty [2022-01-20T16:04:42.377Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-01-20T16:04:42.377Z] === RUN TestNewChildImageFromImageWithRootFS [2022-01-20T16:04:42.377Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-01-20T16:04:42.377Z] === RUN TestCreate [2022-01-20T16:04:42.377Z] --- PASS: TestCreate (0.01s) [2022-01-20T16:04:42.377Z] === RUN TestRestore [2022-01-20T16:04:42.377Z] time="2022-01-20T16:04:42Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-01-20T16:04:42.377Z] --- PASS: TestRestore (0.06s) [2022-01-20T16:04:42.377Z] === RUN TestAddDelete [2022-01-20T16:04:42.377Z] --- PASS: TestAddDelete (0.03s) [2022-01-20T16:04:42.377Z] === RUN TestSearchAfterDelete [2022-01-20T16:04:42.377Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-01-20T16:04:42.377Z] === RUN TestParentReset [2022-01-20T16:04:42.377Z] === RUN TestMakeV1ConfigFromConfig [2022-01-20T16:04:42.377Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-01-20T16:04:42.377Z] PASS [2022-01-20T16:04:42.377Z] coverage: 25.0% of statements [2022-01-20T16:04:42.377Z] --- PASS: TestParentReset (0.05s) [2022-01-20T16:04:42.377Z] === RUN TestGetAndSetLastUpdated [2022-01-20T16:04:42.377Z] ok github.com/docker/docker/image/v1 0.074s coverage: 25.0% of statements [2022-01-20T16:04:42.377Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2022-01-20T16:04:42.377Z] === RUN TestStoreLen [2022-01-20T16:04:42.847Z] --- PASS: TestStoreLen (0.09s) [2022-01-20T16:04:42.847Z] PASS [2022-01-20T16:04:42.847Z] coverage: 86.6% of statements [2022-01-20T16:04:42.847Z] ok github.com/docker/docker/image 0.716s coverage: 86.6% of statements [2022-01-20T16:04:42.847Z] === RUN TestValidateManifest [2022-01-20T16:04:42.847Z] === RUN TestValidateManifest/nil [2022-01-20T16:04:42.847Z] === RUN TestValidateManifest/non-nil [2022-01-20T16:04:42.847Z] --- PASS: TestValidateManifest (0.00s) [2022-01-20T16:04:42.847Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-01-20T16:04:42.847Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-01-20T16:04:42.847Z] PASS [2022-01-20T16:04:42.847Z] coverage: 0.7% of statements [2022-01-20T16:04:42.847Z] ok github.com/docker/docker/image/tarexport 0.073s coverage: 0.7% of statements [2022-01-20T16:04:43.317Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-20T16:04:44.305Z] === RUN TestSerialization [2022-01-20T16:04:44.305Z] --- PASS: TestSerialization (0.02s) [2022-01-20T16:04:44.305Z] PASS [2022-01-20T16:04:44.305Z] coverage: 100.0% of statements [2022-01-20T16:04:44.305Z] ok github.com/docker/docker/libcontainerd/queue 0.063s coverage: 100.0% of statements [2022-01-20T16:04:44.305Z] === RUN TestEnvironmentParsing [2022-01-20T16:04:44.305Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-01-20T16:04:44.305Z] PASS [2022-01-20T16:04:44.305Z] coverage: 1.2% of statements [2022-01-20T16:04:44.305Z] ok github.com/docker/docker/libcontainerd/local 0.065s coverage: 1.2% of statements [2022-01-20T16:04:45.296Z] === RUN TestEmptyLayer [2022-01-20T16:04:45.296Z] --- PASS: TestEmptyLayer (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestCommitFailure [2022-01-20T16:04:45.296Z] --- PASS: TestCommitFailure (0.02s) [2022-01-20T16:04:45.296Z] === RUN TestStartTransactionFailure [2022-01-20T16:04:45.296Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestGetOrphan [2022-01-20T16:04:45.296Z] --- PASS: TestGetOrphan (0.01s) [2022-01-20T16:04:45.296Z] === RUN TestMountAndRegister [2022-01-20T16:04:45.296Z] layer_test.go:270: Layer size: 14 [2022-01-20T16:04:45.296Z] --- PASS: TestMountAndRegister (0.08s) [2022-01-20T16:04:45.296Z] === RUN TestLayerRelease [2022-01-20T16:04:45.296Z] layer_test.go:303: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestLayerRelease (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestStoreRestore [2022-01-20T16:04:45.296Z] layer_test.go:352: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestStoreRestore (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestTarStreamStability [2022-01-20T16:04:45.296Z] layer_test.go:467: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestTarStreamStability (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestRegisterExistingLayer [2022-01-20T16:04:45.296Z] --- PASS: TestRegisterExistingLayer (0.17s) [2022-01-20T16:04:45.296Z] === RUN TestTarStreamVerification [2022-01-20T16:04:45.296Z] layer_test.go:696: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestLayerMigration [2022-01-20T16:04:45.296Z] migration_test.go:45: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestLayerMigration (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestLayerMigrationNoTarsplit [2022-01-20T16:04:45.296Z] migration_test.go:181: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestMountInit [2022-01-20T16:04:45.296Z] mount_test.go:17: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestMountInit (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestMountSize [2022-01-20T16:04:45.296Z] mount_test.go:76: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestMountSize (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestMountChanges [2022-01-20T16:04:45.296Z] mount_test.go:125: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestMountChanges (0.00s) [2022-01-20T16:04:45.296Z] === RUN TestMountApply [2022-01-20T16:04:45.296Z] mount_test.go:212: Failing on Windows [2022-01-20T16:04:45.296Z] --- SKIP: TestMountApply (0.00s) [2022-01-20T16:04:45.296Z] PASS [2022-01-20T16:04:45.296Z] coverage: 30.1% of statements [2022-01-20T16:04:45.296Z] ok github.com/docker/docker/layer 0.372s coverage: 30.1% of statements [2022-01-20T16:04:45.481Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-01-20T16:04:45.741Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-01-20T16:04:45.741Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-01-20T16:04:45.766Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-20T16:04:45.766Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-20T16:04:45.766Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-20T16:04:45.766Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-20T16:04:45.766Z] === RUN TestSequenceGetAvailableBit [2022-01-20T16:04:45.766Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestSequenceEqual [2022-01-20T16:04:45.766Z] --- PASS: TestSequenceEqual (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestSequenceCopy [2022-01-20T16:04:45.766Z] --- PASS: TestSequenceCopy (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestGetFirstAvailable [2022-01-20T16:04:45.766Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestFindSequence [2022-01-20T16:04:45.766Z] --- PASS: TestFindSequence (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestCheckIfAvailable [2022-01-20T16:04:45.766Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestMergeSequences [2022-01-20T16:04:45.766Z] --- PASS: TestMergeSequences (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestPushReservation [2022-01-20T16:04:45.766Z] --- PASS: TestPushReservation (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestSerializeDeserialize [2022-01-20T16:04:45.766Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestSet [2022-01-20T16:04:45.766Z] --- PASS: TestSet (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestSetUnset [2022-01-20T16:04:45.766Z] --- PASS: TestSetUnset (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestOffsetSetUnset [2022-01-20T16:04:45.766Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestSetInRange [2022-01-20T16:04:45.766Z] --- PASS: TestSetInRange (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestSetAnyInRange [2022-01-20T16:04:45.766Z] --- PASS: TestSetAnyInRange (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestMethods [2022-01-20T16:04:45.766Z] --- PASS: TestMethods (0.00s) [2022-01-20T16:04:45.766Z] === RUN TestRandomAllocateDeallocate [2022-01-20T16:04:46.001Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-01-20T16:04:46.001Z] Cross building: bundles/cross/linux/s390x [2022-01-20T16:04:46.001Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-01-20T16:04:46.001Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-01-20T16:04:47.336Z] === RUN TestInvalidConfig [2022-01-20T16:04:47.336Z] --- PASS: TestInvalidConfig (0.00s) [2022-01-20T16:04:47.336Z] === RUN TestConfig [2022-01-20T16:04:47.336Z] --- PASS: TestConfig (0.00s) [2022-01-20T16:04:47.336Z] === RUN TestOptionsLabels [2022-01-20T16:04:47.336Z] --- PASS: TestOptionsLabels (0.00s) [2022-01-20T16:04:47.336Z] === RUN TestValidName [2022-01-20T16:04:47.336Z] --- PASS: TestValidName (0.00s) [2022-01-20T16:04:47.336Z] PASS [2022-01-20T16:04:47.336Z] coverage: 19.7% of statements [2022-01-20T16:04:47.336Z] ok github.com/docker/docker/libnetwork/config 0.085s coverage: 19.7% of statements [2022-01-20T16:04:48.326Z] === RUN TestKey [2022-01-20T16:04:48.326Z] --- PASS: TestKey (0.00s) [2022-01-20T16:04:48.326Z] === RUN TestParseKey [2022-01-20T16:04:48.326Z] --- PASS: TestParseKey (0.00s) [2022-01-20T16:04:48.326Z] === RUN TestInvalidDataStore [2022-01-20T16:04:48.326Z] --- PASS: TestInvalidDataStore (0.00s) [2022-01-20T16:04:48.326Z] === RUN TestKVObjectFlatKey [2022-01-20T16:04:48.326Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-01-20T16:04:48.326Z] === RUN TestAtomicKVObjectFlatKey [2022-01-20T16:04:48.326Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-01-20T16:04:48.326Z] PASS [2022-01-20T16:04:48.326Z] coverage: 21.9% of statements [2022-01-20T16:04:48.326Z] ok github.com/docker/docker/libnetwork/datastore 0.050s coverage: 21.9% of statements [2022-01-20T16:04:48.796Z] === RUN TestErrorInterfaces [2022-01-20T16:04:48.796Z] --- PASS: TestErrorInterfaces (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestNetworkMarshalling [2022-01-20T16:04:48.796Z] --- PASS: TestNetworkMarshalling (0.19s) [2022-01-20T16:04:48.796Z] === RUN TestEndpointMarshalling [2022-01-20T16:04:48.796Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestAuxAddresses [2022-01-20T16:04:48.796Z] time="2022-01-20T16:04:48Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:04:48.796Z] --- PASS: TestAuxAddresses (0.02s) [2022-01-20T16:04:48.796Z] === RUN TestSRVServiceQuery [2022-01-20T16:04:48.796Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-01-20T16:04:48.796Z] === RUN TestServiceVIPReuse [2022-01-20T16:04:48.796Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-01-20T16:04:48.796Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestDNSIPQuery [2022-01-20T16:04:48.796Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestDNSProxyServFail [2022-01-20T16:04:48.796Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestSandboxAddEmpty [2022-01-20T16:04:48.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestSandboxAddMultiPrio [2022-01-20T16:04:48.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestSandboxAddSamePrio [2022-01-20T16:04:48.796Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-01-20T16:04:48.796Z] === RUN TestCleanupServiceDiscovery [2022-01-20T16:04:48.796Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.796Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-01-20T16:04:48.797Z] === RUN TestDNSOptions [2022-01-20T16:04:48.797Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:04:48.797Z] --- SKIP: TestDNSOptions (0.00s) [2022-01-20T16:04:48.797Z] === RUN TestMultipleControllersWithSameStore [2022-01-20T16:04:48.797Z] time="2022-01-20T16:04:48Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:04:48.797Z] time="2022-01-20T16:04:48Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-01-20T16:04:48.797Z] --- PASS: TestMultipleControllersWithSameStore (0.04s) [2022-01-20T16:04:48.797Z] PASS [2022-01-20T16:04:48.797Z] coverage: 8.5% of statements [2022-01-20T16:04:48.797Z] ok github.com/docker/docker/libnetwork 0.365s coverage: 8.5% of statements [2022-01-20T16:04:49.267Z] === RUN TestIPDataMarshalling [2022-01-20T16:04:49.267Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-01-20T16:04:49.267Z] === RUN TestValidateAndIsV6 [2022-01-20T16:04:49.267Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-01-20T16:04:49.267Z] PASS [2022-01-20T16:04:49.267Z] coverage: 68.9% of statements [2022-01-20T16:04:49.267Z] ok github.com/docker/docker/libnetwork/driverapi 0.047s coverage: 68.9% of statements [2022-01-20T16:04:49.737Z] === RUN TestDriver [2022-01-20T16:04:49.737Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:04:49.737Z] PASS [2022-01-20T16:04:49.737Z] coverage: 34.8% of statements [2022-01-20T16:04:49.737Z] ok github.com/docker/docker/libnetwork/drivers/host 0.047s coverage: 34.8% of statements [2022-01-20T16:04:49.957Z] --- PASS: TestBuildMultiStageOnBuild (13.22s) [2022-01-20T16:04:49.957Z] === RUN TestBuildUncleanTarFilenames [2022-01-20T16:04:49.957Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:04:49.957Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-01-20T16:04:49.957Z] === RUN TestBuildMultiStageLayerLeak [2022-01-20T16:04:50.060Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-20T16:04:50.060Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-01-20T16:04:50.206Z] === RUN TestDriver [2022-01-20T16:04:50.206Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:04:50.206Z] PASS [2022-01-20T16:04:50.206Z] coverage: 34.8% of statements [2022-01-20T16:04:50.206Z] ok github.com/docker/docker/libnetwork/drivers/null 0.039s coverage: 34.8% of statements [2022-01-20T16:04:50.206Z] === RUN TestNetworkAllocateFree [2022-01-20T16:04:50.206Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-01-20T16:04:50.206Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-01-20T16:04:50.206Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-01-20T16:04:50.206Z] PASS [2022-01-20T16:04:50.206Z] coverage: 63.6% of statements [2022-01-20T16:04:50.206Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.052s coverage: 63.6% of statements [2022-01-20T16:04:50.320Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-20T16:04:51.195Z] === RUN TestGetEmptyCapabilities [2022-01-20T16:04:51.195Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-01-20T16:04:51.195Z] === RUN TestGetExtraCapabilities [2022-01-20T16:04:51.195Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-01-20T16:04:51.195Z] === RUN TestGetInvalidCapabilities [2022-01-20T16:04:51.195Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-01-20T16:04:51.195Z] === RUN TestRemoteDriver [2022-01-20T16:04:51.195Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-20T16:04:51.195Z] === RUN TestDriverError [2022-01-20T16:04:51.195Z] --- PASS: TestDriverError (0.00s) [2022-01-20T16:04:51.195Z] === RUN TestMissingValues [2022-01-20T16:04:51.195Z] --- PASS: TestMissingValues (0.00s) [2022-01-20T16:04:51.195Z] === RUN TestRollback [2022-01-20T16:04:51.195Z] --- PASS: TestRollback (0.01s) [2022-01-20T16:04:51.195Z] PASS [2022-01-20T16:04:51.195Z] coverage: 57.4% of statements [2022-01-20T16:04:51.195Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.093s coverage: 57.4% of statements [2022-01-20T16:04:51.664Z] === RUN TestNew [2022-01-20T16:04:51.664Z] --- PASS: TestNew (0.00s) [2022-01-20T16:04:51.664Z] === RUN TestAddDriver [2022-01-20T16:04:51.664Z] --- PASS: TestAddDriver (0.00s) [2022-01-20T16:04:51.664Z] === RUN TestAddDuplicateDriver [2022-01-20T16:04:51.664Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-01-20T16:04:51.664Z] === RUN TestIPAMDefaultAddressSpaces [2022-01-20T16:04:51.664Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-01-20T16:04:51.664Z] === RUN TestDriver [2022-01-20T16:04:51.664Z] --- PASS: TestDriver (0.00s) [2022-01-20T16:04:51.664Z] === RUN TestIPAM [2022-01-20T16:04:51.664Z] --- PASS: TestIPAM (0.00s) [2022-01-20T16:04:51.664Z] === RUN TestWalkIPAMs [2022-01-20T16:04:51.664Z] --- PASS: TestWalkIPAMs (0.00s) [2022-01-20T16:04:51.664Z] === RUN TestWalkDrivers [2022-01-20T16:04:51.664Z] --- PASS: TestWalkDrivers (0.00s) [2022-01-20T16:04:51.664Z] PASS [2022-01-20T16:04:51.664Z] coverage: 82.4% of statements [2022-01-20T16:04:51.664Z] ok github.com/docker/docker/libnetwork/drvregistry 0.098s coverage: 82.4% of statements [2022-01-20T16:04:51.664Z] === RUN TestNAT [2022-01-20T16:04:51.664Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-20T16:04:51.704Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-20T16:04:52.135Z] --- SKIP: TestNAT (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestTransparent [2022-01-20T16:04:52.135Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-20T16:04:52.135Z] --- SKIP: TestTransparent (0.00s) [2022-01-20T16:04:52.135Z] PASS [2022-01-20T16:04:52.135Z] coverage: 0.0% of statements [2022-01-20T16:04:52.135Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.062s coverage: 0.0% of statements [2022-01-20T16:04:52.135Z] === RUN TestBuildDefault [2022-01-20T16:04:52.135Z] --- PASS: TestBuildDefault (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestBuildHostnameDomainname [2022-01-20T16:04:52.135Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestBuildHostname [2022-01-20T16:04:52.135Z] --- PASS: TestBuildHostname (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestBuildHostnameFQDN [2022-01-20T16:04:52.135Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestBuildNoIP [2022-01-20T16:04:52.135Z] --- PASS: TestBuildNoIP (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestUpdate [2022-01-20T16:04:52.135Z] --- PASS: TestUpdate (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-01-20T16:04:52.135Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-01-20T16:04:52.135Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestAddEmpty [2022-01-20T16:04:52.135Z] --- PASS: TestAddEmpty (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestAdd [2022-01-20T16:04:52.135Z] --- PASS: TestAdd (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestDeleteEmpty [2022-01-20T16:04:52.135Z] --- PASS: TestDeleteEmpty (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestDeleteNewline [2022-01-20T16:04:52.135Z] --- PASS: TestDeleteNewline (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestDelete [2022-01-20T16:04:52.135Z] --- PASS: TestDelete (0.00s) [2022-01-20T16:04:52.135Z] === RUN TestConcurrentWrites [2022-01-20T16:04:52.276Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-20T16:04:52.605Z] --- PASS: TestConcurrentWrites (0.28s) [2022-01-20T16:04:52.605Z] PASS [2022-01-20T16:04:52.605Z] coverage: 81.2% of statements [2022-01-20T16:04:52.605Z] ok github.com/docker/docker/libnetwork/etchosts 0.353s coverage: 81.2% of statements [2022-01-20T16:04:52.605Z] === RUN TestCaller [2022-01-20T16:04:52.605Z] --- PASS: TestCaller (0.00s) [2022-01-20T16:04:52.605Z] PASS [2022-01-20T16:04:52.605Z] coverage: 100.0% of statements [2022-01-20T16:04:52.605Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-01-20T16:04:52.605Z] === RUN TestNew [2022-01-20T16:04:52.605Z] --- PASS: TestNew (0.00s) [2022-01-20T16:04:52.605Z] === RUN TestAllocate [2022-01-20T16:04:52.605Z] --- PASS: TestAllocate (0.00s) [2022-01-20T16:04:52.605Z] === RUN TestUninitialized [2022-01-20T16:04:52.605Z] --- PASS: TestUninitialized (0.00s) [2022-01-20T16:04:52.605Z] === RUN TestAllocateInRange [2022-01-20T16:04:52.605Z] --- PASS: TestAllocateInRange (0.00s) [2022-01-20T16:04:52.605Z] === RUN TestAllocateSerial [2022-01-20T16:04:52.605Z] --- PASS: TestAllocateSerial (0.00s) [2022-01-20T16:04:52.605Z] PASS [2022-01-20T16:04:52.605Z] coverage: 87.5% of statements [2022-01-20T16:04:52.605Z] ok github.com/docker/docker/libnetwork/idm 0.045s coverage: 87.5% of statements [2022-01-20T16:04:53.276Z] 2022/01/20 16:04:50 Closing DB instances... [2022-01-20T16:04:53.276Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-01-20T16:04:53.276Z] === RUN TestFindNode [2022-01-20T16:04:53.276Z] 2022/01/20 16:04:52 Closing DB instances... [2022-01-20T16:04:53.276Z] --- PASS: TestFindNode (0.02s) [2022-01-20T16:04:53.276Z] === RUN TestChangeNodeState [2022-01-20T16:04:53.276Z] 2022/01/20 16:04:52 Closing DB instances... [2022-01-20T16:04:53.276Z] --- PASS: TestChangeNodeState (0.03s) [2022-01-20T16:04:53.276Z] === RUN TestNodeReincarnation [2022-01-20T16:04:53.276Z] 2022/01/20 16:04:52 Closing DB instances... [2022-01-20T16:04:53.594Z] === RUN TestSetSerialInsertDelete [2022-01-20T16:04:53.594Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-01-20T16:04:53.594Z] === RUN TestSetParallelInsertDelete [2022-01-20T16:04:53.663Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-01-20T16:04:54.234Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-01-20T16:04:54.494Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-20T16:04:54.583Z] === RUN TestInt2IP2IntConversion [2022-01-20T16:04:54.756Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-20T16:04:54.756Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-20T16:04:54.756Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-20T16:04:55.052Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-01-20T16:04:55.052Z] === RUN TestGetAddressVersion [2022-01-20T16:04:55.052Z] --- PASS: TestGetAddressVersion (0.00s) [2022-01-20T16:04:55.052Z] === RUN TestKeyString [2022-01-20T16:04:55.052Z] --- PASS: TestKeyString (0.00s) [2022-01-20T16:04:55.052Z] === RUN TestPoolDataMarshal [2022-01-20T16:04:55.052Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-01-20T16:04:55.052Z] === RUN TestSubnetsMarshal [2022-01-20T16:04:55.052Z] --- PASS: TestRandomAllocateDeallocate (9.22s) [2022-01-20T16:04:55.052Z] === RUN TestAllocateRandomDeallocate [2022-01-20T16:04:55.052Z] --- PASS: TestSubnetsMarshal (0.09s) [2022-01-20T16:04:55.052Z] === RUN TestAddSubnets [2022-01-20T16:04:55.052Z] --- PASS: TestAddSubnets (0.09s) [2022-01-20T16:04:55.052Z] === RUN TestDoublePoolRelease [2022-01-20T16:04:55.052Z] --- PASS: TestDoublePoolRelease (0.05s) [2022-01-20T16:04:55.052Z] === RUN TestAddReleasePoolID [2022-01-20T16:04:55.052Z] === RUN TestPoolRequest [2022-01-20T16:04:55.052Z] --- PASS: TestPoolRequest (0.00s) [2022-01-20T16:04:55.052Z] === RUN TestOtherRequests [2022-01-20T16:04:55.052Z] --- PASS: TestOtherRequests (0.00s) [2022-01-20T16:04:55.052Z] PASS [2022-01-20T16:04:55.052Z] coverage: 57.1% of statements [2022-01-20T16:04:55.052Z] ok github.com/docker/docker/libnetwork/ipams/null 0.042s coverage: 57.1% of statements [2022-01-20T16:04:55.052Z] --- PASS: TestAddReleasePoolID (0.12s) [2022-01-20T16:04:55.052Z] === RUN TestPredefinedPool [2022-01-20T16:04:55.328Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-01-20T16:04:55.524Z] --- PASS: TestPredefinedPool (0.05s) [2022-01-20T16:04:55.524Z] === RUN TestRemoveSubnet [2022-01-20T16:04:55.524Z] --- PASS: TestRemoveSubnet (0.35s) [2022-01-20T16:04:55.524Z] === RUN TestGetSameAddress [2022-01-20T16:04:55.524Z] --- PASS: TestGetSameAddress (0.04s) [2022-01-20T16:04:55.524Z] === RUN TestPoolAllocationReuse [2022-01-20T16:04:55.900Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-20T16:04:55.900Z] docker_api_swarm_service_test.go:395: [d2c1aeeee6b1f] joining swarm manager [d1b75552f2ee6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:04:56.513Z] === RUN TestGetCapabilities [2022-01-20T16:04:56.513Z] --- PASS: TestGetCapabilities (0.01s) [2022-01-20T16:04:56.513Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-01-20T16:04:56.513Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-01-20T16:04:56.513Z] === RUN TestGetDefaultAddressSpaces [2022-01-20T16:04:56.513Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-01-20T16:04:56.513Z] === RUN TestRemoteDriver [2022-01-20T16:04:56.513Z] --- PASS: TestRemoteDriver (0.01s) [2022-01-20T16:04:56.513Z] PASS [2022-01-20T16:04:56.513Z] coverage: 47.4% of statements [2022-01-20T16:04:56.513Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.082s coverage: 47.4% of statements [2022-01-20T16:04:56.513Z] --- PASS: TestAllocateRandomDeallocate (1.71s) [2022-01-20T16:04:56.513Z] === RUN TestAllocateRandomDeallocateSerialize [2022-01-20T16:04:56.840Z] docker_api_swarm_service_test.go:395: [dcdbea25dbfd9] joining swarm manager [d1b75552f2ee6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:04:57.504Z] === RUN TestWindowsIPAM [2022-01-20T16:04:57.504Z] --- PASS: TestWindowsIPAM (0.00s) [2022-01-20T16:04:57.504Z] PASS [2022-01-20T16:04:57.504Z] coverage: 71.4% of statements [2022-01-20T16:04:57.504Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.047s coverage: 71.4% of statements [2022-01-20T16:04:57.972Z] --- PASS: TestPoolAllocationReuse (2.45s) [2022-01-20T16:04:57.972Z] === RUN TestGetAddressSubPoolEqualPool [2022-01-20T16:04:57.972Z] === RUN TestDefaultNetwork [2022-01-20T16:04:57.972Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2022-01-20T16:04:57.972Z] === RUN TestRequestReleaseAddressFromSubPool [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-01-20T16:04:58.027Z] --- PASS: TestNodeReincarnation (5.02s) [2022-01-20T16:04:58.027Z] === RUN TestParallelCreate [2022-01-20T16:04:58.027Z] 2022/01/20 16:04:57 Closing DB instances... [2022-01-20T16:04:58.027Z] --- PASS: TestParallelCreate (0.02s) [2022-01-20T16:04:58.027Z] === RUN TestParallelDelete [2022-01-20T16:04:58.027Z] 2022/01/20 16:04:57 Closing DB instances... [2022-01-20T16:04:58.027Z] --- PASS: TestParallelDelete (0.02s) [2022-01-20T16:04:58.027Z] === RUN TestNetworkDBIslands [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:18b210c2ae50 with config:&{NodeID:18b210c2ae50 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-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node 18b210c2ae50/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node 18b210c2ae50/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:bdb64d0719d4 with config:&{NodeID:bdb64d0719d4 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-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node bdb64d0719d4/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node bdb64d0719d4/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=debug msg="memberlist: Stream connection from=[::1]:49390" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node bdb64d0719d4/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node bdb64d0719d4/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node 18b210c2ae50/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=info msg="Node 18b210c2ae50/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49391" [2022-01-20T16:04:58.027Z] time="2022-01-20T16:04:57Z" level=debug msg="memberlist: Failed to join 172.27.231.12: dial tcp 172.27.231.12:10002: connectex: No connection could be made because the target machine actively refused it." [2022-01-20T16:04:58.442Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.58s) [2022-01-20T16:04:58.442Z] === RUN TestRetrieveFromStore [2022-01-20T16:04:58.442Z] --- PASS: TestDefaultNetwork (0.28s) [2022-01-20T16:04:58.442Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3e241531459b with config:&{NodeID:3e241531459b 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-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49393" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node 18b210c2ae50/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node 18b210c2ae50/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node bdb64d0719d4/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=info msg="Node bdb64d0719d4/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49394" [2022-01-20T16:04:58.496Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-01-20T16:04:58.911Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.25s) [2022-01-20T16:04:58.911Z] === RUN TestInitAddressPools [2022-01-20T16:04:58.911Z] --- PASS: TestInitAddressPools (0.00s) [2022-01-20T16:04:58.911Z] PASS [2022-01-20T16:04:58.911Z] coverage: 74.0% of statements [2022-01-20T16:04:58.911Z] ok github.com/docker/docker/libnetwork/ipamutils 0.611s coverage: 74.0% of statements [2022-01-20T16:04:58.911Z] --- PASS: TestRetrieveFromStore (0.88s) [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:d996b0ac5c6d with config:&{NodeID:d996b0ac5c6d 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-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Stream connection from=[::1]:49395" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node bdb64d0719d4/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node bdb64d0719d4/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node 3e241531459b/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node 18b210c2ae50/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=info msg="Node 18b210c2ae50/172.27.231.12, added to nodes list" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-01-20T16:04:58.964Z] time="2022-01-20T16:04:58Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49396" [2022-01-20T16:04:59.381Z] === RUN TestIsCorrupted [2022-01-20T16:04:59.381Z] --- PASS: TestIsCorrupted (0.03s) [2022-01-20T16:04:59.381Z] === RUN TestSetRollover [2022-01-20T16:04:59.381Z] === RUN TestKeyValue [2022-01-20T16:04:59.381Z] --- PASS: TestKeyValue (0.00s) [2022-01-20T16:04:59.381Z] PASS [2022-01-20T16:04:59.381Z] coverage: 60.0% of statements [2022-01-20T16:04:59.381Z] ok github.com/docker/docker/libnetwork/netlabel 0.042s coverage: 60.0% of statements [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:58Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:beccbd024183 with config:&{NodeID:beccbd024183 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-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49397" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node bdb64d0719d4/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node bdb64d0719d4/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node 3e241531459b/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node 3e241531459b/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node 18b210c2ae50/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node 18b210c2ae50/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-01-20T16:04:59.432Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49398" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:04:59.900Z] networkdb_test.go:835: Re-joining: 3 [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="The new bootstrap node list is:[172.27.231.12:10033 172.27.231.12:10034 172.27.231.12:10035]" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10033" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49399" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10034" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49400" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10035" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49401" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Failed to join 172.27.231.12: dial tcp 172.27.231.12:10002: connectex: No connection could be made because the target machine actively refused it." [2022-01-20T16:04:59.900Z] networkdb_test.go:835: Re-joining: 4 [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=info msg="The new bootstrap node list is:[172.27.231.12:10033 172.27.231.12:10034 172.27.231.12:10035]" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10033" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49403" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49404" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10034" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10035" [2022-01-20T16:04:59.900Z] time="2022-01-20T16:04:59Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49405" [2022-01-20T16:05:00.138Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-20T16:05:00.138Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-20T16:05:00.324Z] --- PASS: TestBuildMultiStageLayerLeak (11.48s) [2022-01-20T16:05:00.324Z] === RUN TestBuildWithHugeFile [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="node 0 leaving" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="node4(d996b0ac5c6d): Node leave event for 18b210c2ae50/172.27.231.12" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="node2(bdb64d0719d4): Node leave event for 18b210c2ae50/172.27.231.12" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="node3(3e241531459b): Node leave event for 18b210c2ae50/172.27.231.12" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="node5(beccbd024183): Node leave event for 18b210c2ae50/172.27.231.12" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.369Z] time="2022-01-20T16:05:00Z" level=info msg="node1(18b210c2ae50): Node leave event for 18b210c2ae50/172.27.231.12" [2022-01-20T16:05:00.843Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.843Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node 18b210c2ae50/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="node 1 leaving" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="node4(d996b0ac5c6d): Node leave event for bdb64d0719d4/172.27.231.12" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="node3(3e241531459b): Node leave event for bdb64d0719d4/172.27.231.12" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4 change state NodeActive --> NodeFailed" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4/172.27.231.12, added to failed nodes list" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4 change state NodeActive --> NodeLeft" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="node5(beccbd024183): Node leave event for bdb64d0719d4/172.27.231.12" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=error msg="node: bdb64d0719d4 is unknown to memberlist" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4/172.27.231.12, left gossip cluster" [2022-01-20T16:05:00.844Z] time="2022-01-20T16:05:00Z" level=info msg="Node bdb64d0719d4/172.27.231.12, left gossip cluster" [2022-01-20T16:05:01.313Z] time="2022-01-20T16:05:00Z" level=info msg="node 2 leaving" [2022-01-20T16:05:01.313Z] time="2022-01-20T16:05:00Z" level=info msg="Node 3e241531459b change state NodeActive --> NodeLeft" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:00Z" level=info msg="node5(beccbd024183): Node leave event for 3e241531459b/172.27.231.12" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=info msg="Node 3e241531459b change state NodeActive --> NodeLeft" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=info msg="node3(3e241531459b): Node leave event for 3e241531459b/172.27.231.12" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=info msg="Node 3e241531459b change state NodeActive --> NodeLeft" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=info msg="node4(d996b0ac5c6d): Node leave event for 3e241531459b/172.27.231.12" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=debug msg="memberlist: Failed ping: beccbd024183 (timeout reached)" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.231.12:10034: use of closed network connection" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.231.12:10035: use of closed network connection" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.27.231.12:10036: use of closed network connection" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49406" [2022-01-20T16:05:01.314Z] time="2022-01-20T16:05:01Z" level=info msg="Node 3e241531459b/172.27.231.12, left gossip cluster" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 3e241531459b/172.27.231.12, left gossip cluster" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 3e241531459b/172.27.231.12, left gossip cluster" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=warning msg="memberlist: Was able to connect to beccbd024183 but other probes failed, network may be misconfigured" [2022-01-20T16:05:01.782Z] networkdb_test.go:867: node4: OK [2022-01-20T16:05:01.782Z] networkdb_test.go:867: node5: OK [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="node 0 coming back" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:0be62ff66321 with config:&{NodeID:0be62ff66321 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-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 0be62ff66321/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 0be62ff66321/172.27.231.12, added to nodes list" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="node 1 coming back" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:80bc663cf337 with config:&{NodeID:80bc663cf337 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-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 80bc663cf337/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 80bc663cf337/172.27.231.12, added to nodes list" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="node 2 coming back" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:3182b64f6c04 with config:&{NodeID:3182b64f6c04 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-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 3182b64f6c04/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:01.782Z] time="2022-01-20T16:05:01Z" level=info msg="Node 3182b64f6c04/172.27.231.12, added to nodes list" [2022-01-20T16:05:02.251Z] time="2022-01-20T16:05:01Z" level=debug msg="memberlist: Failed to join 172.27.231.12: dial tcp 172.27.231.12:10002: connectex: No connection could be made because the target machine actively refused it." [2022-01-20T16:05:02.343Z] --- PASS: TestSetRollover (2.83s) [2022-01-20T16:05:02.343Z] === RUN TestSetRolloverSerial [2022-01-20T16:05:02.343Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.99s) [2022-01-20T16:05:02.343Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-01-20T16:05:02.343Z] === RUN TestNetworkDBSimple [2022-01-20T16:05:03.332Z] 2022/01/20 16:05:02 Closing DB instances... [2022-01-20T16:05:03.332Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-01-20T16:05:03.332Z] PASS [2022-01-20T16:05:03.332Z] coverage: 100.0% of statements [2022-01-20T16:05:03.332Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.051s coverage: 100.0% of statements [2022-01-20T16:05:04.321Z] --- PASS: TestSetRolloverSerial (2.05s) [2022-01-20T16:05:04.321Z] === RUN TestGetFirstAvailableFromCurrent [2022-01-20T16:05:04.321Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-01-20T16:05:04.321Z] PASS [2022-01-20T16:05:04.321Z] coverage: 84.4% of statements [2022-01-20T16:05:04.321Z] ok github.com/docker/docker/libnetwork/bitseq 18.401s coverage: 84.4% of statements [2022-01-20T16:05:04.321Z] === RUN TestGenerate [2022-01-20T16:05:04.321Z] --- PASS: TestGenerate (0.00s) [2022-01-20T16:05:04.321Z] === RUN TestGeneratePtr [2022-01-20T16:05:04.321Z] --- PASS: TestGeneratePtr (0.00s) [2022-01-20T16:05:04.321Z] === RUN TestGenerateMissingField [2022-01-20T16:05:04.321Z] --- PASS: TestGenerateMissingField (0.00s) [2022-01-20T16:05:04.321Z] === RUN TestFieldCannotBeSet [2022-01-20T16:05:04.321Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-01-20T16:05:04.321Z] === RUN TestTypeMismatchError [2022-01-20T16:05:04.321Z] --- PASS: TestTypeMismatchError (0.00s) [2022-01-20T16:05:04.321Z] PASS [2022-01-20T16:05:04.321Z] coverage: 100.0% of statements [2022-01-20T16:05:04.321Z] ok github.com/docker/docker/libnetwork/options 0.047s coverage: 100.0% of statements [2022-01-20T16:05:04.468Z] time="2022-01-20T16:05:03Z" level=debug msg="memberlist: Failed to join 172.27.231.12: dial tcp 172.27.231.12:10002: connectex: No connection could be made because the target machine actively refused it." [2022-01-20T16:05:04.791Z] testing: warning: no tests to run [2022-01-20T16:05:04.791Z] PASS [2022-01-20T16:05:04.791Z] coverage: 0.0% of statements [2022-01-20T16:05:04.791Z] ok github.com/docker/docker/libnetwork/osl 0.044s coverage: 0.0% of statements [no tests to run] [2022-01-20T16:05:04.791Z] --- PASS: TestNetworkDBSimple (2.64s) [2022-01-20T16:05:04.791Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-01-20T16:05:04.791Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.82s) [2022-01-20T16:05:04.791Z] === RUN TestGetAddress [2022-01-20T16:05:04.938Z] time="2022-01-20T16:05:04Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.231.12:10033 172.27.231.12:10034 172.27.231.12:10035]" [2022-01-20T16:05:05.407Z] time="2022-01-20T16:05:05Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.27.231.12:10033 172.27.231.12:10034 172.27.231.12:10035]" [2022-01-20T16:05:05.421Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-20T16:05:05.422Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-20T16:05:05.422Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-20T16:05:05.780Z] === RUN TestRequestNewPort [2022-01-20T16:05:05.780Z] --- PASS: TestRequestNewPort (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestRequestSpecificPort [2022-01-20T16:05:05.780Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestReleasePort [2022-01-20T16:05:05.780Z] --- PASS: TestReleasePort (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestReuseReleasedPort [2022-01-20T16:05:05.780Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestReleaseUnreadledPort [2022-01-20T16:05:05.780Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestUnknowProtocol [2022-01-20T16:05:05.780Z] --- PASS: TestUnknowProtocol (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestAllocateAllPorts [2022-01-20T16:05:05.780Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestPortAllocation [2022-01-20T16:05:05.780Z] --- PASS: TestPortAllocation (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestPortAllocationWithCustomRange [2022-01-20T16:05:05.780Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestNoDuplicateBPR [2022-01-20T16:05:05.780Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-01-20T16:05:05.780Z] === RUN TestChangePortRange [2022-01-20T16:05:05.780Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-01-20T16:05:05.780Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-01-20T16:05:05.780Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-01-20T16:05:05.780Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-01-20T16:05:05.780Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-01-20T16:05:05.780Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-01-20T16:05:05.780Z] --- PASS: TestChangePortRange (0.00s) [2022-01-20T16:05:05.780Z] PASS [2022-01-20T16:05:05.780Z] coverage: 88.6% of statements [2022-01-20T16:05:05.780Z] ok github.com/docker/docker/libnetwork/portallocator 0.043s coverage: 88.6% of statements [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=debug msg="memberlist: Failed to join 172.27.231.12: dial tcp 172.27.231.12:10002: connectex: No connection could be made because the target machine actively refused it." [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10033" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49410" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, is the new incarnation of the shutdown node 18b210c2ae50/172.27.231.12" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10034" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49411" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, is the new incarnation of the shutdown node bdb64d0719d4/172.27.231.12" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49412" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10035" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node beccbd024183/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node beccbd024183/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, is the new incarnation of the shutdown node 3e241531459b/172.27.231.12" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, is the new incarnation of the shutdown node bdb64d0719d4/172.27.231.12" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 80bc663cf337/172.27.231.12, added to nodes list" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:05.875Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, is the new incarnation of the shutdown node 18b210c2ae50/172.27.231.12" [2022-01-20T16:05:06.136Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-20T16:05:06.275Z] 2022/01/20 16:05:05 Closing DB instances... [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:05Z" level=info msg="Node 0be62ff66321/172.27.231.12, added to nodes list" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, is the new incarnation of the shutdown node 3e241531459b/172.27.231.12" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, added to nodes list" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:05Z" level=info msg="Node 3182b64f6c04/172.27.231.12, added to nodes list" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=info msg="Node 3182b64f6c04/172.27.231.12, joined gossip cluster" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=info msg="Node 3182b64f6c04/172.27.231.12, added to nodes list" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10033" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49413" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10034" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49414" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49415" [2022-01-20T16:05:06.523Z] time="2022-01-20T16:05:06Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.27.231.12:10035" [2022-01-20T16:05:06.744Z] testing: warning: no tests to run [2022-01-20T16:05:06.744Z] PASS [2022-01-20T16:05:06.744Z] coverage: 0.0% of statements [2022-01-20T16:05:06.744Z] ok github.com/docker/docker/libnetwork/portmapper 0.041s coverage: 0.0% of statements [no tests to run] [2022-01-20T16:05:06.991Z] 2022/01/20 16:05:06 Closing DB instances... [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="Node 0be62ff66321 change state NodeActive --> NodeLeft" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="node4(d996b0ac5c6d): Node leave event for 0be62ff66321/172.27.231.12" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="Node 0be62ff66321 change state NodeActive --> NodeLeft" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="node3(3182b64f6c04): Node leave event for 0be62ff66321/172.27.231.12" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="Node 0be62ff66321 change state NodeActive --> NodeLeft" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="Node 0be62ff66321/172.27.231.12, left gossip cluster" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="node5(beccbd024183): Node leave event for 0be62ff66321/172.27.231.12" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="Node 0be62ff66321 change state NodeActive --> NodeLeft" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="node2(80bc663cf337): Node leave event for 0be62ff66321/172.27.231.12" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="Node 0be62ff66321 change state NodeActive --> NodeFailed" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=info msg="Node 0be62ff66321/172.27.231.12, added to failed nodes list" [2022-01-20T16:05:06.991Z] time="2022-01-20T16:05:06Z" level=error msg="node: 0be62ff66321 is unknown to memberlist" [2022-01-20T16:05:07.213Z] === RUN TestHashData [2022-01-20T16:05:07.213Z] --- PASS: TestHashData (0.00s) [2022-01-20T16:05:07.213Z] PASS [2022-01-20T16:05:07.213Z] coverage: 2.8% of statements [2022-01-20T16:05:07.213Z] ok github.com/docker/docker/libnetwork/resolvconf 0.061s coverage: 2.8% of statements [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 0be62ff66321/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 0be62ff66321/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 0be62ff66321/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 0be62ff66321/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337 change state NodeActive --> NodeLeft" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="node4(d996b0ac5c6d): Node leave event for 80bc663cf337/172.27.231.12" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337 change state NodeActive --> NodeLeft" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="node5(beccbd024183): Node leave event for 80bc663cf337/172.27.231.12" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337 change state NodeActive --> NodeLeft" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="node3(3182b64f6c04): Node leave event for 80bc663cf337/172.27.231.12" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337 change state NodeActive --> NodeLeft" [2022-01-20T16:05:07.460Z] time="2022-01-20T16:05:07Z" level=info msg="node2(80bc663cf337): Node leave event for 80bc663cf337/172.27.231.12" [2022-01-20T16:05:07.532Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-20T16:05:07.682Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.63s) [2022-01-20T16:05:07.682Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 80bc663cf337/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 3182b64f6c04 change state NodeActive --> NodeLeft" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="node4(d996b0ac5c6d): Node leave event for 3182b64f6c04/172.27.231.12" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 3182b64f6c04 change state NodeActive --> NodeLeft" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="node5(beccbd024183): Node leave event for 3182b64f6c04/172.27.231.12" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=debug msg="memberlist: Failed to join 172.27.231.12: dial tcp 172.27.231.12:10002: connectex: No connection could be made because the target machine actively refused it." [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 3182b64f6c04 change state NodeActive --> NodeLeft" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="node3(3182b64f6c04): Node leave event for 3182b64f6c04/172.27.231.12" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 3182b64f6c04/172.27.231.12, left gossip cluster" [2022-01-20T16:05:07.931Z] time="2022-01-20T16:05:07Z" level=info msg="Node 3182b64f6c04/172.27.231.12, left gossip cluster" [2022-01-20T16:05:08.104Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-20T16:05:08.151Z] === RUN TestErrorConstructors [2022-01-20T16:05:08.151Z] --- PASS: TestErrorConstructors (0.00s) [2022-01-20T16:05:08.151Z] === RUN TestCompareIPMask [2022-01-20T16:05:08.151Z] --- PASS: TestCompareIPMask (0.00s) [2022-01-20T16:05:08.151Z] === RUN TestUtilGetHostPartIP [2022-01-20T16:05:08.151Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-01-20T16:05:08.151Z] === RUN TestUtilGetBroadcastIP [2022-01-20T16:05:08.151Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-01-20T16:05:08.151Z] === RUN TestParseCIDR [2022-01-20T16:05:08.151Z] --- PASS: TestParseCIDR (0.00s) [2022-01-20T16:05:08.151Z] PASS [2022-01-20T16:05:08.151Z] coverage: 37.3% of statements [2022-01-20T16:05:08.151Z] ok github.com/docker/docker/libnetwork/types 0.043s coverage: 37.3% of statements [2022-01-20T16:05:08.399Z] time="2022-01-20T16:05:08Z" level=info msg="Node 3182b64f6c04/172.27.231.12, left gossip cluster" [2022-01-20T16:05:08.399Z] time="2022-01-20T16:05:08Z" level=debug msg="memberlist: Failed ping: d996b0ac5c6d (timeout reached)" [2022-01-20T16:05:08.399Z] time="2022-01-20T16:05:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.231.12:10035: use of closed network connection" [2022-01-20T16:05:08.399Z] time="2022-01-20T16:05:08Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.27.231.12:10037: use of closed network connection" [2022-01-20T16:05:08.399Z] time="2022-01-20T16:05:08Z" level=debug msg="memberlist: Stream connection from=172.27.231.12:49417" [2022-01-20T16:05:08.621Z] 2022/01/20 16:05:08 Closing DB instances... [2022-01-20T16:05:08.867Z] time="2022-01-20T16:05:08Z" level=info msg="Node d996b0ac5c6d change state NodeActive --> NodeLeft" [2022-01-20T16:05:08.867Z] time="2022-01-20T16:05:08Z" level=info msg="node5(beccbd024183): Node leave event for d996b0ac5c6d/172.27.231.12" [2022-01-20T16:05:08.867Z] time="2022-01-20T16:05:08Z" level=info msg="Node d996b0ac5c6d change state NodeActive --> NodeLeft" [2022-01-20T16:05:08.867Z] time="2022-01-20T16:05:08Z" level=info msg="node4(d996b0ac5c6d): Node leave event for d996b0ac5c6d/172.27.231.12" [2022-01-20T16:05:08.867Z] time="2022-01-20T16:05:08Z" level=warning msg="memberlist: Was able to connect to d996b0ac5c6d but other probes failed, network may be misconfigured" [2022-01-20T16:05:09.044Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-01-20T16:05:09.091Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-01-20T16:05:09.091Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-01-20T16:05:09.091Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-01-20T16:05:09.091Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-01-20T16:05:09.091Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-01-20T16:05:09.091Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-01-20T16:05:09.092Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-01-20T16:05:09.092Z] PASS [2022-01-20T16:05:09.092Z] coverage: 50.0% of statements [2022-01-20T16:05:09.092Z] ok github.com/docker/docker/oci 0.043s coverage: 50.0% of statements [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-20T16:05:09.092Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-20T16:05:09.340Z] time="2022-01-20T16:05:09Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, left gossip cluster" [2022-01-20T16:05:09.340Z] time="2022-01-20T16:05:09Z" level=info msg="Node d996b0ac5c6d/172.27.231.12, left gossip cluster" [2022-01-20T16:05:09.985Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-20T16:05:10.080Z] === RUN TestParseVersion [2022-01-20T16:05:10.080Z] --- PASS: TestParseVersion (0.00s) [2022-01-20T16:05:10.080Z] PASS [2022-01-20T16:05:10.080Z] coverage: 52.9% of statements [2022-01-20T16:05:10.080Z] ok github.com/docker/docker/pkg/aaparser 0.038s coverage: 52.9% of statements [2022-01-20T16:05:10.080Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.62s) [2022-01-20T16:05:10.080Z] === RUN TestNetworkDBCRUDTableEntry [2022-01-20T16:05:10.326Z] time="2022-01-20T16:05:09Z" level=info msg="Node beccbd024183/172.27.231.12, left gossip cluster" [2022-01-20T16:05:10.326Z] time="2022-01-20T16:05:09Z" level=info msg="Node beccbd024183 change state NodeActive --> NodeFailed" [2022-01-20T16:05:10.326Z] time="2022-01-20T16:05:09Z" level=info msg="Node beccbd024183/172.27.231.12, added to failed nodes list" [2022-01-20T16:05:10.326Z] --- PASS: TestNetworkDBIslands (12.28s) [2022-01-20T16:05:10.326Z] PASS [2022-01-20T16:05:10.326Z] coverage: 60.5% of statements [2022-01-20T16:05:10.326Z] ok github.com/docker/docker/libnetwork/networkdb 104.819s coverage: 60.5% of statements [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/quota [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/rootless [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/volume [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-20T16:05:10.326Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-20T16:05:10.550Z] === RUN TestAddressPoolOpt [2022-01-20T16:05:10.550Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/a [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/something [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/_=a [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/env1=value1 [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/_env1=value1 [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/env2=value2=value3 [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/env3=abc!qwe [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/env_4=value_4 [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/PATH [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/=a [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/PATH= [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/PATH=something [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/asd!qwe [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/1asd [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/123 [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/some_space [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/__some_space_before [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/some_space_after__ [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/= [2022-01-20T16:05:10.550Z] === RUN TestValidateEnv/PaTh [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/a (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/something (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/= (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestParseHost [2022-01-20T16:05:10.550Z] --- PASS: TestParseHost (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestParseDockerDaemonHost [2022-01-20T16:05:10.550Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestParseTCP [2022-01-20T16:05:10.550Z] --- PASS: TestParseTCP (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestParseInvalidUnixAddrInvalid [2022-01-20T16:05:10.550Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestValidateExtraHosts [2022-01-20T16:05:10.550Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestIpOptString [2022-01-20T16:05:10.550Z] --- PASS: TestIpOptString (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestNewIpOptInvalidDefaultVal [2022-01-20T16:05:10.550Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestNewIpOptValidDefaultVal [2022-01-20T16:05:10.550Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestIpOptSetInvalidVal [2022-01-20T16:05:10.550Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestValidateIPAddress [2022-01-20T16:05:10.550Z] --- PASS: TestValidateIPAddress (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestMapOpts [2022-01-20T16:05:10.550Z] --- PASS: TestMapOpts (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestListOptsWithoutValidator [2022-01-20T16:05:10.550Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestListOptsWithValidator [2022-01-20T16:05:10.550Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestValidateDNSSearch [2022-01-20T16:05:10.550Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_general_format [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_one_more [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-01-20T16:05:10.550Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-01-20T16:05:10.550Z] --- PASS: TestValidateLabel (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-01-20T16:05:10.550Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-01-20T16:05:10.551Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestNamedListOpts [2022-01-20T16:05:10.551Z] --- PASS: TestNamedListOpts (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestNamedMapOpts [2022-01-20T16:05:10.551Z] --- PASS: TestNamedMapOpts (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestParseLink [2022-01-20T16:05:10.551Z] --- PASS: TestParseLink (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestQuotedStringSetWithQuotes [2022-01-20T16:05:10.551Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-01-20T16:05:10.551Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestQuotedStringSetWithNoQuotes [2022-01-20T16:05:10.551Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-01-20T16:05:10.551Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-01-20T16:05:10.551Z] === RUN TestUlimitOpt [2022-01-20T16:05:10.551Z] --- PASS: TestUlimitOpt (0.00s) [2022-01-20T16:05:10.551Z] PASS [2022-01-20T16:05:10.551Z] coverage: 67.4% of statements [2022-01-20T16:05:10.551Z] ok github.com/docker/docker/opts 0.072s coverage: 67.4% of statements [2022-01-20T16:05:11.896Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-20T16:05:11.896Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-01-20T16:05:12.117Z] === RUN TestIsArchivePathDir [2022-01-20T16:05:12.117Z] === RUN TestPeerCertificateMarshalJSON [2022-01-20T16:05:12.117Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-01-20T16:05:12.117Z] === RUN TestIsArchivePathInvalidFile [2022-01-20T16:05:12.117Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2022-01-20T16:05:12.117Z] === RUN TestIsArchivePathTar [2022-01-20T16:05:12.156Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-20T16:05:12.587Z] --- PASS: TestIsArchivePathTar (0.15s) [2022-01-20T16:05:12.587Z] === RUN TestDecompressStreamGzip [2022-01-20T16:05:12.587Z] 2022/01/20 16:05:12 Closing DB instances... [2022-01-20T16:05:12.587Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-01-20T16:05:12.587Z] === RUN TestDecompressStreamBzip2 [2022-01-20T16:05:12.587Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-01-20T16:05:12.587Z] === RUN TestDecompressStreamXz [2022-01-20T16:05:12.587Z] archive_test.go:133: Xz not present in msys2 [2022-01-20T16:05:12.587Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestDecompressStreamZstd [2022-01-20T16:05:12.587Z] archive_test.go:140: zstd not installed [2022-01-20T16:05:12.587Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-01-20T16:05:12.587Z] === RUN TestCompressStreamXzUnsupported [2022-01-20T16:05:12.587Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestCompressStreamBzip2Unsupported [2022-01-20T16:05:12.587Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestCompressStreamInvalid [2022-01-20T16:05:12.587Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestExtensionInvalid [2022-01-20T16:05:12.587Z] --- PASS: TestExtensionInvalid (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestExtensionUncompressed [2022-01-20T16:05:12.587Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestExtensionBzip2 [2022-01-20T16:05:12.587Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestExtensionGzip [2022-01-20T16:05:12.587Z] --- PASS: TestExtensionGzip (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestExtensionXz [2022-01-20T16:05:12.587Z] --- PASS: TestExtensionXz (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestExtensionZstd [2022-01-20T16:05:12.587Z] --- PASS: TestExtensionZstd (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestCmdStreamLargeStderr [2022-01-20T16:05:12.587Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-01-20T16:05:12.587Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-01-20T16:05:12.587Z] --- PASS: TestPeerCertificateMarshalJSON (0.53s) [2022-01-20T16:05:12.587Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-01-20T16:05:12.587Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestMiddleware [2022-01-20T16:05:12.587Z] --- PASS: TestMiddleware (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestNewResponseModifier [2022-01-20T16:05:12.587Z] --- PASS: TestNewResponseModifier (0.00s) [2022-01-20T16:05:12.587Z] PASS [2022-01-20T16:05:12.587Z] coverage: 26.8% of statements [2022-01-20T16:05:12.587Z] ok github.com/docker/docker/pkg/authorization 0.576s coverage: 26.8% of statements [2022-01-20T16:05:12.587Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-01-20T16:05:12.587Z] === RUN TestCmdStreamBad [2022-01-20T16:05:12.587Z] archive_test.go:252: Failing on Windows CI machines [2022-01-20T16:05:12.587Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestCmdStreamGood [2022-01-20T16:05:12.587Z] --- PASS: TestCmdStreamGood (0.04s) [2022-01-20T16:05:12.587Z] === RUN TestUntarPathWithInvalidDest [2022-01-20T16:05:12.587Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-01-20T16:05:12.587Z] === RUN TestUntarPathWithInvalidSrc [2022-01-20T16:05:12.587Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-01-20T16:05:12.587Z] === RUN TestUntarPath [2022-01-20T16:05:12.726Z] === RUN TestDockerSuite/TestLogsSince [2022-01-20T16:05:13.056Z] --- PASS: TestUntarPath (0.07s) [2022-01-20T16:05:13.056Z] === RUN TestUntarPathWithDestinationFile [2022-01-20T16:05:13.056Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-01-20T16:05:13.056Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-01-20T16:05:13.056Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-01-20T16:05:13.056Z] === RUN TestCopyWithTarInvalidSrc [2022-01-20T16:05:13.056Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-01-20T16:05:13.056Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-01-20T16:05:13.056Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-01-20T16:05:13.056Z] === RUN TestCopyWithTarSrcFile [2022-01-20T16:05:13.056Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-01-20T16:05:13.056Z] === RUN TestCopyWithTarSrcFolder [2022-01-20T16:05:13.056Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-01-20T16:05:13.056Z] === RUN TestCopyFileWithTarInvalidSrc [2022-01-20T16:05:13.056Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-01-20T16:05:13.056Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-01-20T16:05:13.056Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-01-20T16:05:13.056Z] === RUN TestCopyFileWithTarSrcFolder [2022-01-20T16:05:13.056Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-01-20T16:05:13.056Z] === RUN TestCopyFileWithTarSrcFile [2022-01-20T16:05:13.056Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-01-20T16:05:13.056Z] === RUN TestTarFiles [2022-01-20T16:05:13.056Z] === RUN TestUnbuffered [2022-01-20T16:05:13.056Z] --- PASS: TestUnbuffered (0.00s) [2022-01-20T16:05:13.056Z] === RUN TestRaceUnbuffered [2022-01-20T16:05:13.056Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-01-20T16:05:13.056Z] PASS [2022-01-20T16:05:13.056Z] coverage: 100.0% of statements [2022-01-20T16:05:13.056Z] ok github.com/docker/docker/pkg/broadcaster 0.035s coverage: 100.0% of statements [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === Skipped [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-01-20T16:05:13.278Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-01-20T16:05:13.278Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-01-20T16:05:13.278Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-01-20T16:05:13.278Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-01-20T16:05:13.278Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-01-20T16:05:13.278Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-20T16:05:13.278Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-20T16:05:13.278Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-20T16:05:13.278Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-01-20T16:05:13.278Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-20T16:05:13.278Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-01-20T16:05:13.278Z] daemon_test.go:145: root required [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-20T16:05:13.278Z] reload_test.go:342: root required [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-01-20T16:05:13.278Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-20T16:05:13.278Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-01-20T16:05:13.278Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.278Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-01-20T16:05:13.278Z] download_test.go:267: Needs fixing on Windows [2022-01-20T16:05:13.278Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-01-20T16:05:13.279Z] layer_test.go:303: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-01-20T16:05:13.279Z] layer_test.go:352: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-01-20T16:05:13.279Z] layer_test.go:467: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-01-20T16:05:13.279Z] layer_test.go:696: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-01-20T16:05:13.279Z] migration_test.go:45: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-01-20T16:05:13.279Z] migration_test.go:181: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-01-20T16:05:13.279Z] mount_test.go:17: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-01-20T16:05:13.279Z] mount_test.go:76: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-01-20T16:05:13.279Z] mount_test.go:125: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-01-20T16:05:13.279Z] mount_test.go:212: Failing on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-01-20T16:05:13.279Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-01-20T16:05:13.279Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-01-20T16:05:13.279Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-01-20T16:05:13.279Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-01-20T16:05:13.279Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-01-20T16:05:13.279Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-01-20T16:05:13.279Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-01-20T16:05:13.279Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-01-20T16:05:13.279Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-01-20T16:05:13.279Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-01-20T16:05:13.279Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-01-20T16:05:13.279Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-20T16:05:13.279Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-20T16:05:13.279Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-20T16:05:13.279Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-20T16:05:13.279Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-20T16:05:13.279Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:133: Xz not present in msys2 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-01-20T16:05:13.279Z] archive_test.go:140: zstd not installed [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:252: Failing on Windows CI machines [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:05:13.279Z] archive_windows_test.go:16: Currently fails [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-01-20T16:05:13.279Z] changes_test.go:195: needs more investigation [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-01-20T16:05:13.279Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-01-20T16:05:13.279Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-01-20T16:05:13.279Z] changes_test.go:432: needs further investigation [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-01-20T16:05:13.279Z] changes_test.go:468: needs further investigation [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-01-20T16:05:13.279Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-01-20T16:05:13.279Z] poller_test.go:40: No chmod on Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-20T16:05:13.279Z] fileutils_test.go:133: Needs porting to Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-20T16:05:13.279Z] fileutils_test.go:179: Needs porting to Windows [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-01-20T16:05:13.279Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-01-20T16:05:13.279Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-01-20T16:05:13.279Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-01-20T16:05:13.279Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-01-20T16:05:13.279Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-20T16:05:13.279Z] [2022-01-20T16:05:13.279Z] DONE 2067 tests, 70 skipped in 284.075s [2022-01-20T16:05:13.279Z] INFO: make.ps1 ended at 01/20/2022 16:05:12 [2022-01-20T16:05:14.044Z] === RUN TestMatch [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[foo]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[bar]_[foo]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[foo_bar]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[qux]_[foo]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[]#01 [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[qux]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[foo_bar_qux]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[qux]_[baz]] [2022-01-20T16:05:14.044Z] === RUN TestMatch/[[foo_baz]] [2022-01-20T16:05:14.044Z] --- PASS: TestMatch (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-01-20T16:05:14.044Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-01-20T16:05:14.044Z] PASS [2022-01-20T16:05:14.044Z] coverage: 87.5% of statements [2022-01-20T16:05:14.044Z] ok github.com/docker/docker/pkg/capabilities 0.041s coverage: 87.5% of statements [2022-01-20T16:05:14.109Z] docker_api_swarm_service_test.go:343: [d41c96c148b1f] joining swarm manager [d4f4dd73dc593]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:05:14.513Z] --- PASS: TestNetworkDBCRUDTableEntry (4.26s) [2022-01-20T16:05:14.513Z] === RUN TestNetworkDBCRUDTableEntries [2022-01-20T16:05:14.678Z] docker_api_swarm_service_test.go:343: [d5939657dd846] joining swarm manager [d4f4dd73dc593]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:05:14.851Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-01-20T16:05:14.851Z] INFO: Unit tests ended at 01/20/2022 16:05:14. Duration:00:04:59.9745520 [2022-01-20T16:05:14.851Z] INFO: Building busybox [2022-01-20T16:05:14.851Z] Sending build context to Docker daemon 5.12kB [2022-01-20T16:05:14.851Z] [2022-01-20T16:05:14.851Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-01-20T16:05:14.851Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-01-20T16:05:14.851Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-01-20T16:05:14.851Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-01-20T16:05:14.851Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-01-20T16:05:14.851Z] ---> 11cbc9e36c7a [2022-01-20T16:05:14.851Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-01-20T16:05:14.985Z] === RUN TestChrootTarUntar [2022-01-20T16:05:14.985Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootUntarWithHugeExcludesList [2022-01-20T16:05:14.985Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootUntarEmptyArchive [2022-01-20T16:05:14.985Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootTarUntarWithSymlink [2022-01-20T16:05:14.985Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootCopyWithTar [2022-01-20T16:05:14.985Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootCopyFileWithTar [2022-01-20T16:05:14.985Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootUntarPath [2022-01-20T16:05:14.985Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-01-20T16:05:14.985Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-01-20T16:05:14.985Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:05:14.985Z] === RUN TestChrootApplyDotDotFile [2022-01-20T16:05:14.985Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:05:14.985Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-01-20T16:05:14.985Z] PASS [2022-01-20T16:05:14.985Z] coverage: 15.1% of statements [2022-01-20T16:05:14.985Z] ok github.com/docker/docker/pkg/chrootarchive 0.087s coverage: 15.1% of statements [2022-01-20T16:05:15.323Z] ---> Running in 9039362ab51f [2022-01-20T16:05:15.455Z] === RUN TestSizeEmpty [2022-01-20T16:05:15.455Z] --- PASS: TestSizeEmpty (0.00s) [2022-01-20T16:05:15.455Z] === RUN TestSizeEmptyFile [2022-01-20T16:05:15.455Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-01-20T16:05:15.455Z] === RUN TestSizeNonemptyFile [2022-01-20T16:05:15.455Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-01-20T16:05:15.455Z] === RUN TestSizeNestedDirectoryEmpty [2022-01-20T16:05:15.455Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-01-20T16:05:15.455Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-01-20T16:05:15.455Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-01-20T16:05:15.455Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-01-20T16:05:15.455Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-01-20T16:05:15.455Z] === RUN TestMoveToSubdir [2022-01-20T16:05:15.455Z] --- PASS: TestMoveToSubdir (0.01s) [2022-01-20T16:05:15.455Z] === RUN TestSizeNonExistingDirectory [2022-01-20T16:05:15.455Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-01-20T16:05:15.455Z] PASS [2022-01-20T16:05:15.455Z] coverage: 80.0% of statements [2022-01-20T16:05:15.455Z] ok github.com/docker/docker/pkg/directory 0.063s coverage: 80.0% of statements [2022-01-20T16:05:16.447Z] 2022/01/20 16:05:16 Closing DB instances... [2022-01-20T16:05:16.447Z] === RUN TestPollerAddRemove [2022-01-20T16:05:16.447Z] --- PASS: TestPollerAddRemove (0.00s) [2022-01-20T16:05:16.447Z] === RUN TestPollerEvent [2022-01-20T16:05:16.447Z] poller_test.go:40: No chmod on Windows [2022-01-20T16:05:16.447Z] --- SKIP: TestPollerEvent (0.00s) [2022-01-20T16:05:16.447Z] === RUN TestPollerClose [2022-01-20T16:05:16.447Z] --- PASS: TestPollerClose (0.00s) [2022-01-20T16:05:16.447Z] PASS [2022-01-20T16:05:16.447Z] coverage: 45.7% of statements [2022-01-20T16:05:16.447Z] ok github.com/docker/docker/pkg/filenotify 0.058s coverage: 45.7% of statements [2022-01-20T16:05:17.434Z] === RUN TestCopyFileWithInvalidSrc [2022-01-20T16:05:17.434Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCopyFileWithInvalidDest [2022-01-20T16:05:17.434Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCopyFileWithSameSrcAndDest [2022-01-20T16:05:17.434Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-01-20T16:05:17.434Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCopyFile [2022-01-20T16:05:17.434Z] --- PASS: TestCopyFile (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-01-20T16:05:17.434Z] fileutils_test.go:133: Needs porting to Windows [2022-01-20T16:05:17.434Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-01-20T16:05:17.434Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestReadSymlinkedDirectoryToFile [2022-01-20T16:05:17.434Z] fileutils_test.go:179: Needs porting to Windows [2022-01-20T16:05:17.434Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestWildcardMatches [2022-01-20T16:05:17.434Z] --- PASS: TestWildcardMatches (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestPatternMatches [2022-01-20T16:05:17.434Z] --- PASS: TestPatternMatches (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-01-20T16:05:17.434Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestPatternMatchesFolderExclusions [2022-01-20T16:05:17.434Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-01-20T16:05:17.434Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-01-20T16:05:17.434Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-01-20T16:05:17.434Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-01-20T16:05:17.434Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestSingleExclamationError [2022-01-20T16:05:17.434Z] --- PASS: TestSingleExclamationError (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestMatchesWithNoPatterns [2022-01-20T16:05:17.434Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestMatchesWithMalformedPatterns [2022-01-20T16:05:17.434Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestMatches [2022-01-20T16:05:17.434Z] === RUN TestMatches/MatchesOrParentMatches [2022-01-20T16:05:17.434Z] === RUN TestMatches/MatchesUsingParentResult [2022-01-20T16:05:17.434Z] === RUN TestMatches/MatchesUsingParentResults [2022-01-20T16:05:17.434Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-01-20T16:05:17.434Z] --- PASS: TestMatches (0.01s) [2022-01-20T16:05:17.434Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-01-20T16:05:17.434Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-01-20T16:05:17.434Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-01-20T16:05:17.434Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCleanPatterns [2022-01-20T16:05:17.434Z] --- PASS: TestCleanPatterns (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-01-20T16:05:17.434Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCleanPatternsExceptionFlag [2022-01-20T16:05:17.434Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-01-20T16:05:17.434Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-01-20T16:05:17.434Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCleanPatternsErrorSingleException [2022-01-20T16:05:17.434Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCreateIfNotExistsDir [2022-01-20T16:05:17.434Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestCreateIfNotExistsFile [2022-01-20T16:05:17.434Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-01-20T16:05:17.434Z] === RUN TestMatch [2022-01-20T16:05:17.434Z] --- PASS: TestMatch (0.00s) [2022-01-20T16:05:17.434Z] PASS [2022-01-20T16:05:17.434Z] coverage: 84.0% of statements [2022-01-20T16:05:17.434Z] ok github.com/docker/docker/pkg/fileutils 0.072s coverage: 84.0% of statements [2022-01-20T16:05:17.904Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2022-01-20T16:05:17.904Z] === RUN TestNetworkDBNodeLeave [2022-01-20T16:05:18.374Z] === RUN TestGet [2022-01-20T16:05:18.374Z] --- PASS: TestGet (0.00s) [2022-01-20T16:05:18.374Z] === RUN TestGetShortcutString [2022-01-20T16:05:18.374Z] --- PASS: TestGetShortcutString (0.00s) [2022-01-20T16:05:18.374Z] PASS [2022-01-20T16:05:18.374Z] coverage: 42.9% of statements [2022-01-20T16:05:18.374Z] ok github.com/docker/docker/pkg/homedir 0.036s coverage: 42.9% of statements [2022-01-20T16:05:18.844Z] === RUN TestCreateIDMapOrder [2022-01-20T16:05:18.844Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-01-20T16:05:18.844Z] PASS [2022-01-20T16:05:18.844Z] coverage: 7.2% of statements [2022-01-20T16:05:18.844Z] ok github.com/docker/docker/pkg/idtools 0.044s coverage: 7.2% of statements [2022-01-20T16:05:19.315Z] --- PASS: TestTarFiles (6.06s) [2022-01-20T16:05:19.315Z] === RUN TestDetectCompressionZstd [2022-01-20T16:05:19.315Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-01-20T16:05:19.315Z] === RUN TestTarUntar [2022-01-20T16:05:19.315Z] --- PASS: TestTarUntar (0.03s) [2022-01-20T16:05:19.315Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-01-20T16:05:19.315Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-01-20T16:05:19.315Z] === RUN TestTarWithOptions [2022-01-20T16:05:19.315Z] --- PASS: TestTarWithOptions (0.03s) [2022-01-20T16:05:19.315Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-01-20T16:05:19.315Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-01-20T16:05:19.315Z] === RUN TestUntarUstarGnuConflict [2022-01-20T16:05:19.315Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-01-20T16:05:19.315Z] === RUN TestUntarInvalidFilenames [2022-01-20T16:05:19.315Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4249395669\\dest" [2022-01-20T16:05:19.315Z] --- PASS: TestUntarInvalidFilenames (0.18s) [2022-01-20T16:05:19.315Z] === RUN TestUntarHardlinkToSymlink [2022-01-20T16:05:19.315Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-01-20T16:05:19.315Z] === RUN TestUntarInvalidHardlink [2022-01-20T16:05:19.315Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2656610121\\victim\\hello" -> "../victim/hello" [2022-01-20T16:05:19.315Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2780326601\\victim\\hello" -> "/../victim/hello" [2022-01-20T16:05:19.315Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink276715887\\victim" -> "../victim" [2022-01-20T16:05:19.315Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1932384811\\victim" -> "../victim" [2022-01-20T16:05:19.315Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1258344315\\victim" -> "../victim" [2022-01-20T16:05:19.315Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1771124201\\victim" -> "../victim" [2022-01-20T16:05:19.315Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-01-20T16:05:19.315Z] === RUN TestUntarInvalidSymlink [2022-01-20T16:05:19.315Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink199454645\\dest\\dotdot" -> "../victim/hello" [2022-01-20T16:05:19.315Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3400834067\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-20T16:05:19.315Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3285224955\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:19.315Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2411801515\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:19.315Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1078003494\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:19.315Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4234340810\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:19.315Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2303103777\\dest\\dir\\loophole" -> "../../victim" [2022-01-20T16:05:19.315Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-01-20T16:05:19.315Z] === RUN TestTempArchiveCloseMultipleTimes [2022-01-20T16:05:19.315Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.01s) [2022-01-20T16:05:19.315Z] === RUN TestXGlobalNoParent [2022-01-20T16:05:19.315Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-01-20T16:05:19.315Z] === RUN TestReplaceFileTarWrapper [2022-01-20T16:05:19.785Z] --- PASS: TestReplaceFileTarWrapper (0.23s) [2022-01-20T16:05:19.785Z] === RUN TestPrefixHeaderReadable [2022-01-20T16:05:19.785Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-01-20T16:05:19.785Z] === RUN TestDisablePigz [2022-01-20T16:05:19.785Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-01-20T16:05:19.785Z] --- PASS: TestDisablePigz (0.12s) [2022-01-20T16:05:19.785Z] === RUN TestPigz [2022-01-20T16:05:19.785Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-01-20T16:05:19.785Z] --- PASS: TestPigz (0.12s) [2022-01-20T16:05:19.785Z] === RUN TestCopyFileWithInvalidDest [2022-01-20T16:05:19.785Z] archive_windows_test.go:16: Currently fails [2022-01-20T16:05:19.785Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:05:19.785Z] === RUN TestCanonicalTarNameForPath [2022-01-20T16:05:19.785Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-01-20T16:05:19.785Z] === RUN TestCanonicalTarName [2022-01-20T16:05:19.785Z] --- PASS: TestCanonicalTarName (0.00s) [2022-01-20T16:05:19.785Z] === RUN TestChmodTarEntry [2022-01-20T16:05:19.785Z] --- PASS: TestChmodTarEntry (0.00s) [2022-01-20T16:05:19.785Z] === RUN TestHardLinkOrder [2022-01-20T16:05:19.785Z] --- PASS: TestHardLinkOrder (0.09s) [2022-01-20T16:05:19.785Z] === RUN TestChangeString [2022-01-20T16:05:19.785Z] --- PASS: TestChangeString (0.00s) [2022-01-20T16:05:19.785Z] === RUN TestChangesWithNoChanges [2022-01-20T16:05:19.962Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-20T16:05:20.254Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-01-20T16:05:20.254Z] === RUN TestChangesWithChanges [2022-01-20T16:05:20.254Z] --- PASS: TestChangesWithChanges (0.04s) [2022-01-20T16:05:20.254Z] === RUN TestChangesWithChangesGH13590 [2022-01-20T16:05:20.254Z] changes_test.go:195: needs more investigation [2022-01-20T16:05:20.254Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestChangesDirsEmpty [2022-01-20T16:05:20.254Z] === RUN TestFixedBufferCap [2022-01-20T16:05:20.254Z] --- PASS: TestFixedBufferCap (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestFixedBufferLen [2022-01-20T16:05:20.254Z] --- PASS: TestFixedBufferLen (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestFixedBufferString [2022-01-20T16:05:20.254Z] --- PASS: TestFixedBufferString (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestFixedBufferWrite [2022-01-20T16:05:20.254Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestFixedBufferRead [2022-01-20T16:05:20.254Z] --- PASS: TestFixedBufferRead (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestBytesPipeRead [2022-01-20T16:05:20.254Z] --- PASS: TestBytesPipeRead (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestBytesPipeWrite [2022-01-20T16:05:20.254Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestBytesPipeWriteRandomChunks [2022-01-20T16:05:20.254Z] --- PASS: TestChangesDirsEmpty (0.13s) [2022-01-20T16:05:20.254Z] === RUN TestChangesDirsMutated [2022-01-20T16:05:20.254Z] --- PASS: TestChangesDirsMutated (0.13s) [2022-01-20T16:05:20.254Z] === RUN TestApplyLayer [2022-01-20T16:05:20.254Z] changes_test.go:432: needs further investigation [2022-01-20T16:05:20.254Z] --- SKIP: TestApplyLayer (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestChangesSizeWithHardlinks [2022-01-20T16:05:20.254Z] changes_test.go:468: needs further investigation [2022-01-20T16:05:20.254Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestChangesSizeWithNoChanges [2022-01-20T16:05:20.254Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-01-20T16:05:20.254Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestChangesSize [2022-01-20T16:05:20.254Z] --- PASS: TestChangesSize (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestApplyLayerInvalidFilenames [2022-01-20T16:05:20.254Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4109889074\\dest" [2022-01-20T16:05:20.254Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-01-20T16:05:20.254Z] === RUN TestApplyLayerInvalidHardlink [2022-01-20T16:05:20.254Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3039733284\\victim\\hello" -> "../victim/hello" [2022-01-20T16:05:20.254Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1730605120\\victim\\hello" -> "/../victim/hello" [2022-01-20T16:05:20.254Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3143462549\\victim" -> "../victim" [2022-01-20T16:05:20.254Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3300427808\\victim" -> "../victim" [2022-01-20T16:05:20.254Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2254769256\\victim" -> "../victim" [2022-01-20T16:05:20.254Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink427267328\\victim" -> "../victim" [2022-01-20T16:05:20.254Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2022-01-20T16:05:20.254Z] === RUN TestApplyLayerInvalidSymlink [2022-01-20T16:05:20.254Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3248633373\\dest\\dotdot" -> "../victim/hello" [2022-01-20T16:05:20.254Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3511550170\\dest\\slash-dotdot" -> "/../victim/hello" [2022-01-20T16:05:20.254Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3527656277\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:20.254Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4281832491\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:20.254Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2394288685\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:20.254Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3241965317\\dest\\loophole-victim" -> "../victim" [2022-01-20T16:05:20.254Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-01-20T16:05:20.254Z] === RUN TestApplyLayerWhiteouts [2022-01-20T16:05:20.254Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-01-20T16:05:20.254Z] === RUN TestGenerateEmptyFile [2022-01-20T16:05:20.254Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-01-20T16:05:20.254Z] === RUN TestGenerateWithContent [2022-01-20T16:05:20.254Z] --- PASS: TestGenerateWithContent (0.00s) [2022-01-20T16:05:20.254Z] PASS [2022-01-20T16:05:20.254Z] coverage: 63.0% of statements [2022-01-20T16:05:20.727Z] ok github.com/docker/docker/pkg/archive 8.464s coverage: 63.0% of statements [2022-01-20T16:05:20.727Z] --- PASS: TestBytesPipeWriteRandomChunks (0.41s) [2022-01-20T16:05:20.727Z] === RUN TestAtomicWriteToFile [2022-01-20T16:05:20.727Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-01-20T16:05:20.727Z] === RUN TestAtomicWriteSetCommit [2022-01-20T16:05:20.727Z] --- PASS: TestAtomicWriteSetCommit (0.02s) [2022-01-20T16:05:20.727Z] === RUN TestAtomicWriteSetCancel [2022-01-20T16:05:20.727Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-01-20T16:05:20.727Z] === RUN TestReadCloserWrapperClose [2022-01-20T16:05:20.727Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-01-20T16:05:20.727Z] === RUN TestReaderErrWrapperReadOnError [2022-01-20T16:05:20.727Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-01-20T16:05:20.727Z] === RUN TestReaderErrWrapperRead [2022-01-20T16:05:20.727Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-01-20T16:05:20.727Z] === RUN TestCancelReadCloser [2022-01-20T16:05:20.727Z] --- PASS: TestCancelReadCloser (0.10s) [2022-01-20T16:05:20.727Z] === RUN TestWriteCloserWrapperClose [2022-01-20T16:05:20.727Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-01-20T16:05:20.727Z] === RUN TestNopWriteCloser [2022-01-20T16:05:20.727Z] --- PASS: TestNopWriteCloser (0.00s) [2022-01-20T16:05:20.727Z] === RUN TestNopWriter [2022-01-20T16:05:20.727Z] --- PASS: TestNopWriter (0.00s) [2022-01-20T16:05:20.727Z] === RUN TestWriteCounter [2022-01-20T16:05:20.727Z] --- PASS: TestWriteCounter (0.00s) [2022-01-20T16:05:20.727Z] PASS [2022-01-20T16:05:20.727Z] coverage: 69.2% of statements [2022-01-20T16:05:20.727Z] ok github.com/docker/docker/pkg/ioutils 0.590s coverage: 69.2% of statements [2022-01-20T16:05:20.727Z] --- PASS: TestNetworkDBNodeLeave (2.85s) [2022-01-20T16:05:20.727Z] === RUN TestNetworkDBWatch [2022-01-20T16:05:21.188Z] Removing intermediate container 9039362ab51f [2022-01-20T16:05:21.188Z] ---> 769c84a421ac [2022-01-20T16:05:21.188Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-01-20T16:05:21.188Z] ---> Running in 18ad196b58e9 [2022-01-20T16:05:21.188Z] Removing intermediate container 18ad196b58e9 [2022-01-20T16:05:21.188Z] ---> 9036383333e5 [2022-01-20T16:05:21.188Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-01-20T16:05:21.188Z] ---> Running in 5ba87650927f [2022-01-20T16:05:21.655Z] Removing intermediate container 5ba87650927f [2022-01-20T16:05:21.655Z] ---> aea04da8bcff [2022-01-20T16:05:21.655Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-01-20T16:05:21.716Z] === RUN TestError [2022-01-20T16:05:21.716Z] --- PASS: TestError (0.00s) [2022-01-20T16:05:21.716Z] === RUN TestProgressString [2022-01-20T16:05:21.716Z] === RUN TestProgressString/no_progress [2022-01-20T16:05:21.716Z] === RUN TestProgressString/progress_1 [2022-01-20T16:05:21.716Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-01-20T16:05:21.716Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-01-20T16:05:21.716Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-01-20T16:05:21.716Z] === RUN TestProgressString/with_units [2022-01-20T16:05:21.716Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-01-20T16:05:21.716Z] === RUN TestProgressString/hide_counts [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/with_units (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-01-20T16:05:21.716Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-01-20T16:05:21.716Z] === RUN TestJSONMessageDisplay [2022-01-20T16:05:21.716Z] --- PASS: TestJSONMessageDisplay (0.16s) [2022-01-20T16:05:21.716Z] === RUN TestJSONMessageDisplayWithJSONError [2022-01-20T16:05:21.716Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-01-20T16:05:21.716Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-01-20T16:05:21.716Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-01-20T16:05:21.716Z] === RUN TestDisplayJSONMessagesStream [2022-01-20T16:05:21.716Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-01-20T16:05:21.716Z] PASS [2022-01-20T16:05:21.716Z] coverage: 91.7% of statements [2022-01-20T16:05:21.716Z] ok github.com/docker/docker/pkg/jsonmessage 0.210s coverage: 91.7% of statements [2022-01-20T16:05:22.186Z] === RUN TestStandardLongPath [2022-01-20T16:05:22.186Z] --- PASS: TestStandardLongPath (0.00s) [2022-01-20T16:05:22.186Z] === RUN TestUNCLongPath [2022-01-20T16:05:22.186Z] --- PASS: TestUNCLongPath (0.00s) [2022-01-20T16:05:22.186Z] PASS [2022-01-20T16:05:22.186Z] coverage: 100.0% of statements [2022-01-20T16:05:22.186Z] ok github.com/docker/docker/pkg/longpath 0.060s coverage: 100.0% of statements [2022-01-20T16:05:22.186Z] 2022/01/20 16:05:22 Closing DB instances... [2022-01-20T16:05:23.174Z] === RUN TestNameFormat [2022-01-20T16:05:23.174Z] --- PASS: TestNameFormat (0.00s) [2022-01-20T16:05:23.174Z] === RUN TestNameRetries [2022-01-20T16:05:23.174Z] --- PASS: TestNameRetries (0.00s) [2022-01-20T16:05:23.174Z] PASS [2022-01-20T16:05:23.174Z] coverage: 85.7% of statements [2022-01-20T16:05:23.174Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2022-01-20T16:05:23.219Z] [2022-01-20T16:05:23.643Z] === RUN TestParseKeyValueOpt [2022-01-20T16:05:23.643Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-01-20T16:05:23.643Z] === RUN TestParseUintList [2022-01-20T16:05:23.643Z] --- PASS: TestParseUintList (0.00s) [2022-01-20T16:05:23.643Z] === RUN TestParseUintListMaximumLimits [2022-01-20T16:05:23.643Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-01-20T16:05:23.643Z] PASS [2022-01-20T16:05:23.643Z] coverage: 97.0% of statements [2022-01-20T16:05:23.643Z] ok github.com/docker/docker/pkg/parsers 0.034s coverage: 97.0% of statements [2022-01-20T16:05:23.687Z] ---> a74a8d8fce7d [2022-01-20T16:05:23.687Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-01-20T16:05:23.687Z] ---> Running in 2c2e0be98b41 [2022-01-20T16:05:24.112Z] --- PASS: TestNetworkDBWatch (3.23s) [2022-01-20T16:05:24.112Z] === RUN TestNetworkDBBulkSync [2022-01-20T16:05:24.112Z] === RUN TestNewAndRemove [2022-01-20T16:05:24.112Z] --- PASS: TestNewAndRemove (0.00s) [2022-01-20T16:05:24.112Z] === RUN TestRemoveInvalidPath [2022-01-20T16:05:24.112Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-01-20T16:05:24.112Z] PASS [2022-01-20T16:05:24.112Z] coverage: 82.6% of statements [2022-01-20T16:05:24.112Z] ok github.com/docker/docker/pkg/pidfile 0.039s coverage: 82.6% of statements [2022-01-20T16:05:25.100Z] 2022/01/20 16:05:24 Closing DB instances... [2022-01-20T16:05:25.241Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-20T16:05:25.242Z] === RUN TestDockerSuite/TestLogsTail [2022-01-20T16:05:25.502Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-20T16:05:25.569Z] --- PASS: TestGetAddress (20.46s) [2022-01-20T16:05:25.569Z] === RUN TestRequestSyntaxCheck [2022-01-20T16:05:25.569Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2022-01-20T16:05:25.569Z] === RUN TestRequest [2022-01-20T16:05:26.049Z] === RUN TestFailedConnection [2022-01-20T16:05:26.073Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-20T16:05:26.646Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-20T16:05:26.646Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-20T16:05:27.038Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-01-20T16:05:27.038Z] === RUN TestNetworkDBCRUDMediumCluster [2022-01-20T16:05:27.038Z] --- PASS: TestFailedConnection (1.07s) [2022-01-20T16:05:27.038Z] === RUN TestFailOnce [2022-01-20T16:05:27.038Z] 2022/01/20 16:05:26 http: panic serving 127.0.0.1:49279: Plugin not ready [2022-01-20T16:05:27.038Z] goroutine 18 [running]: [2022-01-20T16:05:27.038Z] net/http.(*conn).serve.func1() [2022-01-20T16:05:27.038Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-01-20T16:05:27.038Z] panic({0x6dac20, 0x7e73d0}) [2022-01-20T16:05:27.038Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-01-20T16:05:27.038Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xf6cf4cfadd111329}, 0xc0001e3a98) [2022-01-20T16:05:27.038Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-01-20T16:05:27.038Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x7f4170, 0xc00011c000}, 0x62f3e6) [2022-01-20T16:05:27.038Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-01-20T16:05:27.038Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x7f4170, 0xc00011c000}, 0xc0000ae000) [2022-01-20T16:05:27.038Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-01-20T16:05:27.038Z] net/http.serverHandler.ServeHTTP({0x7f2770}, {0x7f4170, 0xc00011c000}, 0xc0000ae000) [2022-01-20T16:05:27.038Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-01-20T16:05:27.038Z] net/http.(*conn).serve(0xc0000a6000, {0x7f6000, 0xc0000880c0}) [2022-01-20T16:05:27.038Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-01-20T16:05:27.038Z] created by net/http.(*Server).Serve [2022-01-20T16:05:27.038Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-01-20T16:05:27.038Z] time="2022-01-20T16:05:26Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49278/Test.FailOnce: Post \"http://127.0.0.1:49278/Test.FailOnce\": EOF, retrying in 1s" [2022-01-20T16:05:27.222Z] === RUN TestDockerSuite/TestNetHostname [2022-01-20T16:05:28.027Z] --- PASS: TestFailOnce (1.19s) [2022-01-20T16:05:28.027Z] === RUN TestEchoInputOutput [2022-01-20T16:05:28.027Z] --- PASS: TestEchoInputOutput (0.00s) [2022-01-20T16:05:28.027Z] === RUN TestBackoff [2022-01-20T16:05:28.027Z] --- PASS: TestBackoff (0.00s) [2022-01-20T16:05:28.027Z] === RUN TestAbortRetry [2022-01-20T16:05:28.027Z] --- PASS: TestAbortRetry (0.00s) [2022-01-20T16:05:28.027Z] === RUN TestClientScheme [2022-01-20T16:05:28.027Z] --- PASS: TestClientScheme (0.00s) [2022-01-20T16:05:28.027Z] === RUN TestNewClientWithTimeout [2022-01-20T16:05:28.163Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-01-20T16:05:28.424Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-20T16:05:28.497Z] time="2022-01-20T16:05:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-01-20T16:05:28.995Z] === RUN TestDockerSuite/TestNetworkEvents [2022-01-20T16:05:29.484Z] 2022/01/20 16:05:29 Closing DB instances... [2022-01-20T16:05:29.935Z] docker_api_swarm_service_test.go:490: [ddb7b9896c8e1] joining swarm manager [d040af53ae80d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:05:29.953Z] time="2022-01-20T16:05:29Z" level=error msg="node: c3047df15fad is unknown to memberlist" [2022-01-20T16:05:29.953Z] time="2022-01-20T16:05:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-01-20T16:05:30.874Z] docker_api_swarm_service_test.go:490: [d8845084ce8f1] joining swarm manager [d040af53ae80d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:05:32.907Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.69s) [2022-01-20T16:05:32.907Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-01-20T16:05:32.907Z] time="2022-01-20T16:05:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-01-20T16:05:33.377Z] 2022/01/20 16:05:33 Closing DB instances... [2022-01-20T16:05:34.116Z] Removing intermediate container 2c2e0be98b41 [2022-01-20T16:05:34.116Z] ---> d03e08ae3329 [2022-01-20T16:05:34.116Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-01-20T16:05:34.116Z] ---> Running in 1cc84bd7d400 [2022-01-20T16:05:34.586Z] [2022-01-20T16:05:34.586Z] SUCCESS: Specified value was saved. [2022-01-20T16:05:34.944Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-01-20T16:05:34.944Z] === RUN TestNetworkDBGarbageCollection [2022-01-20T16:05:35.095Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-20T16:05:35.666Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-20T16:05:36.236Z] === RUN TestDockerSuite/TestPluginActive [2022-01-20T16:05:37.170Z] --- PASS: TestRequest (11.32s) [2022-01-20T16:05:37.170Z] === RUN TestOverlappingRequests [2022-01-20T16:05:37.170Z] time="2022-01-20T16:05:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49287/Test.Echo: Post \"http://127.0.0.1:49287/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-01-20T16:05:37.170Z] --- PASS: TestOverlappingRequests (0.53s) [2022-01-20T16:05:37.170Z] === RUN TestRelease [2022-01-20T16:05:37.838Z] Removing intermediate container 1cc84bd7d400 [2022-01-20T16:05:37.839Z] ---> 58d7926d9be6 [2022-01-20T16:05:37.839Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-01-20T16:05:37.839Z] ---> Running in 20cdd60a1ba0 [2022-01-20T16:05:38.776Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-20T16:05:39.388Z] --- PASS: TestRelease (2.21s) [2022-01-20T16:05:39.388Z] === RUN TestAllocateRandomDeallocate [2022-01-20T16:05:41.608Z] === RUN TestParseEmptyInterface [2022-01-20T16:05:41.608Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-01-20T16:05:41.608Z] === RUN TestParseNonInterfaceType [2022-01-20T16:05:41.608Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-01-20T16:05:41.608Z] === RUN TestParseWithOneFunction [2022-01-20T16:05:41.608Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-01-20T16:05:41.608Z] === RUN TestParseWithMultipleFuncs [2022-01-20T16:05:41.608Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-01-20T16:05:41.608Z] === RUN TestParseWithUnnamedReturn [2022-01-20T16:05:41.608Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-01-20T16:05:41.608Z] === RUN TestEmbeddedInterface [2022-01-20T16:05:41.608Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-01-20T16:05:41.608Z] === RUN TestParsedImports [2022-01-20T16:05:41.608Z] --- PASS: TestParsedImports (0.00s) [2022-01-20T16:05:41.608Z] === RUN TestAliasedImports [2022-01-20T16:05:41.608Z] --- PASS: TestAliasedImports (0.00s) [2022-01-20T16:05:41.608Z] PASS [2022-01-20T16:05:41.608Z] coverage: 56.8% of statements [2022-01-20T16:05:41.608Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.054s coverage: 56.8% of statements [2022-01-20T16:05:42.597Z] === RUN TestHTTPTransport [2022-01-20T16:05:42.597Z] --- PASS: TestHTTPTransport (0.00s) [2022-01-20T16:05:42.597Z] PASS [2022-01-20T16:05:42.597Z] coverage: 85.7% of statements [2022-01-20T16:05:42.597Z] ok github.com/docker/docker/pkg/plugins/transport 0.042s coverage: 85.7% of statements [2022-01-20T16:05:42.603Z] Cannot create a file when that file already exists. [2022-01-20T16:05:43.066Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-01-20T16:05:43.066Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-20T16:05:43.066Z] === RUN TestBufioReaderPoolPutAndGet [2022-01-20T16:05:43.066Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-01-20T16:05:43.066Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-01-20T16:05:43.066Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-01-20T16:05:43.066Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-01-20T16:05:43.066Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-01-20T16:05:43.066Z] === RUN TestBufioWriterPoolPutAndGet [2022-01-20T16:05:43.066Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-01-20T16:05:43.066Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-01-20T16:05:43.066Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-01-20T16:05:43.066Z] === RUN TestBufferPoolPutAndGet [2022-01-20T16:05:43.066Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-01-20T16:05:43.066Z] PASS [2022-01-20T16:05:43.066Z] coverage: 88.2% of statements [2022-01-20T16:05:43.066Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2022-01-20T16:05:43.735Z] === RUN TestOutputOnPrematureClose [2022-01-20T16:05:43.735Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-01-20T16:05:43.735Z] === RUN TestCompleteSilently [2022-01-20T16:05:43.736Z] --- PASS: TestCompleteSilently (0.00s) [2022-01-20T16:05:43.736Z] PASS [2022-01-20T16:05:43.736Z] coverage: 75.9% of statements [2022-01-20T16:05:43.736Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2022-01-20T16:05:44.061Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-01-20T16:05:44.205Z] === RUN TestSendToOneSub [2022-01-20T16:05:44.205Z] --- PASS: TestSendToOneSub (0.00s) [2022-01-20T16:05:44.205Z] === RUN TestSendToMultipleSubs [2022-01-20T16:05:44.205Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-01-20T16:05:44.205Z] === RUN TestEvictOneSub [2022-01-20T16:05:44.205Z] --- PASS: TestEvictOneSub (0.00s) [2022-01-20T16:05:44.205Z] === RUN TestClosePublisher [2022-01-20T16:05:44.205Z] --- PASS: TestClosePublisher (0.00s) [2022-01-20T16:05:44.205Z] === RUN TestPubSubRace [2022-01-20T16:05:45.194Z] --- PASS: TestPubSubRace (1.07s) [2022-01-20T16:05:45.194Z] PASS [2022-01-20T16:05:45.194Z] coverage: 75.0% of statements [2022-01-20T16:05:45.194Z] ok github.com/docker/docker/pkg/pubsub 1.108s coverage: 75.0% of statements [2022-01-20T16:05:45.664Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-01-20T16:05:45.664Z] === RUN TestClientStream [2022-01-20T16:05:45.664Z] --- PASS: TestClientStream (0.00s) [2022-01-20T16:05:45.664Z] === RUN TestClientSendFile [2022-01-20T16:05:45.664Z] --- PASS: TestClientSendFile (0.00s) [2022-01-20T16:05:45.664Z] === RUN TestClientWithRequestTimeout [2022-01-20T16:05:45.664Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2022-01-20T16:05:45.664Z] === RUN TestFileSpecPlugin [2022-01-20T16:05:45.664Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-01-20T16:05:45.664Z] === RUN TestFileJSONSpecPlugin [2022-01-20T16:05:45.664Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-01-20T16:05:45.664Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-01-20T16:05:45.664Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-01-20T16:05:45.664Z] === RUN TestPluginAddHandler [2022-01-20T16:05:45.664Z] --- PASS: TestPluginAddHandler (0.00s) [2022-01-20T16:05:45.664Z] === RUN TestPluginWaitBadPlugin [2022-01-20T16:05:45.664Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-01-20T16:05:45.664Z] === RUN TestGet [2022-01-20T16:05:45.664Z] time="2022-01-20T16:05:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-01-20T16:05:45.664Z] --- PASS: TestAllocateRandomDeallocate (6.27s) [2022-01-20T16:05:45.664Z] === RUN TestRetrieveFromStore [2022-01-20T16:05:46.136Z] === RUN TestRegister [2022-01-20T16:05:46.136Z] --- PASS: TestRegister (0.00s) [2022-01-20T16:05:46.136Z] === RUN TestCommand [2022-01-20T16:05:46.136Z] --- PASS: TestCommand (0.03s) [2022-01-20T16:05:46.136Z] === RUN TestNaiveSelf [2022-01-20T16:05:46.136Z] --- PASS: TestNaiveSelf (0.03s) [2022-01-20T16:05:46.136Z] PASS [2022-01-20T16:05:46.136Z] coverage: 82.4% of statements [2022-01-20T16:05:46.136Z] ok github.com/docker/docker/pkg/reexec 0.101s coverage: 82.4% of statements [2022-01-20T16:05:46.605Z] === RUN TestDump [2022-01-20T16:05:46.605Z] goroutine 6 [running]: [2022-01-20T16:05:46.605Z] github.com/docker/docker/pkg/stack.dump(0xb3b6b7) [2022-01-20T16:05:46.605Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-20T16:05:46.605Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-01-20T16:05:46.605Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-01-20T16:05:46.605Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-01-20T16:05:46.605Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-01-20T16:05:46.605Z] testing.tRunner(0xc00011c1a0, 0xca8e68) [2022-01-20T16:05:46.605Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:05:46.605Z] created by testing.(*T).Run [2022-01-20T16:05:46.605Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-20T16:05:46.605Z] [2022-01-20T16:05:46.605Z] goroutine 1 [chan receive]: [2022-01-20T16:05:46.605Z] testing.(*T).Run(0xc00011c000, {0xc9a52e, 0xb1a413}, 0xca8e68) [2022-01-20T16:05:46.605Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-20T16:05:46.605Z] testing.runTests.func1(0xc000068750) [2022-01-20T16:05:46.605Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-20T16:05:46.605Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-01-20T16:05:46.605Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:05:46.605Z] testing.runTests(0xc000076080, {0xe0cba0, 0x3, 0x3}, {0xb3a90d, 0xc9c228, 0xe11640}) [2022-01-20T16:05:46.605Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-20T16:05:46.605Z] testing.(*M).Run(0xc000076080) [2022-01-20T16:05:46.605Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-20T16:05:46.605Z] main.main() [2022-01-20T16:05:46.605Z] _testmain.go:95 +0x1f5 [2022-01-20T16:05:46.605Z] --- PASS: TestDump (0.00s) [2022-01-20T16:05:46.605Z] === RUN TestDumpToFile [2022-01-20T16:05:46.605Z] time="2022-01-20T16:05:46Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-01-20T16:05:47.073Z] --- PASS: TestDumpToFile (0.16s) [2022-01-20T16:05:47.073Z] === RUN TestDumpToFileWithEmptyInput [2022-01-20T16:05:47.073Z] goroutine 8 [running]: [2022-01-20T16:05:47.073Z] github.com/docker/docker/pkg/stack.dump(0xba86f4) [2022-01-20T16:05:47.073Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-01-20T16:05:47.073Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xba8aa0}) [2022-01-20T16:05:47.073Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-01-20T16:05:47.073Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00011c1a0) [2022-01-20T16:05:47.073Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-01-20T16:05:47.073Z] testing.tRunner(0xc00011c680, 0xca8e58) [2022-01-20T16:05:47.073Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:05:47.073Z] created by testing.(*T).Run [2022-01-20T16:05:47.073Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-01-20T16:05:47.073Z] [2022-01-20T16:05:47.073Z] goroutine 1 [chan receive]: [2022-01-20T16:05:47.073Z] testing.(*T).Run(0xc00011c000, {0xca12ba, 0xb1a413}, 0xca8e58) [2022-01-20T16:05:47.073Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-01-20T16:05:47.073Z] testing.runTests.func1(0xc000068750) [2022-01-20T16:05:47.073Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-01-20T16:05:47.073Z] testing.tRunner(0xc00011c000, 0xc000071ce0) [2022-01-20T16:05:47.073Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-01-20T16:05:47.073Z] testing.runTests(0xc000076080, {0xe0cba0, 0x3, 0x3}, {0xb3a90d, 0xc9c228, 0xe11640}) [2022-01-20T16:05:47.073Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-01-20T16:05:47.073Z] testing.(*M).Run(0xc000076080) [2022-01-20T16:05:47.073Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-01-20T16:05:47.073Z] main.main() [2022-01-20T16:05:47.073Z] _testmain.go:95 +0x1f5 [2022-01-20T16:05:47.073Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-01-20T16:05:47.073Z] PASS [2022-01-20T16:05:47.073Z] coverage: 90.9% of statements [2022-01-20T16:05:47.073Z] ok github.com/docker/docker/pkg/stack 0.201s coverage: 90.9% of statements [2022-01-20T16:05:47.543Z] === RUN TestNewStdWriter [2022-01-20T16:05:47.543Z] --- PASS: TestNewStdWriter (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestWriteWithUninitializedStdWriter [2022-01-20T16:05:47.543Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestWriteWithNilBytes [2022-01-20T16:05:47.543Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestWrite [2022-01-20T16:05:47.543Z] --- PASS: TestWrite (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestWriteWithWriterError [2022-01-20T16:05:47.543Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-01-20T16:05:47.543Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyWriteAndRead [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyWithInvalidInputHeader [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyWithCorruptedPrefix [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyReturnsWriteErrors [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-01-20T16:05:47.543Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-01-20T16:05:47.543Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-01-20T16:05:47.543Z] PASS [2022-01-20T16:05:47.543Z] coverage: 100.0% of statements [2022-01-20T16:05:47.543Z] ok github.com/docker/docker/pkg/stdcopy 0.048s coverage: 100.0% of statements [2022-01-20T16:05:47.586Z] Removing intermediate container 20cdd60a1ba0 [2022-01-20T16:05:47.586Z] ---> 05653f507263 [2022-01-20T16:05:47.586Z] Step 13/13 : CMD ["sh"] [2022-01-20T16:05:47.586Z] ---> Running in ac4e00909e82 [2022-01-20T16:05:48.014Z] --- PASS: TestRetrieveFromStore (2.07s) [2022-01-20T16:05:48.014Z] === RUN TestRequestReleaseAddressDuplicate [2022-01-20T16:05:48.014Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-01-20T16:05:48.014Z] === RUN TestParallelPredefinedRequest1 [2022-01-20T16:05:48.014Z] === PAUSE TestParallelPredefinedRequest1 [2022-01-20T16:05:48.014Z] === RUN TestParallelPredefinedRequest2 [2022-01-20T16:05:48.014Z] === PAUSE TestParallelPredefinedRequest2 [2022-01-20T16:05:48.014Z] === RUN TestParallelPredefinedRequest3 [2022-01-20T16:05:48.014Z] === PAUSE TestParallelPredefinedRequest3 [2022-01-20T16:05:48.014Z] === RUN TestParallelPredefinedRequest4 [2022-01-20T16:05:48.014Z] === PAUSE TestParallelPredefinedRequest4 [2022-01-20T16:05:48.014Z] === RUN TestParallelPredefinedRequest5 [2022-01-20T16:05:48.014Z] === PAUSE TestParallelPredefinedRequest5 [2022-01-20T16:05:48.014Z] === RUN TestDebug [2022-01-20T16:05:48.014Z] --- PASS: TestDebug (0.00s) [2022-01-20T16:05:48.014Z] === RUN TestRequestPoolParallel [2022-01-20T16:05:48.054Z] Removing intermediate container ac4e00909e82 [2022-01-20T16:05:48.054Z] ---> f2f2ae308d77 [2022-01-20T16:05:48.054Z] Successfully built f2f2ae308d77 [2022-01-20T16:05:48.054Z] Successfully tagged busybox:latest [2022-01-20T16:05:48.054Z] INFO: Docker images of the daemon under test [2022-01-20T16:05:48.054Z] [2022-01-20T16:05:48.054Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-20T16:05:48.054Z] busybox latest f2f2ae308d77 Less than a second ago 4.99GB [2022-01-20T16:05:48.054Z] microsoft/windowsservercore latest 11cbc9e36c7a 4 days ago 4.95GB [2022-01-20T16:05:48.054Z] mcr.microsoft.com/windows/servercore ltsc2022 11cbc9e36c7a 4 days ago 4.95GB [2022-01-20T16:05:48.054Z] [2022-01-20T16:05:48.054Z] INFO: Running integration tests at 01/20/2022 16:05:47... [2022-01-20T16:05:48.054Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-01-20T16:05:48.054Z] INFO: Integration API tests being run from the host: [2022-01-20T16:05:48.054Z] INFO: make.ps1 starting at 01/20/2022 16:05:47 [2022-01-20T16:05:48.483Z] === RUN TestRawProgressFormatterFormatStatus [2022-01-20T16:05:48.483Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestRawProgressFormatterFormatProgress [2022-01-20T16:05:48.483Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestFormatStatus [2022-01-20T16:05:48.483Z] --- PASS: TestFormatStatus (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestFormatError [2022-01-20T16:05:48.483Z] --- PASS: TestFormatError (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestFormatJSONError [2022-01-20T16:05:48.483Z] --- PASS: TestFormatJSONError (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestJsonProgressFormatterFormatProgress [2022-01-20T16:05:48.483Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestJsonProgressFormatterFormatStatus [2022-01-20T16:05:48.483Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestNewJSONProgressOutput [2022-01-20T16:05:48.483Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestAuxFormatterEmit [2022-01-20T16:05:48.483Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestStreamWriterStdout [2022-01-20T16:05:48.483Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-01-20T16:05:48.483Z] === RUN TestStreamWriterStderr [2022-01-20T16:05:48.483Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-01-20T16:05:48.483Z] PASS [2022-01-20T16:05:48.483Z] coverage: 66.2% of statements [2022-01-20T16:05:48.483Z] ok github.com/docker/docker/pkg/streamformatter 0.035s coverage: 66.2% of statements [2022-01-20T16:05:48.483Z] --- PASS: TestRequestPoolParallel (0.41s) [2022-01-20T16:05:48.483Z] === RUN TestFullAllocateRelease [2022-01-20T16:05:48.952Z] --- PASS: TestFullAllocateRelease (0.40s) [2022-01-20T16:05:48.952Z] === RUN TestOddAllocateRelease [2022-01-20T16:05:48.952Z] time="2022-01-20T16:05:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-01-20T16:05:48.952Z] === RUN TestGenerateRandomID [2022-01-20T16:05:48.952Z] --- PASS: TestGenerateRandomID (0.00s) [2022-01-20T16:05:48.952Z] === RUN TestShortenId [2022-01-20T16:05:48.952Z] --- PASS: TestShortenId (0.00s) [2022-01-20T16:05:48.952Z] === RUN TestShortenSha256Id [2022-01-20T16:05:48.952Z] --- PASS: TestShortenSha256Id (0.00s) [2022-01-20T16:05:48.952Z] === RUN TestShortenIdEmpty [2022-01-20T16:05:48.952Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-01-20T16:05:48.952Z] === RUN TestShortenIdInvalid [2022-01-20T16:05:48.952Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-01-20T16:05:48.952Z] === RUN TestIsShortIDNonHex [2022-01-20T16:05:48.952Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-01-20T16:05:48.952Z] === RUN TestIsShortIDNotCorrectSize [2022-01-20T16:05:48.952Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-01-20T16:05:48.952Z] PASS [2022-01-20T16:05:48.952Z] coverage: 70.6% of statements [2022-01-20T16:05:48.952Z] ok github.com/docker/docker/pkg/stringid 0.038s coverage: 70.6% of statements [2022-01-20T16:05:48.952Z] --- PASS: TestOddAllocateRelease (0.24s) [2022-01-20T16:05:48.952Z] === RUN TestFullAllocateSerialReleaseParallel [2022-01-20T16:05:48.952Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-01-20T16:05:48.952Z] === RUN TestOddAllocateSerialReleaseParallel [2022-01-20T16:05:48.952Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2022-01-20T16:05:48.952Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-01-20T16:05:48.952Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-01-20T16:05:48.952Z] === CONT TestParallelPredefinedRequest1 [2022-01-20T16:05:48.952Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:48.952Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-01-20T16:05:48.952Z] === CONT TestParallelPredefinedRequest5 [2022-01-20T16:05:48.952Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:48.952Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-01-20T16:05:48.952Z] === CONT TestParallelPredefinedRequest4 [2022-01-20T16:05:48.952Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:48.952Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-01-20T16:05:48.952Z] === CONT TestParallelPredefinedRequest3 [2022-01-20T16:05:48.952Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:48.952Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-01-20T16:05:48.952Z] === CONT TestParallelPredefinedRequest2 [2022-01-20T16:05:48.952Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:05:48.952Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-01-20T16:05:48.952Z] PASS [2022-01-20T16:05:48.952Z] coverage: 85.3% of statements [2022-01-20T16:05:48.952Z] ok github.com/docker/docker/libnetwork/ipam 54.779s coverage: 85.3% of statements [2022-01-20T16:05:49.421Z] === RUN TestIsCpusetListAvailable [2022-01-20T16:05:49.421Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-01-20T16:05:49.421Z] PASS [2022-01-20T16:05:49.421Z] coverage: 39.4% of statements [2022-01-20T16:05:49.421Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 39.4% of statements [2022-01-20T16:05:49.622Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-01-20T16:05:50.648Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-01-20T16:05:50.648Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-20T16:05:50.648Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-01-20T16:05:50.648Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-20T16:05:50.989Z] === RUN TestChtimes [2022-01-20T16:05:50.989Z] --- PASS: TestChtimes (0.00s) [2022-01-20T16:05:50.989Z] === RUN TestChtimesWindows [2022-01-20T16:05:50.989Z] --- PASS: TestChtimesWindows (0.00s) [2022-01-20T16:05:50.989Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-01-20T16:05:50.989Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-01-20T16:05:50.989Z] === RUN TestEnsureRemoveAllNotExist [2022-01-20T16:05:50.989Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-01-20T16:05:50.989Z] === RUN TestEnsureRemoveAllWithDir [2022-01-20T16:05:50.989Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-01-20T16:05:50.989Z] === RUN TestEnsureRemoveAllWithFile [2022-01-20T16:05:50.989Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-01-20T16:05:50.989Z] === RUN TestHasWin32KSupport [2022-01-20T16:05:50.989Z] syscall_windows_test.go:8: win32k: true [2022-01-20T16:05:50.989Z] --- PASS: TestHasWin32KSupport (0.00s) [2022-01-20T16:05:50.989Z] PASS [2022-01-20T16:05:50.989Z] coverage: 13.0% of statements [2022-01-20T16:05:50.989Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 13.0% of statements [2022-01-20T16:05:51.458Z] === RUN TestTailFile [2022-01-20T16:05:51.458Z] --- PASS: TestTailFile (0.00s) [2022-01-20T16:05:51.458Z] === RUN TestTailFileManyLines [2022-01-20T16:05:51.458Z] --- PASS: TestTailFileManyLines (0.00s) [2022-01-20T16:05:51.458Z] === RUN TestTailEmptyFile [2022-01-20T16:05:51.458Z] --- PASS: TestTailEmptyFile (0.00s) [2022-01-20T16:05:51.458Z] === RUN TestTailNegativeN [2022-01-20T16:05:51.458Z] --- PASS: TestTailNegativeN (0.00s) [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/no_delimiter [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/no_delimiter [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/single_byte_delimiter [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/2_byte_delimiter [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/4_byte_delimiter [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/8_byte_delimiter [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/truncated_last_line [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.458Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.458Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.458Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.459Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.459Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.459Z] === CONT TestNewTailReader/single_byte_delimiter [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.459Z] === CONT TestNewTailReader/8_byte_delimiter [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:05:51.459Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.459Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.459Z] === CONT TestNewTailReader/4_byte_delimiter [2022-01-20T16:05:51.591Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-20T16:05:51.852Z] docker_api_swarm_service_test.go:128: [d9710caa3203e] joining swarm manager [d0a47a31f6c93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.928Z] === CONT TestNewTailReader/2_byte_delimiter [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.928Z] === CONT TestNewTailReader/no_delimiter [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:05:51.928Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.928Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:05:51.928Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.929Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.929Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.930Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.930Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.931Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.931Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.932Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.932Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:51.933Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-01-20T16:05:52.402Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-01-20T16:05:52.403Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.01s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.01s) [2022-01-20T16:05:52.403Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.01s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:05:52.404Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.02s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-01-20T16:05:52.405Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-01-20T16:05:52.405Z] PASS [2022-01-20T16:05:52.405Z] coverage: 88.6% of statements [2022-01-20T16:05:52.405Z] ok github.com/docker/docker/pkg/tailfile 0.214s coverage: 88.6% of statements [2022-01-20T16:05:52.793Z] docker_api_swarm_service_test.go:129: [d36df110b1f14] joining swarm manager [d0a47a31f6c93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:05:52.875Z] time="2022-01-20T16:05:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-01-20T16:05:52.875Z] === RUN TestTarSumRemoveNonExistent [2022-01-20T16:05:52.875Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestTarSumRemove [2022-01-20T16:05:52.875Z] --- PASS: TestTarSumRemove (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestSortFileInfoSums [2022-01-20T16:05:52.875Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestNewTarSumForLabelInvalid [2022-01-20T16:05:52.875Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestNewTarSumForLabel [2022-01-20T16:05:52.875Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestEmptyTar [2022-01-20T16:05:52.875Z] --- PASS: TestEmptyTar (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestTarSumsReadSize [2022-01-20T16:05:52.875Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestTarSums [2022-01-20T16:05:52.875Z] --- PASS: TestTarSums (0.06s) [2022-01-20T16:05:52.875Z] === RUN TestIteration [2022-01-20T16:05:52.875Z] --- PASS: TestIteration (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestVersionLabelForChecksum [2022-01-20T16:05:52.875Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestVersion [2022-01-20T16:05:52.875Z] --- PASS: TestVersion (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestGetVersion [2022-01-20T16:05:52.875Z] --- PASS: TestGetVersion (0.00s) [2022-01-20T16:05:52.875Z] === RUN TestGetVersions [2022-01-20T16:05:52.875Z] --- PASS: TestGetVersions (0.00s) [2022-01-20T16:05:52.875Z] PASS [2022-01-20T16:05:52.875Z] coverage: 89.3% of statements [2022-01-20T16:05:52.875Z] ok github.com/docker/docker/pkg/tarsum 0.113s coverage: 89.3% of statements [2022-01-20T16:05:53.864Z] testing: warning: no tests to run [2022-01-20T16:05:53.864Z] PASS [2022-01-20T16:05:53.864Z] coverage: [no statements] [2022-01-20T16:05:53.864Z] ok github.com/docker/docker/pkg/term/windows 0.029s coverage: [no statements] [no tests to run] [2022-01-20T16:05:53.864Z] === RUN TestTruncIndex [2022-01-20T16:05:54.333Z] --- PASS: TestTruncIndex (0.10s) [2022-01-20T16:05:54.333Z] PASS [2022-01-20T16:05:54.333Z] coverage: 91.5% of statements [2022-01-20T16:05:54.333Z] ok github.com/docker/docker/pkg/truncindex 0.135s coverage: 91.5% of statements [2022-01-20T16:05:54.705Z] docker_api_swarm_service_test.go:137: [d98f0d3300fd3] joining swarm manager [d0a47a31f6c93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-01-20T16:05:54.705Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-20T16:05:54.805Z] === RUN TestIsGIT [2022-01-20T16:05:54.805Z] --- PASS: TestIsGIT (0.00s) [2022-01-20T16:05:54.805Z] === RUN TestIsTransport [2022-01-20T16:05:54.805Z] --- PASS: TestIsTransport (0.00s) [2022-01-20T16:05:54.805Z] PASS [2022-01-20T16:05:54.805Z] coverage: 100.0% of statements [2022-01-20T16:05:54.805Z] ok github.com/docker/docker/pkg/urlutil 0.031s coverage: 100.0% of statements [2022-01-20T16:05:55.274Z] === RUN TestVersionInfo [2022-01-20T16:05:55.274Z] --- PASS: TestVersionInfo (0.00s) [2022-01-20T16:05:55.274Z] === RUN TestAppendVersions [2022-01-20T16:05:55.274Z] --- PASS: TestAppendVersions (0.00s) [2022-01-20T16:05:55.274Z] PASS [2022-01-20T16:05:55.274Z] coverage: 88.9% of statements [2022-01-20T16:05:55.274Z] ok github.com/docker/docker/pkg/useragent 0.055s coverage: 88.9% of statements [2022-01-20T16:05:55.276Z] docker_api_swarm_service_test.go:138: [d935052dde278] joining swarm manager [d0a47a31f6c93]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-01-20T16:05:56.659Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-20T16:05:56.840Z] === RUN TestValidatePrivileges [2022-01-20T16:05:56.840Z] --- PASS: TestValidatePrivileges (0.00s) [2022-01-20T16:05:56.840Z] === RUN TestFilterByCapNeg [2022-01-20T16:05:56.840Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-01-20T16:05:56.840Z] === RUN TestFilterByCapPos [2022-01-20T16:05:56.840Z] --- PASS: TestFilterByCapPos (0.00s) [2022-01-20T16:05:56.840Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-01-20T16:05:56.840Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-01-20T16:05:56.840Z] PASS [2022-01-20T16:05:56.840Z] coverage: 12.0% of statements [2022-01-20T16:05:56.840Z] ok github.com/docker/docker/plugin 0.039s coverage: 12.0% of statements [2022-01-20T16:05:57.309Z] === RUN TestNewSettable [2022-01-20T16:05:57.309Z] --- PASS: TestNewSettable (0.00s) [2022-01-20T16:05:57.309Z] === RUN TestIsSettable [2022-01-20T16:05:57.309Z] --- PASS: TestIsSettable (0.00s) [2022-01-20T16:05:57.309Z] === RUN TestUpdateSettingsEnv [2022-01-20T16:05:57.309Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-01-20T16:05:57.309Z] PASS [2022-01-20T16:05:57.309Z] coverage: 20.0% of statements [2022-01-20T16:05:57.309Z] ok github.com/docker/docker/plugin/v2 0.037s coverage: 20.0% of statements [2022-01-20T16:05:58.299Z] === RUN TestLoad [2022-01-20T16:05:58.299Z] --- PASS: TestLoad (0.00s) [2022-01-20T16:05:58.299Z] === RUN TestSave [2022-01-20T16:05:58.299Z] --- PASS: TestSave (0.04s) [2022-01-20T16:05:58.299Z] === RUN TestAddDeleteGet [2022-01-20T16:05:58.299Z] --- PASS: TestAddDeleteGet (0.05s) [2022-01-20T16:05:58.299Z] === RUN TestInvalidTags [2022-01-20T16:05:58.299Z] --- PASS: TestInvalidTags (0.01s) [2022-01-20T16:05:58.299Z] PASS [2022-01-20T16:05:58.299Z] coverage: 84.4% of statements [2022-01-20T16:05:58.299Z] ok github.com/docker/docker/reference 0.131s coverage: 84.4% of statements [2022-01-20T16:05:59.201Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-20T16:06:00.520Z] === RUN TestResolveAuthConfigIndexServer [2022-01-20T16:06:00.520Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestResolveAuthConfigFullURL [2022-01-20T16:06:00.520Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestLoadAllowNondistributableArtifacts [2022-01-20T16:06:00.520Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestValidateMirror [2022-01-20T16:06:00.520Z] --- PASS: TestValidateMirror (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestLoadInsecureRegistries [2022-01-20T16:06:00.520Z] time="2022-01-20T16:05:59Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-20T16:06:00.520Z] time="2022-01-20T16:06:00Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-01-20T16:06:00.520Z] time="2022-01-20T16:06:00Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-01-20T16:06:00.520Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2022-01-20T16:06:00.520Z] === RUN TestNewServiceConfig [2022-01-20T16:06:00.520Z] --- PASS: TestNewServiceConfig (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestValidateIndexName [2022-01-20T16:06:00.520Z] --- PASS: TestValidateIndexName (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestValidateIndexNameWithError [2022-01-20T16:06:00.520Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestEndpointParse [2022-01-20T16:06:00.520Z] --- PASS: TestEndpointParse (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestEndpointParseInvalid [2022-01-20T16:06:00.520Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestValidateEndpoint [2022-01-20T16:06:00.520Z] --- PASS: TestValidateEndpoint (0.01s) [2022-01-20T16:06:00.520Z] === RUN TestPing [2022-01-20T16:06:00.520Z] --- PASS: TestPing (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestPingRegistryEndpoint [2022-01-20T16:06:00.520Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:00.520Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestEndpoint [2022-01-20T16:06:00.520Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:00.520Z] --- SKIP: TestEndpoint (0.01s) [2022-01-20T16:06:00.520Z] === RUN TestParseRepositoryInfo [2022-01-20T16:06:00.520Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestNewIndexInfo [2022-01-20T16:06:00.520Z] --- PASS: TestNewIndexInfo (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestMirrorEndpointLookup [2022-01-20T16:06:00.520Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:00.520Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestSearchRepositories [2022-01-20T16:06:00.520Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-01-20T16:06:00.520Z] Host: 127.0.0.1:49313 [2022-01-20T16:06:00.520Z] User-Agent: docker test client [2022-01-20T16:06:00.520Z] Authorization: Token fake-token [2022-01-20T16:06:00.520Z] X-Docker-Token: true [2022-01-20T16:06:00.520Z] Accept-Encoding: gzip [2022-01-20T16:06:00.520Z] [2022-01-20T16:06:00.520Z] [2022-01-20T16:06:00.520Z] registry_test.go:730: HTTP/1.1 200 OK [2022-01-20T16:06:00.520Z] Connection: close [2022-01-20T16:06:00.520Z] Content-Length: 144 [2022-01-20T16:06:00.520Z] Cache-Control: no-cache [2022-01-20T16:06:00.520Z] Content-Type: application/json [2022-01-20T16:06:00.520Z] Date: Thu, 20 Jan 2022 16:06:00 GMT [2022-01-20T16:06:00.520Z] Expires: -1 [2022-01-20T16:06:00.520Z] Pragma: no-cache [2022-01-20T16:06:00.520Z] Server: docker-tests/mock [2022-01-20T16:06:00.520Z] X-Docker-Registry-Config: mock [2022-01-20T16:06:00.520Z] X-Docker-Registry-Version: 0.0.0 [2022-01-20T16:06:00.520Z] [2022-01-20T16:06:00.520Z] [2022-01-20T16:06:00.520Z] --- PASS: TestSearchRepositories (0.01s) [2022-01-20T16:06:00.520Z] === RUN TestTrustedLocation [2022-01-20T16:06:00.520Z] --- PASS: TestTrustedLocation (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-01-20T16:06:00.520Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestAllowNondistributableArtifacts [2022-01-20T16:06:00.520Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-01-20T16:06:00.520Z] === RUN TestIsSecureIndex [2022-01-20T16:06:00.520Z] --- PASS: TestIsSecureIndex (0.00s) [2022-01-20T16:06:00.520Z] PASS [2022-01-20T16:06:00.520Z] coverage: 51.2% of statements [2022-01-20T16:06:00.520Z] ok github.com/docker/docker/registry 0.219s coverage: 51.2% of statements [2022-01-20T16:06:00.991Z] --- PASS: TestGet (15.01s) [2022-01-20T16:06:00.991Z] === RUN TestPluginWithNoManifest [2022-01-20T16:06:00.991Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-01-20T16:06:00.991Z] === RUN TestGetAll [2022-01-20T16:06:00.991Z] --- PASS: TestGetAll (0.00s) [2022-01-20T16:06:00.991Z] PASS [2022-01-20T16:06:00.991Z] coverage: 73.2% of statements [2022-01-20T16:06:00.991Z] ok github.com/docker/docker/pkg/plugins 34.958s coverage: 73.2% of statements [2022-01-20T16:06:00.991Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-01-20T16:06:00.991Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-01-20T16:06:00.991Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-01-20T16:06:00.991Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-01-20T16:06:00.991Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-01-20T16:06:00.991Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-01-20T16:06:00.991Z] === RUN TestResumableRequestReaderWithReadError [2022-01-20T16:06:01.461Z] time="2022-01-20T16:06:00Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-01-20T16:06:01.461Z] --- PASS: TestResumableRequestReaderWithReadError (0.17s) [2022-01-20T16:06:01.461Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-01-20T16:06:01.461Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-01-20T16:06:01.461Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-01-20T16:06:01.461Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-01-20T16:06:01.461Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-01-20T16:06:01.461Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-01-20T16:06:01.461Z] === RUN TestResumableRequestReader [2022-01-20T16:06:01.461Z] --- PASS: TestResumableRequestReader (0.00s) [2022-01-20T16:06:01.461Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-01-20T16:06:01.461Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-01-20T16:06:01.461Z] PASS [2022-01-20T16:06:01.461Z] coverage: 100.0% of statements [2022-01-20T16:06:01.461Z] ok github.com/docker/docker/registry/resumable 0.238s coverage: 100.0% of statements [2022-01-20T16:06:01.461Z] === RUN TestRestartManagerTimeout [2022-01-20T16:06:01.461Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-01-20T16:06:01.461Z] === RUN TestRestartManagerTimeoutReset [2022-01-20T16:06:01.461Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-01-20T16:06:01.461Z] PASS [2022-01-20T16:06:01.461Z] coverage: 50.9% of statements [2022-01-20T16:06:01.461Z] ok github.com/docker/docker/restartmanager 0.035s coverage: 50.9% of statements [2022-01-20T16:06:02.453Z] === RUN TestDecodeContainerConfig [2022-01-20T16:06:02.453Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-01-20T16:06:02.453Z] === RUN TestDecodeContainerConfigIsolation [2022-01-20T16:06:02.453Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-01-20T16:06:02.453Z] === RUN TestValidatePrivileged [2022-01-20T16:06:02.453Z] --- PASS: TestValidatePrivileged (0.00s) [2022-01-20T16:06:02.453Z] PASS [2022-01-20T16:06:02.453Z] coverage: 52.6% of statements [2022-01-20T16:06:02.453Z] ok github.com/docker/docker/runconfig 0.046s coverage: 52.6% of statements [2022-01-20T16:06:02.453Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-01-20T16:06:02.453Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-01-20T16:06:02.453Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-01-20T16:06:02.453Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-01-20T16:06:02.453Z] PASS [2022-01-20T16:06:02.453Z] coverage: 62.5% of statements [2022-01-20T16:06:02.453Z] ok github.com/docker/docker/testutil 0.048s coverage: 62.5% of statements [2022-01-20T16:06:02.453Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-20T16:06:02.453Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-20T16:06:02.453Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-20T16:06:02.453Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-01-20T16:06:04.684Z] === RUN TestGetDriver [2022-01-20T16:06:04.684Z] --- PASS: TestGetDriver (0.00s) [2022-01-20T16:06:04.684Z] === RUN TestVolumeRequestError [2022-01-20T16:06:04.684Z] --- PASS: TestVolumeRequestError (0.01s) [2022-01-20T16:06:04.684Z] PASS [2022-01-20T16:06:04.684Z] coverage: 36.1% of statements [2022-01-20T16:06:04.684Z] ok github.com/docker/docker/volume/drivers 0.058s coverage: 36.1% of statements [2022-01-20T16:06:04.690Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-20T16:06:05.153Z] === RUN TestGetAddress [2022-01-20T16:06:05.153Z] --- PASS: TestGetAddress (0.00s) [2022-01-20T16:06:05.153Z] === RUN TestRemove [2022-01-20T16:06:05.154Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-20T16:06:05.154Z] --- SKIP: TestRemove (0.00s) [2022-01-20T16:06:05.154Z] === RUN TestInitializeWithVolumes [2022-01-20T16:06:05.154Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-01-20T16:06:05.154Z] === RUN TestCreate [2022-01-20T16:06:05.154Z] --- PASS: TestCreate (0.01s) [2022-01-20T16:06:05.154Z] === RUN TestValidateName [2022-01-20T16:06:05.154Z] --- PASS: TestValidateName (0.00s) [2022-01-20T16:06:05.154Z] === RUN TestCreateWithOpts [2022-01-20T16:06:05.154Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-20T16:06:05.154Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-01-20T16:06:05.154Z] === RUN TestRelaodNoOpts [2022-01-20T16:06:05.154Z] --- PASS: TestRelaodNoOpts (0.05s) [2022-01-20T16:06:05.154Z] PASS [2022-01-20T16:06:05.154Z] coverage: 41.5% of statements [2022-01-20T16:06:05.154Z] ok github.com/docker/docker/volume/local 0.138s coverage: 41.5% of statements [2022-01-20T16:06:05.631Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRaw [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-01-20T16:06:06.141Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRaw [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-01-20T16:06:06.141Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestConvertTmpfsOptions [2022-01-20T16:06:06.141Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-01-20T16:06:06.141Z] linux_parser_test.go:209: data="ro" [2022-01-20T16:06:06.141Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestParseMountSpec [2022-01-20T16:06:06.141Z] parser_test.go:62: case 0 [2022-01-20T16:06:06.141Z] parser_test.go:62: case 1 [2022-01-20T16:06:06.141Z] parser_test.go:62: case 2 [2022-01-20T16:06:06.141Z] parser_test.go:62: case 3 [2022-01-20T16:06:06.141Z] parser_test.go:62: case 4 [2022-01-20T16:06:06.141Z] parser_test.go:62: case 5 [2022-01-20T16:06:06.141Z] --- PASS: TestParseMountSpec (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestValidateMount [2022-01-20T16:06:06.141Z] --- PASS: TestValidateMount (0.01s) [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRaw [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-01-20T16:06:06.141Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-01-20T16:06:06.141Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-01-20T16:06:06.141Z] PASS [2022-01-20T16:06:06.141Z] coverage: 67.6% of statements [2022-01-20T16:06:06.141Z] ok github.com/docker/docker/volume/mounts 0.069s coverage: 67.6% of statements [2022-01-20T16:06:06.141Z] === RUN TestSetGetMeta [2022-01-20T16:06:06.141Z] === PAUSE TestSetGetMeta [2022-01-20T16:06:06.141Z] === RUN TestRestore [2022-01-20T16:06:06.141Z] === PAUSE TestRestore [2022-01-20T16:06:06.141Z] === RUN TestServiceCreate [2022-01-20T16:06:06.141Z] === PAUSE TestServiceCreate [2022-01-20T16:06:06.141Z] === RUN TestServiceList [2022-01-20T16:06:06.141Z] === PAUSE TestServiceList [2022-01-20T16:06:06.141Z] === RUN TestServiceRemove [2022-01-20T16:06:06.141Z] === PAUSE TestServiceRemove [2022-01-20T16:06:06.141Z] === RUN TestServiceGet [2022-01-20T16:06:06.141Z] === PAUSE TestServiceGet [2022-01-20T16:06:06.141Z] === RUN TestServicePrune [2022-01-20T16:06:06.141Z] === PAUSE TestServicePrune [2022-01-20T16:06:06.141Z] === RUN TestCreate [2022-01-20T16:06:06.141Z] === PAUSE TestCreate [2022-01-20T16:06:06.141Z] === RUN TestRemove [2022-01-20T16:06:06.141Z] === PAUSE TestRemove [2022-01-20T16:06:06.141Z] === RUN TestList [2022-01-20T16:06:06.141Z] === PAUSE TestList [2022-01-20T16:06:06.141Z] === RUN TestFindByDriver [2022-01-20T16:06:06.141Z] === PAUSE TestFindByDriver [2022-01-20T16:06:06.141Z] === RUN TestFindByReferenced [2022-01-20T16:06:06.141Z] === PAUSE TestFindByReferenced [2022-01-20T16:06:06.141Z] === RUN TestDerefMultipleOfSameRef [2022-01-20T16:06:06.141Z] === PAUSE TestDerefMultipleOfSameRef [2022-01-20T16:06:06.141Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:06:06.141Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:06:06.141Z] === RUN TestDefererencePluginOnCreateError [2022-01-20T16:06:06.141Z] === PAUSE TestDefererencePluginOnCreateError [2022-01-20T16:06:06.141Z] === RUN TestRefDerefRemove [2022-01-20T16:06:06.141Z] === PAUSE TestRefDerefRemove [2022-01-20T16:06:06.141Z] === RUN TestGet [2022-01-20T16:06:06.141Z] === PAUSE TestGet [2022-01-20T16:06:06.141Z] === RUN TestGetWithReference [2022-01-20T16:06:06.141Z] === PAUSE TestGetWithReference [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_nil_list [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_nil_list [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_empty_list [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_empty_list [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_filter_some [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_filter_some [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_filter_middle [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_filter_middle [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:06:06.141Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-01-20T16:06:06.141Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_nil_list [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_filter_some [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_empty_list [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-01-20T16:06:06.141Z] === CONT TestFilterFunc/test_filter_middle [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-01-20T16:06:06.141Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-01-20T16:06:06.141Z] === CONT TestSetGetMeta [2022-01-20T16:06:06.141Z] === CONT TestDefererencePluginOnCreateError [2022-01-20T16:06:06.141Z] === CONT TestList [2022-01-20T16:06:06.141Z] === CONT TestServiceGet [2022-01-20T16:06:06.141Z] --- PASS: TestSetGetMeta (0.03s) [2022-01-20T16:06:06.141Z] === CONT TestRemove [2022-01-20T16:06:06.141Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-01-20T16:06:06.141Z] === CONT TestCreate [2022-01-20T16:06:06.141Z] --- PASS: TestList (0.05s) [2022-01-20T16:06:06.141Z] === CONT TestServicePrune [2022-01-20T16:06:06.141Z] --- PASS: TestCreate (0.02s) [2022-01-20T16:06:06.141Z] === CONT TestServiceList [2022-01-20T16:06:06.142Z] --- PASS: TestRemove (0.03s) [2022-01-20T16:06:06.142Z] === CONT TestServiceRemove [2022-01-20T16:06:06.573Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-20T16:06:06.612Z] --- PASS: TestServiceGet (0.16s) [2022-01-20T16:06:06.612Z] === CONT TestDerefMultipleOfSameRef [2022-01-20T16:06:06.612Z] time="2022-01-20T16:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:06:06.612Z] --- PASS: TestServiceRemove (0.11s) [2022-01-20T16:06:06.612Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-01-20T16:06:06.612Z] --- PASS: TestServiceList (0.11s) [2022-01-20T16:06:06.612Z] === CONT TestFindByReferenced [2022-01-20T16:06:06.612Z] time="2022-01-20T16:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:06:06.612Z] time="2022-01-20T16:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:06:06.612Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-01-20T16:06:06.612Z] === CONT TestServiceCreate [2022-01-20T16:06:06.612Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-01-20T16:06:06.612Z] === CONT TestFindByDriver [2022-01-20T16:06:06.612Z] time="2022-01-20T16:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-01-20T16:06:06.612Z] --- PASS: TestFindByReferenced (0.03s) [2022-01-20T16:06:06.612Z] === CONT TestGet [2022-01-20T16:06:06.612Z] time="2022-01-20T16:06:06Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-01-20T16:06:06.612Z] --- PASS: TestServicePrune (0.16s) [2022-01-20T16:06:06.612Z] === CONT TestGetWithReference [2022-01-20T16:06:06.612Z] --- PASS: TestServiceCreate (0.04s) [2022-01-20T16:06:06.612Z] === CONT TestRefDerefRemove [2022-01-20T16:06:06.612Z] --- PASS: TestFindByDriver (0.03s) [2022-01-20T16:06:06.612Z] === CONT TestRestore [2022-01-20T16:06:06.612Z] --- PASS: TestGet (0.03s) [2022-01-20T16:06:06.612Z] --- PASS: TestGetWithReference (0.03s) [2022-01-20T16:06:06.612Z] --- PASS: TestRefDerefRemove (0.03s) [2022-01-20T16:06:06.612Z] --- PASS: TestRestore (0.03s) [2022-01-20T16:06:06.612Z] PASS [2022-01-20T16:06:06.612Z] coverage: 69.0% of statements [2022-01-20T16:06:06.612Z] ok github.com/docker/docker/volume/service 0.300s coverage: 69.0% of statements [2022-01-20T16:06:07.520Z] === RUN TestDockerSuite/TestPortList [2022-01-20T16:06:14.107Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-20T16:06:15.047Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-20T16:06:17.587Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-01-20T16:06:19.497Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-01-20T16:06:21.410Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-20T16:06:21.410Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-20T16:06:21.410Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-20T16:06:21.410Z] docker_api_swarm_service_test.go:304: [d0dde0a3fb388] joining swarm manager [ddf78dcd48527]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:06:21.981Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-20T16:06:21.981Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-20T16:06:22.515Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-01-20T16:06:22.515Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-01-20T16:06:22.515Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-01-20T16:06:22.515Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-01-20T16:06:22.515Z] [Pipeline] } [Pipeline] // stage [2022-01-20T16:06:22.553Z] docker_api_swarm_service_test.go:304: [d1ddbf5f6f657] joining swarm manager [ddf78dcd48527]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:06:22.553Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-20T16:06:22.553Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-01-20T16:06:22.851Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-01-20T16:06:23.127Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-20T16:06:23.140Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9363a990ff1718d8e3362c805083627578ea41f1 hack/test/unit [2022-01-20T16:06:23.388Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-20T16:06:23.400Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-01-20T16:06:23.400Z] + TESTFLAGS+=' -test.timeout=5m' [2022-01-20T16:06:23.400Z] + TESTDIRS=./... [2022-01-20T16:06:23.400Z] + exclude_paths='/vendor/|/integration' [2022-01-20T16:06:23.400Z] ++ grep -vE '(/vendor/|/integration)' [2022-01-20T16:06:23.400Z] ++ go list ./... [2022-01-20T16:06:24.346Z] + pkg_list='github.com/docker/docker/api [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/backend/build [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/httputils [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/middleware [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/build [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/container [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/debug [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/image [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/network [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/session [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/system [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/server/router/volume [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/backend [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/container [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/events [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/filters [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/image [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/mount [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/network [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/registry [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/strslice [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/swarm [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/time [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/versions [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T16:06:24.346Z] github.com/docker/docker/api/types/volume [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/builder-next [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/dockerfile [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/dockerignore [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/remotecontext [2022-01-20T16:06:24.346Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T16:06:24.346Z] github.com/docker/docker/cli [2022-01-20T16:06:24.346Z] github.com/docker/docker/cli/config [2022-01-20T16:06:24.346Z] github.com/docker/docker/cli/debug [2022-01-20T16:06:24.346Z] github.com/docker/docker/client [2022-01-20T16:06:24.346Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T16:06:24.346Z] github.com/docker/docker/cmd/dockerd [2022-01-20T16:06:24.346Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T16:06:24.346Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T16:06:24.346Z] github.com/docker/docker/container [2022-01-20T16:06:24.346Z] github.com/docker/docker/container/stream [2022-01-20T16:06:24.346Z] github.com/docker/docker/contrib/apparmor [2022-01-20T16:06:24.346Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T16:06:24.346Z] github.com/docker/docker/contrib/httpserver [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/cluster [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/config [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/events [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/exec [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/images [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/initlayer [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/links [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/listeners [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/local [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/names [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/network [2022-01-20T16:06:24.346Z] github.com/docker/docker/daemon/stats [2022-01-20T16:06:24.346Z] github.com/docker/docker/distribution [2022-01-20T16:06:24.346Z] github.com/docker/docker/distribution/metadata [2022-01-20T16:06:24.346Z] github.com/docker/docker/distribution/utils [2022-01-20T16:06:24.346Z] github.com/docker/docker/distribution/xfer [2022-01-20T16:06:24.346Z] github.com/docker/docker/dockerversion [2022-01-20T16:06:24.346Z] github.com/docker/docker/errdefs [2022-01-20T16:06:24.346Z] github.com/docker/docker/image [2022-01-20T16:06:24.346Z] github.com/docker/docker/image/cache [2022-01-20T16:06:24.346Z] github.com/docker/docker/image/tarexport [2022-01-20T16:06:24.346Z] github.com/docker/docker/image/v1 [2022-01-20T16:06:24.346Z] github.com/docker/docker/internal/test/suite [2022-01-20T16:06:24.346Z] github.com/docker/docker/layer [2022-01-20T16:06:24.346Z] github.com/docker/docker/libcontainerd [2022-01-20T16:06:24.346Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T16:06:24.346Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T16:06:24.346Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T16:06:24.346Z] github.com/docker/docker/libcontainerd/types [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/config [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/idm [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/ns [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/options [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/osl [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/libnetwork/types [2022-01-20T16:06:24.346Z] github.com/docker/docker/oci [2022-01-20T16:06:24.346Z] github.com/docker/docker/oci/caps [2022-01-20T16:06:24.346Z] github.com/docker/docker/opts [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/aaparser [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/archive [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/authorization [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/capabilities [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/containerfs [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/directory [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/dmesg [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/filenotify [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/fileutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/fsutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/homedir [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/idtools [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/ioutils [2022-01-20T16:06:24.346Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/locker [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/longpath [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/loopback [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/mount [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/parsers [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/pidfile [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/platform [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/plugins [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/pools [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/progress [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/pubsub [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/reexec [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/signal [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/stack [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/stringid [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/symlink [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/system [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/tailfile [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/tarsum [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/term [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/term/windows [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/truncindex [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/urlutil [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/useragent [2022-01-20T16:06:24.347Z] github.com/docker/docker/plugin [2022-01-20T16:06:24.347Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T16:06:24.347Z] github.com/docker/docker/plugin/v2 [2022-01-20T16:06:24.347Z] github.com/docker/docker/profiles/apparmor [2022-01-20T16:06:24.347Z] github.com/docker/docker/profiles/seccomp [2022-01-20T16:06:24.347Z] github.com/docker/docker/quota [2022-01-20T16:06:24.347Z] github.com/docker/docker/reference [2022-01-20T16:06:24.347Z] github.com/docker/docker/registry [2022-01-20T16:06:24.347Z] github.com/docker/docker/registry/resumable [2022-01-20T16:06:24.347Z] github.com/docker/docker/restartmanager [2022-01-20T16:06:24.347Z] github.com/docker/docker/rootless [2022-01-20T16:06:24.347Z] github.com/docker/docker/rootless/specconv [2022-01-20T16:06:24.347Z] github.com/docker/docker/runconfig [2022-01-20T16:06:24.347Z] github.com/docker/docker/runconfig/opts [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/daemon [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/environment [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/fakegit [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/registry [2022-01-20T16:06:24.347Z] github.com/docker/docker/testutil/request [2022-01-20T16:06:24.347Z] github.com/docker/docker/volume [2022-01-20T16:06:24.347Z] github.com/docker/docker/volume/drivers [2022-01-20T16:06:24.347Z] github.com/docker/docker/volume/local [2022-01-20T16:06:24.347Z] github.com/docker/docker/volume/mounts [2022-01-20T16:06:24.347Z] github.com/docker/docker/volume/service [2022-01-20T16:06:24.347Z] github.com/docker/docker/volume/service/opts [2022-01-20T16:06:24.347Z] github.com/docker/docker/volume/testutils' [2022-01-20T16:06:24.347Z] ++ grep --fixed-strings -v /libnetwork [2022-01-20T16:06:24.347Z] ++ echo 'github.com/docker/docker/api [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/backend/build [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/httputils [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/middleware [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/build [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/container [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/debug [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/image [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/network [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/session [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/system [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/server/router/volume [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/backend [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/container [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/events [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/filters [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/image [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/mount [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/network [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/registry [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/strslice [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/swarm [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/time [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/versions [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T16:06:24.347Z] github.com/docker/docker/api/types/volume [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/builder-next [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/dockerfile [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/dockerignore [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/remotecontext [2022-01-20T16:06:24.347Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T16:06:24.347Z] github.com/docker/docker/cli [2022-01-20T16:06:24.347Z] github.com/docker/docker/cli/config [2022-01-20T16:06:24.347Z] github.com/docker/docker/cli/debug [2022-01-20T16:06:24.347Z] github.com/docker/docker/client [2022-01-20T16:06:24.347Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T16:06:24.347Z] github.com/docker/docker/cmd/dockerd [2022-01-20T16:06:24.347Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T16:06:24.347Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T16:06:24.347Z] github.com/docker/docker/container [2022-01-20T16:06:24.347Z] github.com/docker/docker/container/stream [2022-01-20T16:06:24.347Z] github.com/docker/docker/contrib/apparmor [2022-01-20T16:06:24.347Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T16:06:24.347Z] github.com/docker/docker/contrib/httpserver [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/cluster [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/config [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/events [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/exec [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/images [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/initlayer [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/links [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/listeners [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/local [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/names [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/network [2022-01-20T16:06:24.347Z] github.com/docker/docker/daemon/stats [2022-01-20T16:06:24.347Z] github.com/docker/docker/distribution [2022-01-20T16:06:24.347Z] github.com/docker/docker/distribution/metadata [2022-01-20T16:06:24.347Z] github.com/docker/docker/distribution/utils [2022-01-20T16:06:24.347Z] github.com/docker/docker/distribution/xfer [2022-01-20T16:06:24.347Z] github.com/docker/docker/dockerversion [2022-01-20T16:06:24.347Z] github.com/docker/docker/errdefs [2022-01-20T16:06:24.347Z] github.com/docker/docker/image [2022-01-20T16:06:24.347Z] github.com/docker/docker/image/cache [2022-01-20T16:06:24.347Z] github.com/docker/docker/image/tarexport [2022-01-20T16:06:24.347Z] github.com/docker/docker/image/v1 [2022-01-20T16:06:24.347Z] github.com/docker/docker/internal/test/suite [2022-01-20T16:06:24.347Z] github.com/docker/docker/layer [2022-01-20T16:06:24.347Z] github.com/docker/docker/libcontainerd [2022-01-20T16:06:24.347Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T16:06:24.347Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T16:06:24.347Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T16:06:24.347Z] github.com/docker/docker/libcontainerd/types [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/config [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/idm [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/ns [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/options [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/osl [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/libnetwork/types [2022-01-20T16:06:24.347Z] github.com/docker/docker/oci [2022-01-20T16:06:24.347Z] github.com/docker/docker/oci/caps [2022-01-20T16:06:24.347Z] github.com/docker/docker/opts [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/aaparser [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/archive [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/authorization [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/capabilities [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/containerfs [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/directory [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/dmesg [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/filenotify [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/fileutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/fsutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/homedir [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/idtools [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/ioutils [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/locker [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/longpath [2022-01-20T16:06:24.347Z] github.com/docker/docker/pkg/loopback [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/mount [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/parsers [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/pidfile [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/platform [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/pools [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/progress [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/pubsub [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/reexec [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/signal [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/stack [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/stringid [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/symlink [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/system [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/tailfile [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/tarsum [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/term [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/term/windows [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/truncindex [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/urlutil [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/useragent [2022-01-20T16:06:24.348Z] github.com/docker/docker/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T16:06:24.348Z] github.com/docker/docker/plugin/v2 [2022-01-20T16:06:24.348Z] github.com/docker/docker/profiles/apparmor [2022-01-20T16:06:24.348Z] github.com/docker/docker/profiles/seccomp [2022-01-20T16:06:24.348Z] github.com/docker/docker/quota [2022-01-20T16:06:24.348Z] github.com/docker/docker/reference [2022-01-20T16:06:24.348Z] github.com/docker/docker/registry [2022-01-20T16:06:24.348Z] github.com/docker/docker/registry/resumable [2022-01-20T16:06:24.348Z] github.com/docker/docker/restartmanager [2022-01-20T16:06:24.348Z] github.com/docker/docker/rootless [2022-01-20T16:06:24.348Z] github.com/docker/docker/rootless/specconv [2022-01-20T16:06:24.348Z] github.com/docker/docker/runconfig [2022-01-20T16:06:24.348Z] github.com/docker/docker/runconfig/opts [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/daemon [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/environment [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fakegit [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/registry [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/request [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/drivers [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/local [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/mounts [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/service [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/service/opts [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/testutils' [2022-01-20T16:06:24.348Z] + base_pkg_list='github.com/docker/docker/api [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/backend/build [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/httputils [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/middleware [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/build [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/debug [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/image [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/network [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/session [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/system [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/volume [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/backend [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/events [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/filters [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/image [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/mount [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/network [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/registry [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/strslice [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/swarm [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/time [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/versions [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/volume [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/dockerfile [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/dockerignore [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/remotecontext [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T16:06:24.348Z] github.com/docker/docker/cli [2022-01-20T16:06:24.348Z] github.com/docker/docker/cli/config [2022-01-20T16:06:24.348Z] github.com/docker/docker/cli/debug [2022-01-20T16:06:24.348Z] github.com/docker/docker/client [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/dockerd [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T16:06:24.348Z] github.com/docker/docker/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/container/stream [2022-01-20T16:06:24.348Z] github.com/docker/docker/contrib/apparmor [2022-01-20T16:06:24.348Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T16:06:24.348Z] github.com/docker/docker/contrib/httpserver [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/config [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/events [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/exec [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/images [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/initlayer [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/links [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/listeners [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/local [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/names [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/network [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/stats [2022-01-20T16:06:24.348Z] github.com/docker/docker/distribution [2022-01-20T16:06:24.348Z] github.com/docker/docker/distribution/metadata [2022-01-20T16:06:24.348Z] github.com/docker/docker/distribution/utils [2022-01-20T16:06:24.348Z] github.com/docker/docker/distribution/xfer [2022-01-20T16:06:24.348Z] github.com/docker/docker/dockerversion [2022-01-20T16:06:24.348Z] github.com/docker/docker/errdefs [2022-01-20T16:06:24.348Z] github.com/docker/docker/image [2022-01-20T16:06:24.348Z] github.com/docker/docker/image/cache [2022-01-20T16:06:24.348Z] github.com/docker/docker/image/tarexport [2022-01-20T16:06:24.348Z] github.com/docker/docker/image/v1 [2022-01-20T16:06:24.348Z] github.com/docker/docker/internal/test/suite [2022-01-20T16:06:24.348Z] github.com/docker/docker/layer [2022-01-20T16:06:24.348Z] github.com/docker/docker/libcontainerd [2022-01-20T16:06:24.348Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T16:06:24.348Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T16:06:24.348Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T16:06:24.348Z] github.com/docker/docker/libcontainerd/types [2022-01-20T16:06:24.348Z] github.com/docker/docker/oci [2022-01-20T16:06:24.348Z] github.com/docker/docker/oci/caps [2022-01-20T16:06:24.348Z] github.com/docker/docker/opts [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/aaparser [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/archive [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/authorization [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/capabilities [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/containerfs [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/directory [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/dmesg [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/filenotify [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/fileutils [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/fsutils [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/homedir [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/idtools [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/ioutils [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/locker [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/longpath [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/loopback [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/mount [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/parsers [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/pidfile [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/platform [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/pools [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/progress [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/pubsub [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/reexec [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/signal [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/stack [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/stringid [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/symlink [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/system [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/tailfile [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/tarsum [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/term [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/term/windows [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/truncindex [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/urlutil [2022-01-20T16:06:24.348Z] github.com/docker/docker/pkg/useragent [2022-01-20T16:06:24.348Z] github.com/docker/docker/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T16:06:24.348Z] github.com/docker/docker/plugin/v2 [2022-01-20T16:06:24.348Z] github.com/docker/docker/profiles/apparmor [2022-01-20T16:06:24.348Z] github.com/docker/docker/profiles/seccomp [2022-01-20T16:06:24.348Z] github.com/docker/docker/quota [2022-01-20T16:06:24.348Z] github.com/docker/docker/reference [2022-01-20T16:06:24.348Z] github.com/docker/docker/registry [2022-01-20T16:06:24.348Z] github.com/docker/docker/registry/resumable [2022-01-20T16:06:24.348Z] github.com/docker/docker/restartmanager [2022-01-20T16:06:24.348Z] github.com/docker/docker/rootless [2022-01-20T16:06:24.348Z] github.com/docker/docker/rootless/specconv [2022-01-20T16:06:24.348Z] github.com/docker/docker/runconfig [2022-01-20T16:06:24.348Z] github.com/docker/docker/runconfig/opts [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/daemon [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/environment [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fakegit [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/registry [2022-01-20T16:06:24.348Z] github.com/docker/docker/testutil/request [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/drivers [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/local [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/mounts [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/service [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/service/opts [2022-01-20T16:06:24.348Z] github.com/docker/docker/volume/testutils' [2022-01-20T16:06:24.348Z] ++ grep --fixed-strings /libnetwork [2022-01-20T16:06:24.348Z] ++ echo 'github.com/docker/docker/api [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/backend/build [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/httputils [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/middleware [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/build [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/debug [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/image [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/network [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/session [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/system [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/server/router/volume [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/backend [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/events [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/filters [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/image [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/mount [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/network [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/registry [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/strslice [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/swarm [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/time [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/versions [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T16:06:24.348Z] github.com/docker/docker/api/types/volume [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/dockerfile [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/dockerignore [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/remotecontext [2022-01-20T16:06:24.348Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T16:06:24.348Z] github.com/docker/docker/cli [2022-01-20T16:06:24.348Z] github.com/docker/docker/cli/config [2022-01-20T16:06:24.348Z] github.com/docker/docker/cli/debug [2022-01-20T16:06:24.348Z] github.com/docker/docker/client [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/dockerd [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T16:06:24.348Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T16:06:24.348Z] github.com/docker/docker/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/container/stream [2022-01-20T16:06:24.348Z] github.com/docker/docker/contrib/apparmor [2022-01-20T16:06:24.348Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T16:06:24.348Z] github.com/docker/docker/contrib/httpserver [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/config [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/events [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/exec [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T16:06:24.348Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/images [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/initlayer [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/links [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/listeners [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/local [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/names [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/network [2022-01-20T16:06:24.349Z] github.com/docker/docker/daemon/stats [2022-01-20T16:06:24.349Z] github.com/docker/docker/distribution [2022-01-20T16:06:24.349Z] github.com/docker/docker/distribution/metadata [2022-01-20T16:06:24.349Z] github.com/docker/docker/distribution/utils [2022-01-20T16:06:24.349Z] github.com/docker/docker/distribution/xfer [2022-01-20T16:06:24.349Z] github.com/docker/docker/dockerversion [2022-01-20T16:06:24.349Z] github.com/docker/docker/errdefs [2022-01-20T16:06:24.349Z] github.com/docker/docker/image [2022-01-20T16:06:24.349Z] github.com/docker/docker/image/cache [2022-01-20T16:06:24.349Z] github.com/docker/docker/image/tarexport [2022-01-20T16:06:24.349Z] github.com/docker/docker/image/v1 [2022-01-20T16:06:24.349Z] github.com/docker/docker/internal/test/suite [2022-01-20T16:06:24.349Z] github.com/docker/docker/layer [2022-01-20T16:06:24.349Z] github.com/docker/docker/libcontainerd [2022-01-20T16:06:24.349Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T16:06:24.349Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T16:06:24.349Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T16:06:24.349Z] github.com/docker/docker/libcontainerd/types [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/config [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/idm [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ns [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/options [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/osl [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/types [2022-01-20T16:06:24.349Z] github.com/docker/docker/oci [2022-01-20T16:06:24.349Z] github.com/docker/docker/oci/caps [2022-01-20T16:06:24.349Z] github.com/docker/docker/opts [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/aaparser [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/archive [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/authorization [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/capabilities [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/containerfs [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/directory [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/dmesg [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/filenotify [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/fileutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/fsutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/homedir [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/idtools [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/ioutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/locker [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/longpath [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/loopback [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/mount [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/parsers [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/pidfile [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/platform [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/plugins [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/pools [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/progress [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/pubsub [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/reexec [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/signal [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/stack [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/stringid [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/symlink [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/system [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/tailfile [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/tarsum [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/term [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/term/windows [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/truncindex [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/urlutil [2022-01-20T16:06:24.349Z] github.com/docker/docker/pkg/useragent [2022-01-20T16:06:24.349Z] github.com/docker/docker/plugin [2022-01-20T16:06:24.349Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T16:06:24.349Z] github.com/docker/docker/plugin/v2 [2022-01-20T16:06:24.349Z] github.com/docker/docker/profiles/apparmor [2022-01-20T16:06:24.349Z] github.com/docker/docker/profiles/seccomp [2022-01-20T16:06:24.349Z] github.com/docker/docker/quota [2022-01-20T16:06:24.349Z] github.com/docker/docker/reference [2022-01-20T16:06:24.349Z] github.com/docker/docker/registry [2022-01-20T16:06:24.349Z] github.com/docker/docker/registry/resumable [2022-01-20T16:06:24.349Z] github.com/docker/docker/restartmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/rootless [2022-01-20T16:06:24.349Z] github.com/docker/docker/rootless/specconv [2022-01-20T16:06:24.349Z] github.com/docker/docker/runconfig [2022-01-20T16:06:24.349Z] github.com/docker/docker/runconfig/opts [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/daemon [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/environment [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/fakegit [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/registry [2022-01-20T16:06:24.349Z] github.com/docker/docker/testutil/request [2022-01-20T16:06:24.349Z] github.com/docker/docker/volume [2022-01-20T16:06:24.349Z] github.com/docker/docker/volume/drivers [2022-01-20T16:06:24.349Z] github.com/docker/docker/volume/local [2022-01-20T16:06:24.349Z] github.com/docker/docker/volume/mounts [2022-01-20T16:06:24.349Z] github.com/docker/docker/volume/service [2022-01-20T16:06:24.349Z] github.com/docker/docker/volume/service/opts [2022-01-20T16:06:24.349Z] github.com/docker/docker/volume/testutils' [2022-01-20T16:06:24.349Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/config [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/idm [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ns [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/options [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/osl [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/types' [2022-01-20T16:06:24.349Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-01-20T16:06:24.349Z] + echo 'github.com/docker/docker/libnetwork [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/config [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/idm [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/ns [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/options [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/osl [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/types' [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T16:06:24.349Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T16:06:24.349Z] + type docker-proxy [2022-01-20T16:06:24.349Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-01-20T16:06:24.349Z] + hack/make.sh binary-proxy install-proxy [2022-01-20T16:06:24.349Z] [2022-01-20T16:06:24.349Z] Removing bundles/ [2022-01-20T16:06:24.349Z] [2022-01-20T16:06:24.349Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-01-20T16:06:24.349Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-01-20T16:06:24.349Z] GOOS="" GOARCH="" GOARM="" [2022-01-20T16:06:24.774Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-20T16:06:24.774Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-01-20T16:06:25.574Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:06:25.574Z] INFO: Testing against a local daemon [2022-01-20T16:06:25.574Z] === RUN TestBuildWithSession [2022-01-20T16:06:25.574Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T16:06:25.574Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-20T16:06:25.574Z] === RUN TestBuildSquashParent [2022-01-20T16:06:25.574Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:25.574Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-01-20T16:06:25.574Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-20T16:06:25.574Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:06:25.574Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:06:25.574Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:06:25.574Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:06:25.574Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:06:25.574Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:06:25.574Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:06:25.574Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:06:25.574Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:06:25.574Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:06:25.574Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:06:25.574Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:06:25.574Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:06:25.574Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:06:25.574Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:06:25.574Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:06:26.684Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-01-20T16:06:27.263Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-01-20T16:06:27.834Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-01-20T16:06:27.834Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-20T16:06:27.846Z] 2022/01/20 16:06:27 Closing DB instances... [2022-01-20T16:06:29.411Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-01-20T16:06:29.411Z] === RUN TestFindNode [2022-01-20T16:06:29.411Z] 2022/01/20 16:06:29 Closing DB instances... [2022-01-20T16:06:29.411Z] --- PASS: TestFindNode (0.02s) [2022-01-20T16:06:29.411Z] === RUN TestChangeNodeState [2022-01-20T16:06:29.411Z] 2022/01/20 16:06:29 Closing DB instances... [2022-01-20T16:06:29.411Z] --- PASS: TestChangeNodeState (0.02s) [2022-01-20T16:06:29.411Z] === RUN TestNodeReincarnation [2022-01-20T16:06:29.411Z] 2022/01/20 16:06:29 Closing DB instances... [2022-01-20T16:06:29.744Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-20T16:06:30.686Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-20T16:06:30.938Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-01-20T16:06:30.938Z] [2022-01-20T16:06:30.938Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-01-20T16:06:30.938Z] Installing docker-proxy to /usr/local/bin/ [2022-01-20T16:06:30.938Z] [2022-01-20T16:06:30.938Z] + mkdir -p bundles [2022-01-20T16:06:30.938Z] + '[' -n 'github.com/docker/docker/api [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/backend/build [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/httputils [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/middleware [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/build [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/checkpoint [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/container [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/debug [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/distribution [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/grpc [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/image [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/network [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/plugin [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/session [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/swarm [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/system [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/server/router/volume [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/backend [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/blkiodev [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/container [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/events [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/filters [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/image [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/mount [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/network [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/plugins/logdriver [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/registry [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/strslice [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/swarm [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/swarm/runtime [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/time [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/versions [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/versions/v1p19 [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/versions/v1p20 [2022-01-20T16:06:30.938Z] github.com/docker/docker/api/types/volume [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/builder-next [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/builder-next/exporter [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/builder-next/worker [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/dockerfile [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/dockerignore [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/remotecontext [2022-01-20T16:06:30.938Z] github.com/docker/docker/builder/remotecontext/git [2022-01-20T16:06:30.938Z] github.com/docker/docker/cli [2022-01-20T16:06:30.938Z] github.com/docker/docker/cli/config [2022-01-20T16:06:30.938Z] github.com/docker/docker/cli/debug [2022-01-20T16:06:30.938Z] github.com/docker/docker/client [2022-01-20T16:06:30.938Z] github.com/docker/docker/cmd/docker-proxy [2022-01-20T16:06:30.938Z] github.com/docker/docker/cmd/dockerd [2022-01-20T16:06:30.938Z] github.com/docker/docker/cmd/dockerd/trap [2022-01-20T16:06:30.938Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-01-20T16:06:30.938Z] github.com/docker/docker/container [2022-01-20T16:06:30.938Z] github.com/docker/docker/container/stream [2022-01-20T16:06:30.938Z] github.com/docker/docker/contrib/apparmor [2022-01-20T16:06:30.938Z] github.com/docker/docker/contrib/docker-device-tool [2022-01-20T16:06:30.938Z] github.com/docker/docker/contrib/httpserver [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/cluster [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/cluster/convert [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/cluster/executor [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/cluster/executor/container [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/cluster/provider [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/config [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/events [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/events/testutils [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/exec [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/copy [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/register [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/images [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/initlayer [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/links [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/listeners [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/awslogs [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/fluentd [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/gcplogs [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/gelf [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/journald [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/local [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/logentries [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/loggerutils [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/splunk [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/syslog [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/logger/templates [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/names [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/network [2022-01-20T16:06:30.938Z] github.com/docker/docker/daemon/stats [2022-01-20T16:06:30.938Z] github.com/docker/docker/distribution [2022-01-20T16:06:30.938Z] github.com/docker/docker/distribution/metadata [2022-01-20T16:06:30.938Z] github.com/docker/docker/distribution/utils [2022-01-20T16:06:30.938Z] github.com/docker/docker/distribution/xfer [2022-01-20T16:06:30.938Z] github.com/docker/docker/dockerversion [2022-01-20T16:06:30.938Z] github.com/docker/docker/errdefs [2022-01-20T16:06:30.938Z] github.com/docker/docker/image [2022-01-20T16:06:30.938Z] github.com/docker/docker/image/cache [2022-01-20T16:06:30.938Z] github.com/docker/docker/image/tarexport [2022-01-20T16:06:30.938Z] github.com/docker/docker/image/v1 [2022-01-20T16:06:30.938Z] github.com/docker/docker/internal/test/suite [2022-01-20T16:06:30.938Z] github.com/docker/docker/layer [2022-01-20T16:06:30.938Z] github.com/docker/docker/libcontainerd [2022-01-20T16:06:30.938Z] github.com/docker/docker/libcontainerd/queue [2022-01-20T16:06:30.938Z] github.com/docker/docker/libcontainerd/remote [2022-01-20T16:06:30.938Z] github.com/docker/docker/libcontainerd/supervisor [2022-01-20T16:06:30.938Z] github.com/docker/docker/libcontainerd/types [2022-01-20T16:06:30.938Z] github.com/docker/docker/oci [2022-01-20T16:06:30.938Z] github.com/docker/docker/oci/caps [2022-01-20T16:06:30.938Z] github.com/docker/docker/opts [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/aaparser [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/archive [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/authorization [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/broadcaster [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/capabilities [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/chrootarchive [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/containerfs [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/devicemapper [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/directory [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/dmesg [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/filenotify [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/fileutils [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/fsutils [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/homedir [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/idtools [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/ioutils [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/jsonmessage [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/locker [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/longpath [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/loopback [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/mount [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/namesgenerator [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/parsers [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/parsers/kernel [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/pidfile [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/platform [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/plugingetter [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/plugins [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/plugins/transport [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/pools [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/progress [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/pubsub [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/reexec [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/signal [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/stack [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/stdcopy [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/streamformatter [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/stringid [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/symlink [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/sysinfo [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/system [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/tailfile [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/tarsum [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/term [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/term/windows [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/truncindex [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/urlutil [2022-01-20T16:06:30.938Z] github.com/docker/docker/pkg/useragent [2022-01-20T16:06:30.938Z] github.com/docker/docker/plugin [2022-01-20T16:06:30.938Z] github.com/docker/docker/plugin/executor/containerd [2022-01-20T16:06:30.938Z] github.com/docker/docker/plugin/v2 [2022-01-20T16:06:30.938Z] github.com/docker/docker/profiles/apparmor [2022-01-20T16:06:30.938Z] github.com/docker/docker/profiles/seccomp [2022-01-20T16:06:30.938Z] github.com/docker/docker/quota [2022-01-20T16:06:30.938Z] github.com/docker/docker/reference [2022-01-20T16:06:30.938Z] github.com/docker/docker/registry [2022-01-20T16:06:30.938Z] github.com/docker/docker/registry/resumable [2022-01-20T16:06:30.938Z] github.com/docker/docker/restartmanager [2022-01-20T16:06:30.938Z] github.com/docker/docker/rootless [2022-01-20T16:06:30.938Z] github.com/docker/docker/rootless/specconv [2022-01-20T16:06:30.938Z] github.com/docker/docker/runconfig [2022-01-20T16:06:30.938Z] github.com/docker/docker/runconfig/opts [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/daemon [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/environment [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/fakecontext [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/fakegit [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/fakestorage [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/fixtures/load [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/fixtures/plugin [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/registry [2022-01-20T16:06:30.938Z] github.com/docker/docker/testutil/request [2022-01-20T16:06:30.938Z] github.com/docker/docker/volume [2022-01-20T16:06:30.938Z] github.com/docker/docker/volume/drivers [2022-01-20T16:06:30.938Z] github.com/docker/docker/volume/local [2022-01-20T16:06:30.938Z] github.com/docker/docker/volume/mounts [2022-01-20T16:06:30.938Z] github.com/docker/docker/volume/service [2022-01-20T16:06:30.938Z] github.com/docker/docker/volume/service/opts [2022-01-20T16:06:30.938Z] github.com/docker/docker/volume/testutils' ']' [2022-01-20T16:06:30.939Z] + 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/namesgenerator/cmd/names-generator 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-01-20T16:06:31.881Z] ? github.com/docker/docker/api [no test files] [2022-01-20T16:06:33.234Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-01-20T16:06:35.282Z] --- PASS: TestNodeReincarnation (5.02s) [2022-01-20T16:06:35.282Z] === RUN TestParallelCreate [2022-01-20T16:06:35.282Z] 2022/01/20 16:06:34 Closing DB instances... [2022-01-20T16:06:35.282Z] --- PASS: TestParallelCreate (0.02s) [2022-01-20T16:06:35.282Z] === RUN TestParallelDelete [2022-01-20T16:06:35.282Z] 2022/01/20 16:06:34 Closing DB instances... [2022-01-20T16:06:35.282Z] --- PASS: TestParallelDelete (0.02s) [2022-01-20T16:06:35.282Z] === RUN TestNetworkDBIslands [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:7432b53c13cc with config:&{NodeID:7432b53c13cc 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-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 7432b53c13cc/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 7432b53c13cc/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:70f26a49143a with config:&{NodeID:70f26a49143a 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-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 70f26a49143a/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 70f26a49143a/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 70f26a49143a/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 70f26a49143a/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 7432b53c13cc/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=info msg="Node 7432b53c13cc/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:953b6f565c07 with config:&{NodeID:953b6f565c07 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-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 7432b53c13cc/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 7432b53c13cc/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 70f26a49143a/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 70f26a49143a/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.282Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:9a56ada4cf5d with config:&{NodeID:9a56ada4cf5d 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-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 7432b53c13cc/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 7432b53c13cc/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 70f26a49143a/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 70f26a49143a/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:35.751Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.067Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:06:36.067Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:9e919968dfaa with config:&{NodeID:9e919968dfaa 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-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 7432b53c13cc/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 7432b53c13cc/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 953b6f565c07/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 70f26a49143a/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=info msg="Node 70f26a49143a/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:36Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:36Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:36Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.220Z] time="2022-01-20T16:06:36Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.549Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-20T16:06:36.549Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:36.689Z] networkdb_test.go:835: Re-joining: 3 [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=info msg="The new bootstrap node list is:[172.25.232.218:10033 172.25.232.218:10034 172.25.232.218:10035]" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10033" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49355" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10034" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49356" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10035" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49357" [2022-01-20T16:06:36.689Z] networkdb_test.go:835: Re-joining: 4 [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=info msg="The new bootstrap node list is:[172.25.232.218:10033 172.25.232.218:10034 172.25.232.218:10035]" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10033" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49358" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10034" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49359" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49360" [2022-01-20T16:06:36.689Z] time="2022-01-20T16:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10035" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="node 0 leaving" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="node3(953b6f565c07): Node leave event for 7432b53c13cc/172.25.232.218" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="node5(9e919968dfaa): Node leave event for 7432b53c13cc/172.25.232.218" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="node4(9a56ada4cf5d): Node leave event for 7432b53c13cc/172.25.232.218" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="node1(7432b53c13cc): Node leave event for 7432b53c13cc/172.25.232.218" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="node2(70f26a49143a): Node leave event for 7432b53c13cc/172.25.232.218" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:36Z" level=info msg="Node 7432b53c13cc/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:37Z" level=info msg="Node 7432b53c13cc/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.157Z] time="2022-01-20T16:06:37Z" level=info msg="Node 7432b53c13cc/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="node 1 leaving" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="node3(953b6f565c07): Node leave event for 70f26a49143a/172.25.232.218" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a change state NodeActive --> NodeFailed" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a/172.25.232.218, added to failed nodes list" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a change state NodeActive --> NodeLeft" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="node4(9a56ada4cf5d): Node leave event for 70f26a49143a/172.25.232.218" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="node5(9e919968dfaa): Node leave event for 70f26a49143a/172.25.232.218" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=error msg="node: 70f26a49143a is unknown to memberlist" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a/172.25.232.218, left gossip cluster" [2022-01-20T16:06:37.626Z] time="2022-01-20T16:06:37Z" level=info msg="Node 70f26a49143a/172.25.232.218, left gossip cluster" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="node 2 leaving" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="Node 953b6f565c07 change state NodeActive --> NodeLeft" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="node4(9a56ada4cf5d): Node leave event for 953b6f565c07/172.25.232.218" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="Node 953b6f565c07 change state NodeActive --> NodeLeft" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="node5(9e919968dfaa): Node leave event for 953b6f565c07/172.25.232.218" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="Node 953b6f565c07 change state NodeActive --> NodeLeft" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="node3(953b6f565c07): Node leave event for 953b6f565c07/172.25.232.218" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=debug msg="memberlist: Failed ping: 70f26a49143a (timeout reached)" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.25.232.218:10035: use of closed network connection" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.25.232.218:10037: use of closed network connection" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.25.232.218:10036: use of closed network connection" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="Node 953b6f565c07/172.25.232.218, left gossip cluster" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:37Z" level=info msg="Node 953b6f565c07/172.25.232.218, left gossip cluster" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:38Z" level=info msg="Node 953b6f565c07/172.25.232.218, left gossip cluster" [2022-01-20T16:06:38.094Z] networkdb_test.go:867: node4: OK [2022-01-20T16:06:38.094Z] networkdb_test.go:867: node5: OK [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:38Z" level=info msg="node 0 coming back" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:38Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:caf055499b08 with config:&{NodeID:caf055499b08 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-01-20T16:06:38.094Z] time="2022-01-20T16:06:38Z" level=info msg="Node caf055499b08/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:38Z" level=info msg="Node caf055499b08/172.25.232.218, added to nodes list" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:38Z" level=info msg="node 1 coming back" [2022-01-20T16:06:38.094Z] time="2022-01-20T16:06:38Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9dc9044f5bea with config:&{NodeID:9dc9044f5bea 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-01-20T16:06:38.563Z] time="2022-01-20T16:06:38Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:38.563Z] time="2022-01-20T16:06:38Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, added to nodes list" [2022-01-20T16:06:38.563Z] time="2022-01-20T16:06:38Z" level=info msg="node 2 coming back" [2022-01-20T16:06:38.563Z] time="2022-01-20T16:06:38Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a23b17343b6d with config:&{NodeID:a23b17343b6d 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-01-20T16:06:38.563Z] time="2022-01-20T16:06:38Z" level=info msg="Node a23b17343b6d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:38.563Z] time="2022-01-20T16:06:38Z" level=info msg="Node a23b17343b6d/172.25.232.218, added to nodes list" [2022-01-20T16:06:38.563Z] time="2022-01-20T16:06:38Z" level=info msg="memberlist: Suspect 70f26a49143a has failed, no acks received" [2022-01-20T16:06:39.032Z] time="2022-01-20T16:06:38Z" level=debug msg="memberlist: Failed ping: 9e919968dfaa (timeout reached)" [2022-01-20T16:06:39.032Z] time="2022-01-20T16:06:38Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.25.232.218:10036: use of closed network connection" [2022-01-20T16:06:39.032Z] time="2022-01-20T16:06:38Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49362" [2022-01-20T16:06:39.096Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-20T16:06:39.501Z] time="2022-01-20T16:06:39Z" level=warning msg="memberlist: Was able to connect to 9e919968dfaa but other probes failed, network may be misconfigured" [2022-01-20T16:06:41.716Z] time="2022-01-20T16:06:41Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.25.232.218:10033 172.25.232.218:10034 172.25.232.218:10035]" [2022-01-20T16:06:42.184Z] time="2022-01-20T16:06:41Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.25.232.218:10033 172.25.232.218:10034 172.25.232.218:10035]" [2022-01-20T16:06:42.392Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10033" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49363" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, is the new incarnation of the shutdown node 7432b53c13cc/172.25.232.218" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10034" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49364" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, is the new incarnation of the shutdown node 70f26a49143a/172.25.232.218" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10035" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49365" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, is the new incarnation of the shutdown node 953b6f565c07/172.25.232.218" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9e919968dfaa/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, is the new incarnation of the shutdown node 953b6f565c07/172.25.232.218" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node a23b17343b6d/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, is the new incarnation of the shutdown node 70f26a49143a/172.25.232.218" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, added to nodes list" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, joined gossip cluster" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, is the new incarnation of the shutdown node 7432b53c13cc/172.25.232.218" [2022-01-20T16:06:42.651Z] time="2022-01-20T16:06:42Z" level=info msg="Node caf055499b08/172.25.232.218, added to nodes list" [2022-01-20T16:06:43.120Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10033" [2022-01-20T16:06:43.120Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49366" [2022-01-20T16:06:43.120Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10034" [2022-01-20T16:06:43.120Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49367" [2022-01-20T16:06:43.120Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.25.232.218:10035" [2022-01-20T16:06:43.120Z] time="2022-01-20T16:06:42Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49368" [2022-01-20T16:06:43.589Z] 2022/01/20 16:06:43 Closing DB instances... [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08 change state NodeActive --> NodeLeft" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="node2(9dc9044f5bea): Node leave event for caf055499b08/172.25.232.218" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08 change state NodeActive --> NodeLeft" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08 change state NodeActive --> NodeLeft" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="node5(9e919968dfaa): Node leave event for caf055499b08/172.25.232.218" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="node3(a23b17343b6d): Node leave event for caf055499b08/172.25.232.218" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08 change state NodeActive --> NodeLeft" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="node1(caf055499b08): Node leave event for caf055499b08/172.25.232.218" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08 change state NodeActive --> NodeLeft" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="node4(9a56ada4cf5d): Node leave event for caf055499b08/172.25.232.218" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08/172.25.232.218, left gossip cluster" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08/172.25.232.218, left gossip cluster" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08/172.25.232.218, left gossip cluster" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08/172.25.232.218, left gossip cluster" [2022-01-20T16:06:43.589Z] time="2022-01-20T16:06:43Z" level=info msg="Node caf055499b08/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="Node 9dc9044f5bea change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="node5(9e919968dfaa): Node leave event for 9dc9044f5bea/172.25.232.218" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="Node 9dc9044f5bea change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="node4(9a56ada4cf5d): Node leave event for 9dc9044f5bea/172.25.232.218" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="Node 9dc9044f5bea change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="node3(a23b17343b6d): Node leave event for 9dc9044f5bea/172.25.232.218" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="Node 9dc9044f5bea change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="node2(9dc9044f5bea): Node leave event for 9dc9044f5bea/172.25.232.218" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.058Z] time="2022-01-20T16:06:43Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.304Z] docker_api_swarm_service_test.go:100: [d77634d0f9d99] joining swarm manager [d1b65fcbf29f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node 9dc9044f5bea/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node a23b17343b6d change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="node5(9e919968dfaa): Node leave event for a23b17343b6d/172.25.232.218" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node a23b17343b6d change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="node4(9a56ada4cf5d): Node leave event for a23b17343b6d/172.25.232.218" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node a23b17343b6d change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="node3(a23b17343b6d): Node leave event for a23b17343b6d/172.25.232.218" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node a23b17343b6d/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node a23b17343b6d/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.527Z] time="2022-01-20T16:06:44Z" level=info msg="Node a23b17343b6d/172.25.232.218, left gossip cluster" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=debug msg="memberlist: Failed ping: 9e919968dfaa (timeout reached)" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.25.232.218:10036: use of closed network connection" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.25.232.218:10035: use of closed network connection" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=debug msg="memberlist: Stream connection from=172.25.232.218:49369" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=info msg="Node 9a56ada4cf5d change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=info msg="node5(9e919968dfaa): Node leave event for 9a56ada4cf5d/172.25.232.218" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=info msg="Node 9a56ada4cf5d change state NodeActive --> NodeLeft" [2022-01-20T16:06:44.996Z] time="2022-01-20T16:06:44Z" level=info msg="node4(9a56ada4cf5d): Node leave event for 9a56ada4cf5d/172.25.232.218" [2022-01-20T16:06:45.245Z] docker_api_swarm_service_test.go:101: [d5b683fb78c2f] joining swarm manager [d1b65fcbf29f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:06:45.465Z] time="2022-01-20T16:06:45Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, left gossip cluster" [2022-01-20T16:06:45.465Z] time="2022-01-20T16:06:45Z" level=warning msg="memberlist: Was able to connect to 9e919968dfaa but other probes failed, network may be misconfigured" [2022-01-20T16:06:45.465Z] time="2022-01-20T16:06:45Z" level=info msg="Node 9a56ada4cf5d/172.25.232.218, left gossip cluster" [2022-01-20T16:06:45.506Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-20T16:06:45.934Z] time="2022-01-20T16:06:45Z" level=info msg="Node 9e919968dfaa/172.25.232.218, left gossip cluster" [2022-01-20T16:06:45.934Z] time="2022-01-20T16:06:45Z" level=info msg="Node 9e919968dfaa change state NodeActive --> NodeFailed" [2022-01-20T16:06:45.934Z] time="2022-01-20T16:06:45Z" level=info msg="Node 9e919968dfaa/172.25.232.218, added to failed nodes list" [2022-01-20T16:06:45.934Z] --- PASS: TestNetworkDBIslands (11.47s) [2022-01-20T16:06:45.934Z] PASS [2022-01-20T16:06:45.934Z] coverage: 60.0% of statements [2022-01-20T16:06:45.934Z] ok github.com/docker/docker/libnetwork/networkdb 103.655s coverage: 60.0% of statements [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/quota [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/rootless [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/volume [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-20T16:06:45.934Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-20T16:06:46.447Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-20T16:06:46.517Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-01-20T16:06:46.518Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (15.32s) [2022-01-20T16:06:46.518Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (15.32s) [2022-01-20T16:06:46.518Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (16.18s) [2022-01-20T16:06:46.518Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (16.27s) [2022-01-20T16:06:46.518Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.66s) [2022-01-20T16:06:46.518Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.72s) [2022-01-20T16:06:46.518Z] === RUN TestBuildMultiStageCopy [2022-01-20T16:06:46.518Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-20T16:06:46.789Z] ok github.com/docker/docker/api/server 0.013s coverage: 9.0% of statements [2022-01-20T16:06:48.891Z] [2022-01-20T16:06:48.891Z] === Skipped [2022-01-20T16:06:48.891Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-01-20T16:06:48.891Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-01-20T16:06:48.891Z] [2022-01-20T16:06:48.891Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-01-20T16:06:48.891Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.891Z] [2022-01-20T16:06:48.891Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-01-20T16:06:48.892Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-01-20T16:06:48.892Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-01-20T16:06:48.892Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-01-20T16:06:48.892Z] client_test.go:23: runtime.GOOS == "windows" [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-20T16:06:48.892Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-20T16:06:48.892Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-20T16:06:48.892Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-01-20T16:06:48.892Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-20T16:06:48.892Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-01-20T16:06:48.892Z] daemon_test.go:145: root required [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-01-20T16:06:48.892Z] reload_test.go:342: root required [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-01-20T16:06:48.892Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-01-20T16:06:48.892Z] pull_v2_test.go:73: Needs fixing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-01-20T16:06:48.892Z] pull_v2_test.go:118: Needs fixing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-01-20T16:06:48.892Z] download_test.go:267: Needs fixing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-01-20T16:06:48.892Z] layer_test.go:303: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-01-20T16:06:48.892Z] layer_test.go:352: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-01-20T16:06:48.892Z] layer_test.go:467: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-01-20T16:06:48.892Z] layer_test.go:696: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-01-20T16:06:48.892Z] migration_test.go:45: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-01-20T16:06:48.892Z] migration_test.go:181: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-01-20T16:06:48.892Z] mount_test.go:17: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-01-20T16:06:48.892Z] mount_test.go:76: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-01-20T16:06:48.892Z] mount_test.go:125: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-01-20T16:06:48.892Z] mount_test.go:212: Failing on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-01-20T16:06:48.892Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-01-20T16:06:48.892Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-01-20T16:06:48.892Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-01-20T16:06:48.892Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-01-20T16:06:48.892Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-01-20T16:06:48.892Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-01-20T16:06:48.892Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-01-20T16:06:48.892Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-01-20T16:06:48.892Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-01-20T16:06:48.892Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-01-20T16:06:48.892Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-01-20T16:06:48.892Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-20T16:06:48.892Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-20T16:06:48.892Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-20T16:06:48.892Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-20T16:06:48.892Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-20T16:06:48.892Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:133: Xz not present in msys2 [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-01-20T16:06:48.892Z] archive_test.go:140: zstd not installed [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:252: Failing on Windows CI machines [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-01-20T16:06:48.892Z] archive_windows_test.go:16: Currently fails [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-01-20T16:06:48.892Z] changes_test.go:195: needs more investigation [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-01-20T16:06:48.892Z] changes_test.go:432: needs further investigation [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-01-20T16:06:48.892Z] changes_test.go:468: needs further investigation [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-01-20T16:06:48.892Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-01-20T16:06:48.892Z] poller_test.go:40: No chmod on Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-01-20T16:06:48.892Z] fileutils_test.go:133: Needs porting to Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-01-20T16:06:48.892Z] fileutils_test.go:179: Needs porting to Windows [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-01-20T16:06:48.892Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-01-20T16:06:48.892Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-01-20T16:06:48.892Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-01-20T16:06:48.892Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-01-20T16:06:48.892Z] local_test.go:180: runtime.GOOS == "windows" [2022-01-20T16:06:48.892Z] [2022-01-20T16:06:48.892Z] DONE 2067 tests, 68 skipped in 266.462s [2022-01-20T16:06:48.892Z] INFO: make.ps1 ended at 01/20/2022 16:06:48 [2022-01-20T16:06:48.991Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-20T16:06:50.374Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-20T16:06:51.111Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-01-20T16:06:51.111Z] INFO: Unit tests ended at 01/20/2022 16:06:50. Duration:00:04:43.9129541 [2022-01-20T16:06:51.111Z] INFO: Building busybox [2022-01-20T16:06:51.111Z] Sending build context to Docker daemon 5.12kB [2022-01-20T16:06:51.111Z] [2022-01-20T16:06:51.111Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-01-20T16:06:51.111Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-01-20T16:06:51.111Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-01-20T16:06:51.111Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-01-20T16:06:51.111Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-01-20T16:06:51.111Z] ---> 60d6f56ecebd [2022-01-20T16:06:51.111Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-01-20T16:06:51.111Z] ---> Running in 50e55783caa2 [2022-01-20T16:06:51.321Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-20T16:06:52.709Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-20T16:06:54.091Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-20T16:06:55.030Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-20T16:06:55.192Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-20T16:06:55.291Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-20T16:06:55.862Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-20T16:06:56.179Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-20T16:06:57.022Z] --- PASS: TestBuildWithHugeFile (104.45s) [2022-01-20T16:06:57.022Z] === RUN TestBuildWCOWSandboxSize [2022-01-20T16:06:57.022Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T16:06:57.022Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestBuildWithEmptyDockerfile [2022-01-20T16:06:57.022Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:06:57.022Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:06:57.022Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:06:57.022Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:06:57.022Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:06:57.022Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:06:57.022Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:06:57.022Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:06:57.022Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:06:57.022Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-01-20T16:06:57.022Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2022-01-20T16:06:57.022Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-01-20T16:06:57.022Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-01-20T16:06:57.022Z] === RUN TestBuildPreserveOwnership [2022-01-20T16:06:57.022Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:06:57.022Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestBuildPlatformInvalid [2022-01-20T16:06:57.022Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-01-20T16:06:57.022Z] PASS [2022-01-20T16:06:57.022Z] ok github.com/docker/docker/integration/build 174.340s [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === Skipped [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-01-20T16:06:57.022Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-01-20T16:06:57.022Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-01-20T16:06:57.022Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-01-20T16:06:57.022Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-01-20T16:06:57.022Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-01-20T16:06:57.022Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] DONE 29 tests, 6 skipped in 202.977s [2022-01-20T16:06:57.022Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-01-20T16:06:57.022Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:06:57.022Z] INFO: Testing against a local daemon [2022-01-20T16:06:57.022Z] === RUN TestConfigInspect [2022-01-20T16:06:57.022Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] --- SKIP: TestConfigInspect (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestConfigList [2022-01-20T16:06:57.022Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] --- SKIP: TestConfigList (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestConfigsCreateAndDelete [2022-01-20T16:06:57.022Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestConfigsUpdate [2022-01-20T16:06:57.022Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestTemplatedConfig [2022-01-20T16:06:57.022Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestConfigCreateResolve [2022-01-20T16:06:57.022Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:06:57.022Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-01-20T16:06:57.022Z] PASS [2022-01-20T16:06:57.022Z] ok github.com/docker/docker/integration/config 0.089s [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === Skipped [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-01-20T16:06:57.022Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-01-20T16:06:57.022Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-01-20T16:06:57.022Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-01-20T16:06:57.022Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-01-20T16:06:57.022Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-01-20T16:06:57.022Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:06:57.022Z] [2022-01-20T16:06:57.022Z] DONE 6 tests, 6 skipped in 1.921s [2022-01-20T16:06:57.022Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-01-20T16:06:57.022Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:06:57.022Z] INFO: Testing against a local daemon [2022-01-20T16:06:57.022Z] === RUN TestCheckpoint [2022-01-20T16:06:57.022Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T16:06:57.022Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestContainerInvalidJSON [2022-01-20T16:06:57.022Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:06:57.022Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:06:57.022Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:06:57.022Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:06:57.022Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:06:57.022Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:06:57.022Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-01-20T16:06:57.022Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-01-20T16:06:57.022Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-01-20T16:06:57.022Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-20T16:06:57.022Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2022-01-20T16:06:57.022Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-20T16:06:57.022Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2022-01-20T16:06:57.022Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-20T16:06:57.022Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2022-01-20T16:06:57.022Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-20T16:06:57.022Z] --- PASS: TestCopyToContainerPathIsNotDir (0.20s) [2022-01-20T16:06:57.022Z] === RUN TestCopyFromContainer [2022-01-20T16:06:57.022Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-20T16:06:57.022Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:06:57.022Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:06:57.022Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:06:57.022Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:06:57.022Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:06:57.022Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:06:57.022Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:06:57.022Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:06:57.022Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:06:57.022Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-01-20T16:06:57.022Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-20T16:06:57.022Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-20T16:06:57.022Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-20T16:06:57.022Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-20T16:06:57.022Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidEnv [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-20T16:06:57.022Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-20T16:06:57.022Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-20T16:06:57.022Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-20T16:06:57.022Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-01-20T16:06:57.022Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-20T16:06:57.022Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-20T16:06:57.022Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestCreateTmpfsMountsTarget [2022-01-20T16:06:57.022Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.022Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-20T16:06:57.022Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:06:57.022Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-20T16:06:57.022Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:06:57.022Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:06:57.022Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:06:57.022Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:06:57.022Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:06:57.022Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:06:57.022Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:06:57.023Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:06:57.023Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:06:57.023Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-01-20T16:06:57.023Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-20T16:06:57.023Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-20T16:06:57.023Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-20T16:06:57.023Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-20T16:06:57.023Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-20T16:06:57.023Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-20T16:06:57.023Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestCreateDifferentPlatform [2022-01-20T16:06:57.023Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-20T16:06:57.023Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-20T16:06:57.023Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-01-20T16:06:57.023Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-01-20T16:06:57.023Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-20T16:06:57.023Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.10s) [2022-01-20T16:06:57.023Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-20T16:06:57.023Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-20T16:06:57.023Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-20T16:06:57.023Z] === RUN TestContainerKillOnDaemonStart [2022-01-20T16:06:57.023Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.023Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestDiff [2022-01-20T16:06:57.023Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-20T16:06:57.023Z] --- SKIP: TestDiff (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestExecWithCloseStdin [2022-01-20T16:06:57.023Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-20T16:06:57.023Z] --- SKIP: TestExecWithCloseStdin (0.01s) [2022-01-20T16:06:57.023Z] === RUN TestExec [2022-01-20T16:06:57.023Z] --- PASS: TestExec (3.91s) [2022-01-20T16:06:57.023Z] === RUN TestExecUser [2022-01-20T16:06:57.023Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-20T16:06:57.023Z] --- SKIP: TestExecUser (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestExportContainerAndImportImage [2022-01-20T16:06:57.023Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.023Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-20T16:06:57.023Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:06:57.023Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestHealthCheckWorkdir [2022-01-20T16:06:57.023Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-20T16:06:57.023Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestHealthKillContainer [2022-01-20T16:06:57.023Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-20T16:06:57.023Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-20T16:06:57.023Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T16:06:57.023Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T16:06:57.023Z] === RUN TestKillContainerInvalidSignal [2022-01-20T16:06:57.250Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-20T16:06:57.486Z] --- PASS: TestKillContainerInvalidSignal (3.22s) [2022-01-20T16:06:57.486Z] === RUN TestKillContainer [2022-01-20T16:06:57.486Z] === RUN TestKillContainer/no_signal [2022-01-20T16:06:57.744Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-20T16:06:58.730Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-20T16:06:59.163Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-20T16:06:59.734Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-20T16:06:59.734Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-01-20T16:06:59.734Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-20T16:06:59.734Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-20T16:06:59.734Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-20T16:06:59.995Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-20T16:07:00.304Z] --- PASS: TestBuildMultiStageCopy (13.89s) [2022-01-20T16:07:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.94s) [2022-01-20T16:07:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.91s) [2022-01-20T16:07:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.12s) [2022-01-20T16:07:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.37s) [2022-01-20T16:07:00.304Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.54s) [2022-01-20T16:07:00.304Z] === RUN TestBuildMultiStageParentConfig [2022-01-20T16:07:00.412Z] === RUN TestKillContainer/non_killing_signal [2022-01-20T16:07:00.412Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-20T16:07:00.412Z] === RUN TestKillContainer/killing_signal [2022-01-20T16:07:00.568Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-20T16:07:01.953Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-20T16:07:02.894Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-20T16:07:03.267Z] --- PASS: TestBuildMultiStageParentConfig (2.99s) [2022-01-20T16:07:03.267Z] === RUN TestBuildLabelWithTargets [2022-01-20T16:07:03.267Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:07:03.267Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-01-20T16:07:03.267Z] === RUN TestBuildWithEmptyLayers [2022-01-20T16:07:03.338Z] --- PASS: TestKillContainer (5.99s) [2022-01-20T16:07:03.338Z] --- PASS: TestKillContainer/no_signal (3.00s) [2022-01-20T16:07:03.338Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:07:03.338Z] --- PASS: TestKillContainer/killing_signal (2.94s) [2022-01-20T16:07:03.338Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-20T16:07:03.338Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:07:03.338Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-20T16:07:03.338Z] === RUN TestKillStoppedContainer [2022-01-20T16:07:03.338Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:07:03.338Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-01-20T16:07:03.338Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-20T16:07:03.338Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:07:03.338Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-20T16:07:03.338Z] === RUN TestKillDifferentUserContainer [2022-01-20T16:07:03.338Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-20T16:07:03.338Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-01-20T16:07:03.338Z] === RUN TestInspectOomKilledTrue [2022-01-20T16:07:03.338Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:07:03.338Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-20T16:07:03.338Z] === RUN TestInspectOomKilledFalse [2022-01-20T16:07:03.338Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T16:07:03.338Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-20T16:07:03.338Z] === RUN TestLogsFollowTailEmpty [2022-01-20T16:07:03.467Z] check_test.go:379: [d77634d0f9d99] daemon is not started [2022-01-20T16:07:03.727Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-20T16:07:04.844Z] --- PASS: TestBuildWithEmptyLayers (1.58s) [2022-01-20T16:07:04.844Z] === RUN TestBuildMultiStageOnBuild [2022-01-20T16:07:06.269Z] --- PASS: TestLogsFollowTailEmpty (3.09s) [2022-01-20T16:07:06.270Z] === RUN TestNetworkNat [2022-01-20T16:07:06.270Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-20T16:07:06.270Z] --- SKIP: TestNetworkNat (0.00s) [2022-01-20T16:07:06.270Z] === RUN TestNetworkLocalhostTCPNat [2022-01-20T16:07:08.931Z] Removing intermediate container 50e55783caa2 [2022-01-20T16:07:08.931Z] ---> 5b6101536fa6 [2022-01-20T16:07:08.931Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-01-20T16:07:08.931Z] ---> Running in 502efe6bb6b1 [2022-01-20T16:07:08.931Z] Removing intermediate container 502efe6bb6b1 [2022-01-20T16:07:08.931Z] ---> de4d22548205 [2022-01-20T16:07:08.931Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-01-20T16:07:08.931Z] ---> Running in e35866bd701e [2022-01-20T16:07:08.931Z] Removing intermediate container e35866bd701e [2022-01-20T16:07:08.931Z] ---> d66f62988518 [2022-01-20T16:07:08.931Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-01-20T16:07:09.017Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-01-20T16:07:09.017Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-20T16:07:09.959Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-20T16:07:10.035Z] --- PASS: TestNetworkLocalhostTCPNat (3.75s) [2022-01-20T16:07:10.035Z] === RUN TestNetworkLoopbackNat [2022-01-20T16:07:10.035Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-20T16:07:10.035Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-01-20T16:07:10.035Z] === RUN TestPause [2022-01-20T16:07:10.035Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-20T16:07:10.035Z] --- SKIP: TestPause (0.00s) [2022-01-20T16:07:10.035Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-20T16:07:10.498Z] [2022-01-20T16:07:10.968Z] ---> 3f0a6f1caffe [2022-01-20T16:07:10.968Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2022-01-20T16:07:10.968Z] ---> Running in 6e331f30bb23 [2022-01-20T16:07:11.341Z] docker_api_swarm_service_test.go:533: [d1389f46f16ca] joining swarm manager [d3fde12083a8d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:07:11.602Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-20T16:07:11.602Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-20T16:07:11.602Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-20T16:07:11.863Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-20T16:07:12.436Z] docker_api_swarm_service_test.go:534: [de9c1663b79cd] joining swarm manager [d3fde12083a8d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:07:12.983Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.00s) [2022-01-20T16:07:12.983Z] === RUN TestPauseStopPausedContainer [2022-01-20T16:07:12.983Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:07:12.983Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-01-20T16:07:12.983Z] === RUN TestPsFilter [2022-01-20T16:07:13.446Z] --- PASS: TestPsFilter (0.29s) [2022-01-20T16:07:13.446Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-20T16:07:14.355Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-20T16:07:15.742Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-20T16:07:16.371Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.09s) [2022-01-20T16:07:16.371Z] === RUN TestRemoveContainerWithVolume [2022-01-20T16:07:18.287Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-20T16:07:19.297Z] --- PASS: TestRemoveContainerWithVolume (2.93s) [2022-01-20T16:07:19.297Z] === RUN TestRemoveContainerRunning [2022-01-20T16:07:19.670Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-20T16:07:19.670Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-20T16:07:19.670Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-20T16:07:19.795Z] --- PASS: TestBuildMultiStageOnBuild (14.85s) [2022-01-20T16:07:19.795Z] === RUN TestBuildUncleanTarFilenames [2022-01-20T16:07:19.795Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:07:19.795Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-01-20T16:07:19.795Z] === RUN TestBuildMultiStageLayerLeak [2022-01-20T16:07:22.212Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-20T16:07:22.473Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-20T16:07:22.733Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-20T16:07:23.063Z] --- PASS: TestRemoveContainerRunning (3.36s) [2022-01-20T16:07:23.063Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-20T16:07:23.674Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-20T16:07:24.616Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-20T16:07:25.561Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-20T16:07:25.989Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.07s) [2022-01-20T16:07:25.989Z] === RUN TestRemoveInvalidContainer [2022-01-20T16:07:25.989Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-01-20T16:07:25.989Z] === RUN TestRenameLinkedContainer [2022-01-20T16:07:25.989Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-20T16:07:25.989Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-01-20T16:07:25.989Z] === RUN TestRenameStoppedContainer [2022-01-20T16:07:26.131Z] === RUN TestDockerSuite/TestRmiTag [2022-01-20T16:07:26.392Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-20T16:07:26.962Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-20T16:07:29.015Z] --- PASS: TestRenameStoppedContainer (3.15s) [2022-01-20T16:07:29.015Z] === RUN TestRenameRunningContainerAndReuse [2022-01-20T16:07:29.544Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-20T16:07:29.804Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-20T16:07:30.746Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-20T16:07:30.746Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-20T16:07:31.687Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-20T16:07:32.233Z] Removing intermediate container 6e331f30bb23 [2022-01-20T16:07:32.233Z] ---> c66e93d7c5aa [2022-01-20T16:07:32.233Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-01-20T16:07:32.233Z] ---> Running in cf1208ac3b17 [2022-01-20T16:07:32.258Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-20T16:07:32.258Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-20T16:07:32.301Z] --- PASS: TestBuildMultiStageLayerLeak (12.13s) [2022-01-20T16:07:32.302Z] === RUN TestBuildWithHugeFile [2022-01-20T16:07:32.828Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-20T16:07:32.828Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-20T16:07:33.089Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-20T16:07:33.799Z] [2022-01-20T16:07:33.799Z] SUCCESS: Specified value was saved. [2022-01-20T16:07:34.477Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-20T16:07:34.746Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-20T16:07:35.008Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-01-20T16:07:35.271Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-20T16:07:35.842Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-01-20T16:07:36.137Z] --- PASS: TestRenameRunningContainerAndReuse (6.46s) [2022-01-20T16:07:36.137Z] === RUN TestRenameInvalidName [2022-01-20T16:07:36.751Z] Removing intermediate container cf1208ac3b17 [2022-01-20T16:07:36.751Z] ---> 887f79942325 [2022-01-20T16:07:36.751Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-01-20T16:07:36.751Z] ---> Running in 577a70773570 [2022-01-20T16:07:36.784Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-20T16:07:37.356Z] docker_api_swarm_service_test.go:148: [d8784e0b2f736] joining swarm manager [dd7eb70ba01c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:07:37.926Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-01-20T16:07:38.188Z] docker_api_swarm_service_test.go:148: [d80e2d3f52a3b] joining swarm manager [dd7eb70ba01c6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:07:38.333Z] --- PASS: TestRenameInvalidName (3.06s) [2022-01-20T16:07:38.333Z] === RUN TestRenameAnonymousContainer [2022-01-20T16:07:38.758Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-01-20T16:07:39.703Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-01-20T16:07:40.274Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-01-20T16:07:40.846Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-01-20T16:07:41.417Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-20T16:07:42.358Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-01-20T16:07:42.618Z] Cannot create a file when that file already exists. [2022-01-20T16:07:43.300Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-20T16:07:43.563Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-20T16:07:44.133Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-20T16:07:44.393Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-20T16:07:44.393Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-20T16:07:45.777Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-20T16:07:46.348Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-20T16:07:46.919Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-20T16:07:47.180Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-20T16:07:47.380Z] Removing intermediate container 577a70773570 [2022-01-20T16:07:47.380Z] ---> 4280e6a7fb49 [2022-01-20T16:07:47.380Z] Step 13/13 : CMD ["sh"] [2022-01-20T16:07:47.380Z] ---> Running in 05ebca081608 [2022-01-20T16:07:47.380Z] Removing intermediate container 05ebca081608 [2022-01-20T16:07:47.380Z] ---> 7ab4e19c781e [2022-01-20T16:07:47.380Z] Successfully built 7ab4e19c781e [2022-01-20T16:07:47.380Z] Successfully tagged busybox:latest [2022-01-20T16:07:47.380Z] INFO: Docker images of the daemon under test [2022-01-20T16:07:47.380Z] [2022-01-20T16:07:47.380Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-20T16:07:47.380Z] busybox latest 7ab4e19c781e 1 second ago 5.77GB [2022-01-20T16:07:47.380Z] microsoft/windowsservercore latest 60d6f56ecebd 2 days ago 5.75GB [2022-01-20T16:07:47.380Z] mcr.microsoft.com/windows/servercore ltsc2019 60d6f56ecebd 2 days ago 5.75GB [2022-01-20T16:07:47.380Z] [2022-01-20T16:07:47.380Z] INFO: Running integration tests at 01/20/2022 16:07:47... [2022-01-20T16:07:47.380Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-01-20T16:07:47.380Z] INFO: Integration API tests being run from the host: [2022-01-20T16:07:47.380Z] INFO: make.ps1 starting at 01/20/2022 16:07:47 [2022-01-20T16:07:47.751Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-20T16:07:47.751Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-20T16:07:48.322Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-20T16:07:48.368Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-01-20T16:07:48.892Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-20T16:07:49.462Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-20T16:07:49.722Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-20T16:07:50.293Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-20T16:07:50.293Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-20T16:07:50.554Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-20T16:07:50.554Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-01-20T16:07:50.769Z] --- PASS: TestRenameAnonymousContainer (12.11s) [2022-01-20T16:07:50.770Z] === RUN TestRenameContainerWithSameName [2022-01-20T16:07:51.494Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-20T16:07:51.755Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-20T16:07:52.345Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-20T16:07:52.923Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-20T16:07:52.923Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-20T16:07:53.184Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-20T16:07:53.701Z] --- PASS: TestRenameContainerWithSameName (3.25s) [2022-01-20T16:07:53.701Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-20T16:07:53.701Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-20T16:07:53.701Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-01-20T16:07:53.701Z] === RUN TestResize [2022-01-20T16:07:54.571Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-20T16:07:55.141Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-20T16:07:56.528Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-20T16:07:57.100Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-20T16:07:57.460Z] --- PASS: TestResize (3.13s) [2022-01-20T16:07:57.460Z] === RUN TestResizeWithInvalidSize [2022-01-20T16:07:57.671Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-20T16:07:57.933Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-20T16:07:58.503Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-01-20T16:07:58.763Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-20T16:07:59.703Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-20T16:08:00.384Z] --- PASS: TestResizeWithInvalidSize (3.03s) [2022-01-20T16:08:00.384Z] === RUN TestResizeWhenContainerNotStarted [2022-01-20T16:08:02.248Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-20T16:08:02.248Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-20T16:08:02.820Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-20T16:08:03.308Z] --- PASS: TestResizeWhenContainerNotStarted (3.04s) [2022-01-20T16:08:03.308Z] === RUN TestDaemonRestartKillContainers [2022-01-20T16:08:03.308Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:03.308Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-20T16:08:03.308Z] === RUN TestStats [2022-01-20T16:08:03.308Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-20T16:08:03.308Z] --- SKIP: TestStats (0.00s) [2022-01-20T16:08:03.308Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-20T16:08:04.733Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-20T16:08:05.677Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-20T16:08:07.062Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/api/server/httputils 0.018s coverage: 14.7% of statements [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/container [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/events [no test files] [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/image [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/network [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/api/types/time 0.010s coverage: 100.0% of statements [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 77.3% of statements [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/builder/remotecontext 0.093s coverage: 13.7% of statements [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/builder/dockerfile 0.206s coverage: 49.0% of statements [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/builder/remotecontext/git 1.224s coverage: 86.3% of statements [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/cli [no test files] [2022-01-20T16:08:08.290Z] ? github.com/docker/docker/cli/config [no test files] [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/cmd/docker-proxy 0.136s coverage: 69.3% of statements [2022-01-20T16:08:08.290Z] ok github.com/docker/docker/client 0.122s coverage: 75.6% of statements [2022-01-20T16:08:08.445Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-20T16:08:08.445Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-01-20T16:08:08.445Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-20T16:08:08.445Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-01-20T16:08:08.445Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-20T16:08:09.016Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-20T16:08:09.957Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-20T16:08:10.898Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-20T16:08:11.924Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.96s) [2022-01-20T16:08:11.924Z] === RUN TestStopContainerWithTimeout [2022-01-20T16:08:11.924Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-20T16:08:11.924Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-01-20T16:08:11.924Z] === RUN TestUpdateRestartPolicy [2022-01-20T16:08:12.286Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-20T16:08:12.874Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-20T16:08:13.814Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-20T16:08:14.075Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-01-20T16:08:14.075Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-01-20T16:08:14.075Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-01-20T16:08:14.075Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-20T16:08:14.647Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-01-20T16:08:16.034Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-20T16:08:16.034Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-20T16:08:16.606Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-20T16:08:17.549Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-01-20T16:08:18.121Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-01-20T16:08:18.692Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-20T16:08:18.692Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-20T16:08:18.951Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-20T16:08:19.238Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:08:19.238Z] INFO: Testing against a local daemon [2022-01-20T16:08:19.238Z] === RUN TestBuildWithSession [2022-01-20T16:08:19.238Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T16:08:19.238Z] --- SKIP: TestBuildWithSession (0.00s) [2022-01-20T16:08:19.238Z] === RUN TestBuildSquashParent [2022-01-20T16:08:19.238Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:19.238Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-01-20T16:08:19.238Z] === RUN TestBuildWithRemoveAndForceRemove [2022-01-20T16:08:19.238Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:08:19.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:08:19.238Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:08:19.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:08:19.238Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:08:19.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:08:19.238Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:08:19.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:08:19.238Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:08:19.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:08:19.238Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:08:19.238Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:08:19.238Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-01-20T16:08:19.238Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-01-20T16:08:19.238Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-01-20T16:08:19.238Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-01-20T16:08:19.521Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-20T16:08:20.094Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-20T16:08:20.665Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-20T16:08:20.926Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-20T16:08:21.498Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-20T16:08:22.070Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-20T16:08:22.330Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-20T16:08:22.330Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-20T16:08:22.900Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-20T16:08:23.469Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-20T16:08:24.410Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-20T16:08:24.671Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:08:24.671Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T16:08:24.671Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-20T16:08:27.216Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-20T16:08:27.477Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-20T16:08:31.805Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-01-20T16:08:31.805Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-01-20T16:08:37.262Z] --- PASS: TestUpdateRestartPolicy (24.14s) [2022-01-20T16:08:37.262Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-20T16:08:38.240Z] --- PASS: TestUpdateRestartWithAutoRemove (3.06s) [2022-01-20T16:08:38.240Z] === RUN TestWaitNonBlocked [2022-01-20T16:08:38.240Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:08:38.240Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:08:38.240Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:08:38.240Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:08:38.240Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:08:38.240Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:08:39.713Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-01-20T16:08:39.713Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-01-20T16:08:39.713Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-20T16:08:40.479Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-01-20T16:08:40.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.22s) [2022-01-20T16:08:40.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.40s) [2022-01-20T16:08:40.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.55s) [2022-01-20T16:08:40.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (13.72s) [2022-01-20T16:08:40.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.29s) [2022-01-20T16:08:40.479Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (8.71s) [2022-01-20T16:08:40.479Z] === RUN TestBuildMultiStageCopy [2022-01-20T16:08:40.479Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-01-20T16:08:40.657Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-01-20T16:08:40.657Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-01-20T16:08:40.657Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-20T16:08:40.657Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-20T16:08:41.229Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-20T16:08:42.961Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-01-20T16:08:42.961Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.72s) [2022-01-20T16:08:42.961Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.97s) [2022-01-20T16:08:42.961Z] === RUN TestWaitBlocked [2022-01-20T16:08:42.961Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:08:42.961Z] --- SKIP: TestWaitBlocked (0.00s) [2022-01-20T16:08:42.961Z] PASS [2022-01-20T16:08:42.961Z] ok github.com/docker/docker/integration/container 113.352s [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === Skipped [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-01-20T16:08:42.961Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-01-20T16:08:42.961Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-01-20T16:08:42.961Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-01-20T16:08:42.961Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-01-20T16:08:42.961Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-20T16:08:42.961Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-20T16:08:42.961Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-20T16:08:42.961Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-01-20T16:08:42.961Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-01-20T16:08:42.961Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.01s) [2022-01-20T16:08:42.961Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-01-20T16:08:42.961Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-01-20T16:08:42.961Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-01-20T16:08:42.961Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-01-20T16:08:42.961Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-01-20T16:08:42.961Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T16:08:42.961Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:08:42.961Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-20T16:08:42.961Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-20T16:08:42.961Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-01-20T16:08:42.961Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-20T16:08:42.961Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-01-20T16:08:42.961Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-01-20T16:08:42.961Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-01-20T16:08:42.961Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-01-20T16:08:42.961Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-01-20T16:08:42.961Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-01-20T16:08:42.961Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-01-20T16:08:42.961Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-01-20T16:08:42.961Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-01-20T16:08:42.961Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-01-20T16:08:42.961Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-01-20T16:08:42.961Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-01-20T16:08:42.961Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-01-20T16:08:42.961Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:08:42.961Z] [2022-01-20T16:08:42.961Z] DONE 87 tests, 34 skipped in 115.718s [2022-01-20T16:08:42.961Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-01-20T16:08:43.776Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-01-20T16:08:43.776Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-20T16:08:45.161Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-20T16:08:45.732Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-01-20T16:08:45.996Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-20T16:08:47.044Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 29.1% of statements [2022-01-20T16:08:47.044Z] ok github.com/docker/docker/container 0.113s coverage: 34.8% of statements [2022-01-20T16:08:47.044Z] ok github.com/docker/docker/cmd/dockerd/trap 2.537s coverage: 0.0% of statements [2022-01-20T16:08:47.044Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-01-20T16:08:47.044Z] ? github.com/docker/docker/container/stream [no test files] [2022-01-20T16:08:47.044Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-01-20T16:08:47.044Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-01-20T16:08:47.044Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-01-20T16:08:48.538Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-01-20T16:08:49.155Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-01-20T16:08:50.143Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-01-20T16:08:51.081Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-01-20T16:08:51.132Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-01-20T16:08:51.651Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-20T16:08:52.120Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-01-20T16:08:52.223Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-20T16:08:52.794Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-20T16:08:53.686Z] --- PASS: TestBuildMultiStageCopy (14.43s) [2022-01-20T16:08:53.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (9.72s) [2022-01-20T16:08:53.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.90s) [2022-01-20T16:08:53.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.07s) [2022-01-20T16:08:53.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.29s) [2022-01-20T16:08:53.686Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.44s) [2022-01-20T16:08:53.686Z] === RUN TestBuildMultiStageParentConfig [2022-01-20T16:08:53.736Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-20T16:08:53.736Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-20T16:08:53.737Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-01-20T16:08:53.737Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-20T16:08:54.677Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-20T16:08:55.183Z] ok github.com/docker/docker/daemon/cluster 0.054s coverage: 0.5% of statements [2022-01-20T16:08:55.183Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.011s coverage: 65.3% of statements [2022-01-20T16:08:55.618Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-20T16:08:56.188Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-01-20T16:08:56.567Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2022-01-20T16:08:56.640Z] --- PASS: TestBuildMultiStageParentConfig (2.72s) [2022-01-20T16:08:56.640Z] === RUN TestBuildLabelWithTargets [2022-01-20T16:08:56.640Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:08:56.640Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-01-20T16:08:56.640Z] === RUN TestBuildWithEmptyLayers [2022-01-20T16:08:56.760Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-20T16:08:56.760Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-20T16:08:57.020Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-20T16:08:58.207Z] --- PASS: TestBuildWithEmptyLayers (1.48s) [2022-01-20T16:08:58.207Z] === RUN TestBuildMultiStageOnBuild [2022-01-20T16:08:58.404Z] === RUN TestDockerSuite/TestRunMount [2022-01-20T16:09:00.316Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-01-20T16:09:03.147Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.433s coverage: 13.8% of statements [2022-01-20T16:09:03.620Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-20T16:09:04.089Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-01-20T16:09:04.157Z] === RUN TestConfigDaemonLibtrustID [2022-01-20T16:09:04.158Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-20T16:09:04.158Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-01-20T16:09:04.158Z] === RUN TestDaemonConfigValidation [2022-01-20T16:09:04.158Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-20T16:09:04.158Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-01-20T16:09:04.158Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-20T16:09:04.158Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-20T16:09:04.158Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-01-20T16:09:04.158Z] === RUN TestDaemonProxy [2022-01-20T16:09:04.158Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-20T16:09:04.158Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-20T16:09:04.158Z] PASS [2022-01-20T16:09:04.158Z] ok github.com/docker/docker/integration/daemon 0.098s [2022-01-20T16:09:04.158Z] [2022-01-20T16:09:04.158Z] === Skipped [2022-01-20T16:09:04.158Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-01-20T16:09:04.158Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-20T16:09:04.158Z] [2022-01-20T16:09:04.158Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-01-20T16:09:04.158Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-20T16:09:04.158Z] [2022-01-20T16:09:04.158Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-01-20T16:09:04.158Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-20T16:09:04.158Z] [2022-01-20T16:09:04.158Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-01-20T16:09:04.158Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-20T16:09:04.158Z] [2022-01-20T16:09:04.158Z] DONE 4 tests, 4 skipped in 21.162s [2022-01-20T16:09:04.158Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-01-20T16:09:04.190Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-20T16:09:04.349Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-01-20T16:09:04.450Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-01-20T16:09:04.710Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-20T16:09:04.920Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2022-01-20T16:09:05.650Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-20T16:09:05.705Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:05.705Z] INFO: Testing against a local daemon [2022-01-20T16:09:05.705Z] === RUN TestCommitInheritsEnv [2022-01-20T16:09:05.705Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:05.705Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-01-20T16:09:05.705Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-20T16:09:05.705Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-01-20T16:09:05.705Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T16:09:05.705Z] === RUN TestImagesFilterMultiReference [2022-01-20T16:09:05.705Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-01-20T16:09:05.705Z] === RUN TestImagePullPlatformInvalid [2022-01-20T16:09:05.705Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-01-20T16:09:05.705Z] === RUN TestRemoveImageOrphaning [2022-01-20T16:09:05.862Z] ok github.com/docker/docker/daemon 10.130s coverage: 17.1% of statements [2022-01-20T16:09:05.862Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-01-20T16:09:05.862Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-01-20T16:09:05.862Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-01-20T16:09:05.862Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-01-20T16:09:05.862Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.459s coverage: 74.6% of statements [2022-01-20T16:09:06.681Z] --- PASS: TestRemoveImageOrphaning (0.97s) [2022-01-20T16:09:06.681Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-20T16:09:06.681Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-01-20T16:09:06.681Z] === RUN TestTagInvalidReference [2022-01-20T16:09:06.681Z] --- PASS: TestTagInvalidReference (0.03s) [2022-01-20T16:09:06.681Z] === RUN TestTagValidPrefixedRepo [2022-01-20T16:09:06.681Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-01-20T16:09:06.681Z] === RUN TestTagExistedNameWithoutForce [2022-01-20T16:09:06.681Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-01-20T16:09:06.681Z] === RUN TestTagOfficialNames [2022-01-20T16:09:06.681Z] --- PASS: TestTagOfficialNames (0.07s) [2022-01-20T16:09:06.681Z] === RUN TestTagMatchesDigest [2022-01-20T16:09:06.681Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-01-20T16:09:06.681Z] PASS [2022-01-20T16:09:06.681Z] ok github.com/docker/docker/integration/image 1.403s [2022-01-20T16:09:06.681Z] [2022-01-20T16:09:06.681Z] === Skipped [2022-01-20T16:09:06.681Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-01-20T16:09:06.681Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:06.681Z] [2022-01-20T16:09:06.681Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T16:09:06.681Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-01-20T16:09:06.681Z] [2022-01-20T16:09:06.681Z] DONE 11 tests, 2 skipped in 3.078s [2022-01-20T16:09:06.681Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-01-20T16:09:07.267Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.435s coverage: 56.2% of statements [2022-01-20T16:09:07.564Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-20T16:09:08.652Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.018s coverage: 3.0% of statements [2022-01-20T16:09:08.877Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:08.877Z] INFO: Testing against a local daemon [2022-01-20T16:09:08.877Z] === RUN TestNetworkCreateDelete [2022-01-20T16:09:08.877Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:08.877Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestDockerNetworkDeletePreferID [2022-01-20T16:09:08.877Z] 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-01-20T16:09:08.877Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestDaemonDNSFallback [2022-01-20T16:09:08.877Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:08.877Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestInspectNetwork [2022-01-20T16:09:08.877Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:08.877Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestRunContainerWithBridgeNone [2022-01-20T16:09:08.877Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:08.877Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestNetworkInvalidJSON [2022-01-20T16:09:08.877Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-20T16:09:08.877Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-20T16:09:08.877Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:09:08.877Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:09:08.877Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:09:08.877Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:09:08.877Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-20T16:09:08.877Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:09:08.877Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:09:08.877Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-01-20T16:09:08.877Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-01-20T16:09:08.877Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-01-20T16:09:08.877Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestNetworkList [2022-01-20T16:09:08.877Z] === RUN TestNetworkList//networks [2022-01-20T16:09:08.877Z] === PAUSE TestNetworkList//networks [2022-01-20T16:09:08.877Z] === RUN TestNetworkList//networks/ [2022-01-20T16:09:08.877Z] === PAUSE TestNetworkList//networks/ [2022-01-20T16:09:08.877Z] === CONT TestNetworkList//networks [2022-01-20T16:09:08.877Z] === CONT TestNetworkList//networks/ [2022-01-20T16:09:08.877Z] --- PASS: TestNetworkList (0.03s) [2022-01-20T16:09:08.877Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-20T16:09:08.877Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestHostIPv4BridgeLabel [2022-01-20T16:09:08.877Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-20T16:09:08.877Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestDaemonDefaultNetworkPools [2022-01-20T16:09:08.877Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-20T16:09:08.877Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-20T16:09:08.877Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-20T16:09:08.877Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestServiceWithPredefinedNetwork [2022-01-20T16:09:08.877Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-20T16:09:08.877Z] service_test.go:243: FLAKY_TEST [2022-01-20T16:09:08.877Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestServiceWithDataPathPortInit [2022-01-20T16:09:08.877Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-01-20T16:09:08.877Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-20T16:09:08.877Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T16:09:08.877Z] PASS [2022-01-20T16:09:08.877Z] ok github.com/docker/docker/integration/network 0.137s [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === Skipped [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-01-20T16:09:08.877Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-01-20T16:09:08.877Z] 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-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-01-20T16:09:08.877Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-01-20T16:09:08.877Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-01-20T16:09:08.877Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-01-20T16:09:08.877Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:243: FLAKY_TEST [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T16:09:08.877Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-20T16:09:08.877Z] [2022-01-20T16:09:08.877Z] DONE 22 tests, 15 skipped in 2.108s [2022-01-20T16:09:08.877Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-01-20T16:09:09.474Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-20T16:09:09.854Z] testing: warning: no tests to run [2022-01-20T16:09:09.854Z] PASS [2022-01-20T16:09:09.854Z] ok github.com/docker/docker/integration/network/ipvlan 0.065s [2022-01-20T16:09:09.854Z] [2022-01-20T16:09:09.854Z] DONE 0 tests in 0.671s [2022-01-20T16:09:09.854Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-01-20T16:09:10.061Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.014s coverage: 1.8% of statements [2022-01-20T16:09:10.831Z] testing: warning: no tests to run [2022-01-20T16:09:10.831Z] PASS [2022-01-20T16:09:10.831Z] ok github.com/docker/docker/integration/network/macvlan 0.073s [2022-01-20T16:09:10.831Z] [2022-01-20T16:09:10.831Z] DONE 0 tests in 0.697s [2022-01-20T16:09:10.831Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-01-20T16:09:10.857Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-20T16:09:11.294Z] testing: warning: no tests to run [2022-01-20T16:09:11.294Z] PASS [2022-01-20T16:09:11.294Z] ok github.com/docker/docker/integration/plugin 0.063s [2022-01-20T16:09:11.294Z] [2022-01-20T16:09:11.294Z] DONE 0 tests in 0.684s [2022-01-20T16:09:11.294Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-01-20T16:09:11.465Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.277s coverage: 50.5% of statements [2022-01-20T16:09:11.725Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.500s coverage: 46.2% of statements [2022-01-20T16:09:11.725Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-01-20T16:09:12.241Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-20T16:09:12.273Z] testing: warning: no tests to run [2022-01-20T16:09:12.273Z] PASS [2022-01-20T16:09:12.273Z] ok github.com/docker/docker/integration/plugin/authz 0.076s [2022-01-20T16:09:12.273Z] [2022-01-20T16:09:12.273Z] DONE 0 tests in 0.712s [2022-01-20T16:09:12.273Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-01-20T16:09:13.110Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-01-20T16:09:13.186Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-20T16:09:13.371Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.626s coverage: 58.0% of statements [2022-01-20T16:09:13.371Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-01-20T16:09:13.371Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-01-20T16:09:13.942Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-01-20T16:09:14.127Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-20T16:09:14.127Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-20T16:09:14.514Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements [2022-01-20T16:09:14.698Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-20T16:09:15.269Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-20T16:09:15.456Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.7% of statements [2022-01-20T16:09:15.456Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-01-20T16:09:15.456Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-01-20T16:09:15.839Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-20T16:09:16.027Z] ok github.com/docker/docker/daemon/logger 0.228s coverage: 43.5% of statements [2022-01-20T16:09:16.029Z] --- PASS: TestBuildMultiStageOnBuild (17.75s) [2022-01-20T16:09:16.029Z] === RUN TestBuildUncleanTarFilenames [2022-01-20T16:09:16.029Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:16.029Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-01-20T16:09:16.029Z] === RUN TestBuildMultiStageLayerLeak [2022-01-20T16:09:16.409Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-20T16:09:16.969Z] ok github.com/docker/docker/daemon/logger/fluentd 0.005s coverage: 33.6% of statements [2022-01-20T16:09:16.969Z] ok github.com/docker/docker/daemon/logger/awslogs 0.152s coverage: 80.2% of statements [2022-01-20T16:09:16.969Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-01-20T16:09:17.012Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:17.012Z] INFO: Testing against a local daemon [2022-01-20T16:09:17.012Z] === RUN TestPluginInvalidJSON [2022-01-20T16:09:17.012Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:09:17.012Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:09:17.012Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:09:17.012Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-01-20T16:09:17.012Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-20T16:09:17.012Z] === RUN TestPluginInstall [2022-01-20T16:09:17.012Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-20T16:09:17.012Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-20T16:09:17.012Z] === RUN TestPluginsWithRuntimes [2022-01-20T16:09:17.012Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-20T16:09:17.012Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-20T16:09:17.012Z] === RUN TestPluginBackCompatMediaTypes [2022-01-20T16:09:17.012Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-20T16:09:17.012Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T16:09:17.012Z] PASS [2022-01-20T16:09:17.012Z] ok github.com/docker/docker/integration/plugin/common 0.104s [2022-01-20T16:09:17.475Z] [2022-01-20T16:09:17.475Z] === Skipped [2022-01-20T16:09:17.475Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-01-20T16:09:17.475Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-20T16:09:17.475Z] [2022-01-20T16:09:17.475Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-01-20T16:09:17.475Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-20T16:09:17.475Z] [2022-01-20T16:09:17.475Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T16:09:17.475Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-20T16:09:17.475Z] [2022-01-20T16:09:17.475Z] DONE 5 tests, 3 skipped in 5.008s [2022-01-20T16:09:17.475Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-01-20T16:09:17.540Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-01-20T16:09:17.540Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2022-01-20T16:09:17.795Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-20T16:09:18.111Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements [2022-01-20T16:09:18.372Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-01-20T16:09:18.944Z] ok github.com/docker/docker/daemon/logger/local 0.019s coverage: 78.7% of statements [2022-01-20T16:09:18.944Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-01-20T16:09:19.182Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-20T16:09:19.204Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.041s coverage: 58.9% of statements [2022-01-20T16:09:19.464Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2022-01-20T16:09:20.403Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:20.403Z] INFO: Testing against a local daemon [2022-01-20T16:09:20.403Z] === RUN TestExternalGraphDriver [2022-01-20T16:09:20.403Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-20T16:09:20.403Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-01-20T16:09:20.403Z] === RUN TestGraphdriverPluginV2 [2022-01-20T16:09:20.403Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-20T16:09:20.403Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-01-20T16:09:20.403Z] PASS [2022-01-20T16:09:20.403Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.105s [2022-01-20T16:09:20.403Z] [2022-01-20T16:09:20.403Z] === Skipped [2022-01-20T16:09:20.403Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-01-20T16:09:20.403Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-20T16:09:20.403Z] [2022-01-20T16:09:20.403Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-01-20T16:09:20.403Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-20T16:09:20.403Z] [2022-01-20T16:09:20.403Z] DONE 2 tests, 2 skipped in 2.994s [2022-01-20T16:09:20.403Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-01-20T16:09:20.405Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2022-01-20T16:09:20.666Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-01-20T16:09:21.238Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-01-20T16:09:21.731Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-20T16:09:22.007Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-20T16:09:22.007Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-01-20T16:09:22.180Z] ok github.com/docker/docker/daemon/logger/splunk 1.591s coverage: 82.5% of statements [2022-01-20T16:09:22.181Z] ? github.com/docker/docker/daemon/names [no test files] [2022-01-20T16:09:22.181Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-01-20T16:09:22.441Z] ok github.com/docker/docker/distribution 0.097s coverage: 26.4% of statements [2022-01-20T16:09:22.582Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-20T16:09:22.582Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-20T16:09:22.597Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:22.597Z] INFO: Testing against a local daemon [2022-01-20T16:09:22.597Z] === RUN TestReadPluginNoRead [2022-01-20T16:09:22.597Z] read_test.go:21: no unix domain sockets on Windows [2022-01-20T16:09:22.597Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-01-20T16:09:22.597Z] PASS [2022-01-20T16:09:22.597Z] ok github.com/docker/docker/integration/plugin/logging 0.079s [2022-01-20T16:09:22.597Z] [2022-01-20T16:09:22.597Z] === Skipped [2022-01-20T16:09:22.597Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-01-20T16:09:22.597Z] read_test.go:21: no unix domain sockets on Windows [2022-01-20T16:09:22.597Z] [2022-01-20T16:09:22.597Z] DONE 1 tests, 1 skipped in 2.097s [2022-01-20T16:09:22.597Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-01-20T16:09:23.013Z] ok github.com/docker/docker/distribution/metadata 0.036s coverage: 48.2% of statements [2022-01-20T16:09:23.013Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-01-20T16:09:23.248Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-20T16:09:23.510Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-20T16:09:23.510Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-20T16:09:23.585Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2022-01-20T16:09:23.759Z] testing: warning: no tests to run [2022-01-20T16:09:23.759Z] PASS [2022-01-20T16:09:23.759Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.068s [2022-01-20T16:09:23.759Z] [2022-01-20T16:09:23.759Z] DONE 0 tests in 1.076s [2022-01-20T16:09:23.759Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-01-20T16:09:24.081Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-20T16:09:24.156Z] ok github.com/docker/docker/image 0.014s coverage: 86.6% of statements [2022-01-20T16:09:24.726Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-01-20T16:09:24.987Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.7% of statements [2022-01-20T16:09:25.557Z] ok github.com/docker/docker/image/v1 0.007s coverage: 25.0% of statements [2022-01-20T16:09:25.557Z] ok github.com/docker/docker/distribution/xfer 1.907s coverage: 85.1% of statements [2022-01-20T16:09:25.557Z] ? github.com/docker/docker/dockerversion [no test files] [2022-01-20T16:09:25.557Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-01-20T16:09:25.957Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:25.957Z] INFO: Testing against a local daemon [2022-01-20T16:09:25.957Z] === RUN TestPluginWithDevMounts [2022-01-20T16:09:25.957Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:25.957Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-20T16:09:25.957Z] PASS [2022-01-20T16:09:25.957Z] ok github.com/docker/docker/integration/plugin/volumes 0.099s [2022-01-20T16:09:25.957Z] [2022-01-20T16:09:25.957Z] === Skipped [2022-01-20T16:09:25.957Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-01-20T16:09:25.957Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:25.957Z] [2022-01-20T16:09:25.957Z] DONE 1 tests, 1 skipped in 2.192s [2022-01-20T16:09:26.129Z] ok github.com/docker/docker/libcontainerd/queue 0.034s coverage: 100.0% of statements [2022-01-20T16:09:26.423Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-01-20T16:09:26.737Z] ok github.com/docker/docker/oci 0.009s coverage: 43.3% of statements [2022-01-20T16:09:27.307Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2022-01-20T16:09:27.568Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2022-01-20T16:09:27.972Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:27.972Z] INFO: Testing against a local daemon [2022-01-20T16:09:27.972Z] === RUN TestSecretInspect [2022-01-20T16:09:27.972Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] --- SKIP: TestSecretInspect (0.00s) [2022-01-20T16:09:27.972Z] === RUN TestSecretList [2022-01-20T16:09:27.972Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] --- SKIP: TestSecretList (0.00s) [2022-01-20T16:09:27.972Z] === RUN TestSecretsCreateAndDelete [2022-01-20T16:09:27.972Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-01-20T16:09:27.972Z] === RUN TestSecretsUpdate [2022-01-20T16:09:27.972Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-01-20T16:09:27.972Z] === RUN TestTemplatedSecret [2022-01-20T16:09:27.972Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-20T16:09:27.972Z] === RUN TestSecretCreateResolve [2022-01-20T16:09:27.972Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:27.972Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-01-20T16:09:27.972Z] PASS [2022-01-20T16:09:27.972Z] ok github.com/docker/docker/integration/secret 0.088s [2022-01-20T16:09:27.972Z] [2022-01-20T16:09:27.972Z] === Skipped [2022-01-20T16:09:27.972Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-01-20T16:09:27.972Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] [2022-01-20T16:09:27.972Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-01-20T16:09:27.972Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] [2022-01-20T16:09:27.972Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-01-20T16:09:27.972Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] [2022-01-20T16:09:27.972Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-01-20T16:09:27.972Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] [2022-01-20T16:09:27.972Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-01-20T16:09:27.972Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:27.972Z] [2022-01-20T16:09:27.972Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-01-20T16:09:27.972Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:27.972Z] [2022-01-20T16:09:27.972Z] DONE 6 tests, 6 skipped in 1.724s [2022-01-20T16:09:27.972Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-01-20T16:09:28.952Z] ok github.com/docker/docker/pkg/archive 0.294s coverage: 82.1% of statements [2022-01-20T16:09:29.361Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-01-20T16:09:29.361Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-01-20T16:09:29.361Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-01-20T16:09:29.361Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-20T16:09:29.892Z] ok github.com/docker/docker/pkg/authorization 0.214s coverage: 68.3% of statements [2022-01-20T16:09:29.892Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2022-01-20T16:09:29.892Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-01-20T16:09:29.932Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-01-20T16:09:30.876Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-20T16:09:30.913Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:30.913Z] INFO: Testing against a local daemon [2022-01-20T16:09:30.913Z] === RUN TestServiceCreateInit [2022-01-20T16:09:30.913Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-20T16:09:30.913Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-20T16:09:30.913Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- PASS: TestServiceCreateInit (0.05s) [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestCreateServiceMultipleTimes [2022-01-20T16:09:30.913Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-01-20T16:09:30.913Z] === RUN TestCreateServiceConflict [2022-01-20T16:09:30.913Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestCreateServiceMaxReplicas [2022-01-20T16:09:30.913Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-01-20T16:09:30.913Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-20T16:09:30.913Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestCreateServiceSecretFileMode [2022-01-20T16:09:30.913Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestCreateServiceConfigFileMode [2022-01-20T16:09:30.913Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestCreateServiceSysctls [2022-01-20T16:09:30.913Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-01-20T16:09:30.913Z] === RUN TestCreateServiceCapabilities [2022-01-20T16:09:30.913Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-01-20T16:09:30.913Z] === RUN TestInspect [2022-01-20T16:09:30.913Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestInspect (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestCreateJob [2022-01-20T16:09:30.913Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestCreateJob (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestReplicatedJob [2022-01-20T16:09:30.913Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestReplicatedJob (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestUpdateReplicatedJob [2022-01-20T16:09:30.913Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestServiceListWithStatuses [2022-01-20T16:09:30.913Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestDockerNetworkConnectAlias [2022-01-20T16:09:30.913Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestDockerNetworkReConnect [2022-01-20T16:09:30.913Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestServicePlugin [2022-01-20T16:09:30.913Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestServiceUpdateLabel [2022-01-20T16:09:30.913Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestServiceUpdateSecrets [2022-01-20T16:09:30.913Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestServiceUpdateConfigs [2022-01-20T16:09:30.913Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestServiceUpdateNetwork [2022-01-20T16:09:30.913Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-01-20T16:09:30.913Z] === RUN TestServiceUpdatePidsLimit [2022-01-20T16:09:30.913Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-01-20T16:09:30.913Z] PASS [2022-01-20T16:09:30.913Z] ok github.com/docker/docker/integration/service 0.231s [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === Skipped [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:09:30.913Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:09:30.913Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-01-20T16:09:30.913Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-01-20T16:09:30.913Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-01-20T16:09:30.913Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-20T16:09:30.913Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-01-20T16:09:30.913Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-01-20T16:09:30.913Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-01-20T16:09:30.913Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-01-20T16:09:30.913Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-01-20T16:09:30.913Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-01-20T16:09:30.913Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-01-20T16:09:30.913Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.913Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-01-20T16:09:30.913Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.913Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-01-20T16:09:30.914Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-01-20T16:09:30.914Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-01-20T16:09:30.914Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-01-20T16:09:30.914Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-01-20T16:09:30.914Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-01-20T16:09:30.914Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-01-20T16:09:30.914Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-01-20T16:09:30.914Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-01-20T16:09:30.914Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:30.914Z] [2022-01-20T16:09:30.914Z] DONE 24 tests, 23 skipped in 2.605s [2022-01-20T16:09:30.914Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-01-20T16:09:31.095Z] --- PASS: TestBuildMultiStageLayerLeak (15.59s) [2022-01-20T16:09:31.095Z] === RUN TestBuildWithHugeFile [2022-01-20T16:09:32.262Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-20T16:09:32.474Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:32.474Z] INFO: Testing against a local daemon [2022-01-20T16:09:32.474Z] === RUN TestSessionCreate [2022-01-20T16:09:32.474Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:32.474Z] --- SKIP: TestSessionCreate (0.00s) [2022-01-20T16:09:32.474Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-20T16:09:32.474Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:32.474Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-01-20T16:09:32.474Z] PASS [2022-01-20T16:09:32.474Z] ok github.com/docker/docker/integration/session 0.079s [2022-01-20T16:09:32.474Z] [2022-01-20T16:09:32.474Z] === Skipped [2022-01-20T16:09:32.474Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-01-20T16:09:32.474Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:32.474Z] [2022-01-20T16:09:32.474Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-01-20T16:09:32.474Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:32.474Z] [2022-01-20T16:09:32.474Z] DONE 2 tests, 2 skipped in 1.646s [2022-01-20T16:09:32.474Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-01-20T16:09:32.834Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-01-20T16:09:33.195Z] ok github.com/docker/docker/pkg/chrootarchive 2.465s coverage: 43.5% of statements [2022-01-20T16:09:33.195Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2022-01-20T16:09:33.195Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-01-20T16:09:33.405Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-01-20T16:09:33.405Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-20T16:09:33.977Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-20T16:09:34.134Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-01-20T16:09:34.134Z] ok github.com/docker/docker/layer 7.108s coverage: 68.8% of statements [2022-01-20T16:09:34.134Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-01-20T16:09:34.134Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-01-20T16:09:34.134Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-01-20T16:09:34.134Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-01-20T16:09:34.134Z] ? github.com/docker/docker/oci/caps [no test files] [2022-01-20T16:09:34.134Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2022-01-20T16:09:34.134Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-01-20T16:09:34.238Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-20T16:09:34.395Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 84.8% of statements [2022-01-20T16:09:34.656Z] ok github.com/docker/docker/pkg/fsutils 0.136s coverage: 85.1% of statements [2022-01-20T16:09:34.656Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2022-01-20T16:09:34.671Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:34.671Z] INFO: Testing against a local daemon [2022-01-20T16:09:34.671Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-20T16:09:34.671Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:34.671Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestDiskUsage [2022-01-20T16:09:34.671Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-20T16:09:34.671Z] --- SKIP: TestDiskUsage (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestEventsExecDie [2022-01-20T16:09:34.671Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-20T16:09:34.671Z] --- SKIP: TestEventsExecDie (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestEventsBackwardsCompatible [2022-01-20T16:09:34.671Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-20T16:09:34.671Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestEventsVolumeCreate [2022-01-20T16:09:34.671Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-20T16:09:34.671Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestInfoAPI [2022-01-20T16:09:34.671Z] --- PASS: TestInfoAPI (0.04s) [2022-01-20T16:09:34.671Z] === RUN TestInfoAPIWarnings [2022-01-20T16:09:34.671Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:34.671Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestInfoDebug [2022-01-20T16:09:34.671Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:09:34.671Z] --- SKIP: TestInfoDebug (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestInfoInsecureRegistries [2022-01-20T16:09:34.671Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:09:34.671Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestInfoRegistryMirrors [2022-01-20T16:09:34.671Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:09:34.671Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-01-20T16:09:34.671Z] === RUN TestLoginFailsWithBadCredentials [2022-01-20T16:09:34.809Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-20T16:09:35.069Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:09:35.069Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-01-20T16:09:35.069Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-20T16:09:35.134Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2022-01-20T16:09:35.134Z] === RUN TestPingCacheHeaders [2022-01-20T16:09:35.134Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-01-20T16:09:35.134Z] === RUN TestPingGet [2022-01-20T16:09:35.597Z] ok github.com/docker/docker/pkg/idtools 0.469s coverage: 69.5% of statements [2022-01-20T16:09:35.597Z] --- PASS: TestPingGet (0.03s) [2022-01-20T16:09:35.597Z] === RUN TestPingHead [2022-01-20T16:09:35.597Z] --- PASS: TestPingHead (0.03s) [2022-01-20T16:09:35.597Z] === RUN TestVersion [2022-01-20T16:09:35.597Z] --- PASS: TestVersion (0.03s) [2022-01-20T16:09:35.597Z] PASS [2022-01-20T16:09:35.597Z] ok github.com/docker/docker/integration/system 1.196s [2022-01-20T16:09:35.597Z] [2022-01-20T16:09:35.597Z] === Skipped [2022-01-20T16:09:35.597Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:09:35.597Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:35.597Z] [2022-01-20T16:09:35.597Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-01-20T16:09:35.597Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-20T16:09:35.597Z] [2022-01-20T16:09:35.597Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-01-20T16:09:35.597Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-20T16:09:35.597Z] [2022-01-20T16:09:35.597Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-01-20T16:09:35.597Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-20T16:09:35.597Z] [2022-01-20T16:09:35.598Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-01-20T16:09:35.598Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-20T16:09:35.598Z] [2022-01-20T16:09:35.598Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-01-20T16:09:35.598Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:35.598Z] [2022-01-20T16:09:35.598Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-01-20T16:09:35.598Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:09:35.598Z] [2022-01-20T16:09:35.598Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-01-20T16:09:35.598Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:09:35.598Z] [2022-01-20T16:09:35.598Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-01-20T16:09:35.598Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:09:35.598Z] [2022-01-20T16:09:35.598Z] DONE 15 tests, 9 skipped in 2.899s [2022-01-20T16:09:35.598Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-01-20T16:09:35.641Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-20T16:09:35.858Z] ok github.com/docker/docker/pkg/ioutils 0.455s coverage: 71.5% of statements [2022-01-20T16:09:36.119Z] ok github.com/docker/docker/pkg/jsonmessage 0.010s coverage: 91.7% of statements [2022-01-20T16:09:36.119Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-01-20T16:09:36.119Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-01-20T16:09:36.119Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-01-20T16:09:36.119Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-01-20T16:09:36.212Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-20T16:09:36.212Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-01-20T16:09:36.212Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-20T16:09:36.380Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-01-20T16:09:36.380Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2022-01-20T16:09:36.380Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-01-20T16:09:36.641Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2022-01-20T16:09:36.783Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-01-20T16:09:36.783Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-01-20T16:09:36.901Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2022-01-20T16:09:36.901Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2022-01-20T16:09:36.901Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-01-20T16:09:36.901Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-01-20T16:09:37.478Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.015s coverage: 56.8% of statements [2022-01-20T16:09:37.793Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:37.793Z] INFO: Testing against a local daemon [2022-01-20T16:09:37.793Z] === RUN TestVolumesCreateAndList [2022-01-20T16:09:37.793Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-01-20T16:09:37.793Z] === RUN TestVolumesRemove [2022-01-20T16:09:37.793Z] --- PASS: TestVolumesRemove (0.13s) [2022-01-20T16:09:37.793Z] === RUN TestVolumesInspect [2022-01-20T16:09:37.793Z] --- PASS: TestVolumesInspect (0.04s) [2022-01-20T16:09:37.793Z] === RUN TestVolumesInvalidJSON [2022-01-20T16:09:37.793Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-20T16:09:37.793Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-20T16:09:37.793Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-20T16:09:37.793Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-01-20T16:09:37.793Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-20T16:09:37.793Z] PASS [2022-01-20T16:09:37.793Z] ok github.com/docker/docker/integration/volume 0.298s [2022-01-20T16:09:37.793Z] [2022-01-20T16:09:37.793Z] DONE 5 tests in 2.115s [2022-01-20T16:09:37.793Z] INFO: make.ps1 ended at 01/20/2022 16:09:37 [2022-01-20T16:09:37.793Z] INFO: Integration CLI tests being run from the host: [2022-01-20T16:09:37.793Z] 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-01-20T16:09:38.048Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-01-20T16:09:38.048Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2022-01-20T16:09:38.168Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-20T16:09:38.168Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-01-20T16:09:38.168Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-20T16:09:38.309Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-01-20T16:09:39.696Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2022-01-20T16:09:39.696Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2022-01-20T16:09:39.957Z] ok github.com/docker/docker/pkg/stack 0.002s coverage: 90.9% of statements [2022-01-20T16:09:39.957Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-01-20T16:09:40.218Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-01-20T16:09:40.478Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-01-20T16:09:40.711Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-01-20T16:09:40.711Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-20T16:09:40.738Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 51.2% of statements [2022-01-20T16:09:41.309Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2022-01-20T16:09:41.569Z] ok github.com/docker/docker/pkg/tailfile 0.050s coverage: 88.6% of statements [2022-01-20T16:09:41.655Z] === RUN TestDockerSuite/TestRunRm [2022-01-20T16:09:41.830Z] ok github.com/docker/docker/pkg/tarsum 0.038s coverage: 89.3% of statements [2022-01-20T16:09:42.090Z] coverage: [no statements] [2022-01-20T16:09:42.090Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2022-01-20T16:09:42.226Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-20T16:09:42.350Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-01-20T16:09:42.350Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-01-20T16:09:42.611Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-01-20T16:09:43.994Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-01-20T16:09:44.230Z] --- PASS: TestBuildWithHugeFile (123.83s) [2022-01-20T16:09:44.230Z] === RUN TestBuildWCOWSandboxSize [2022-01-20T16:09:44.230Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T16:09:44.230Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestBuildWithEmptyDockerfile [2022-01-20T16:09:44.230Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:09:44.230Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:09:44.230Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:09:44.230Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:09:44.230Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:09:44.230Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:09:44.230Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:09:44.230Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:09:44.230Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:09:44.230Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-01-20T16:09:44.230Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-01-20T16:09:44.230Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-01-20T16:09:44.230Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-01-20T16:09:44.230Z] === RUN TestBuildPreserveOwnership [2022-01-20T16:09:44.230Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:44.230Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestBuildPlatformInvalid [2022-01-20T16:09:44.230Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-01-20T16:09:44.230Z] PASS [2022-01-20T16:09:44.230Z] ok github.com/docker/docker/integration/build 195.573s [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === Skipped [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-01-20T16:09:44.230Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-01-20T16:09:44.230Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-01-20T16:09:44.230Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-01-20T16:09:44.230Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-01-20T16:09:44.230Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-01-20T16:09:44.230Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] DONE 29 tests, 6 skipped in 227.030s [2022-01-20T16:09:44.230Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-01-20T16:09:44.230Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:44.230Z] INFO: Testing against a local daemon [2022-01-20T16:09:44.230Z] === RUN TestConfigInspect [2022-01-20T16:09:44.230Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] --- SKIP: TestConfigInspect (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestConfigList [2022-01-20T16:09:44.230Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] --- SKIP: TestConfigList (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestConfigsCreateAndDelete [2022-01-20T16:09:44.230Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestConfigsUpdate [2022-01-20T16:09:44.230Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestTemplatedConfig [2022-01-20T16:09:44.230Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestConfigCreateResolve [2022-01-20T16:09:44.230Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:44.230Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-01-20T16:09:44.230Z] PASS [2022-01-20T16:09:44.230Z] ok github.com/docker/docker/integration/config 0.115s [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === Skipped [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-01-20T16:09:44.230Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-01-20T16:09:44.230Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-01-20T16:09:44.230Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-01-20T16:09:44.230Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-01-20T16:09:44.230Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-01-20T16:09:44.230Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:44.230Z] [2022-01-20T16:09:44.230Z] DONE 6 tests, 6 skipped in 2.227s [2022-01-20T16:09:44.230Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-01-20T16:09:44.230Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:44.230Z] INFO: Testing against a local daemon [2022-01-20T16:09:44.230Z] === RUN TestCheckpoint [2022-01-20T16:09:44.230Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T16:09:44.230Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestContainerInvalidJSON [2022-01-20T16:09:44.230Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:09:44.230Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:09:44.230Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:09:44.230Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:09:44.230Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:09:44.230Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:09:44.230Z] --- PASS: TestContainerInvalidJSON (0.03s) [2022-01-20T16:09:44.230Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-01-20T16:09:44.230Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-01-20T16:09:44.230Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-20T16:09:44.230Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2022-01-20T16:09:44.230Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-20T16:09:44.230Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.25s) [2022-01-20T16:09:44.230Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-20T16:09:44.230Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.26s) [2022-01-20T16:09:44.230Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-20T16:09:44.230Z] --- PASS: TestCopyToContainerPathIsNotDir (0.26s) [2022-01-20T16:09:44.230Z] === RUN TestCopyFromContainer [2022-01-20T16:09:44.230Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-20T16:09:44.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:09:44.230Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:09:44.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:09:44.230Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:09:44.230Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:09:44.230Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:09:44.230Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:09:44.230Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:09:44.230Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:09:44.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-01-20T16:09:44.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-01-20T16:09:44.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-01-20T16:09:44.230Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-20T16:09:44.230Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-20T16:09:44.230Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestCreateWithInvalidEnv [2022-01-20T16:09:44.230Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-20T16:09:44.230Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-20T16:09:44.230Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-20T16:09:44.230Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-20T16:09:44.230Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-20T16:09:44.230Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-20T16:09:44.230Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-20T16:09:44.230Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-20T16:09:44.230Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-20T16:09:44.230Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-01-20T16:09:44.230Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-20T16:09:44.230Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-20T16:09:44.230Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestCreateTmpfsMountsTarget [2022-01-20T16:09:44.230Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.230Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-20T16:09:44.230Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:44.230Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-20T16:09:44.230Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:09:44.230Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-20T16:09:44.230Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-20T16:09:44.230Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:09:44.231Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:09:44.231Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:09:44.231Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:09:44.231Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:09:44.231Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:09:44.231Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:09:44.231Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:09:44.231Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:09:44.231Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:09:44.231Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:09:44.231Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:09:44.231Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:09:44.231Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:09:44.231Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:09:44.231Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-01-20T16:09:44.231Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-20T16:09:44.231Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-20T16:09:44.231Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-20T16:09:44.231Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-20T16:09:44.231Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2022-01-20T16:09:44.231Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-20T16:09:44.231Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-20T16:09:44.231Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-20T16:09:44.231Z] === RUN TestCreateDifferentPlatform [2022-01-20T16:09:44.231Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-20T16:09:44.231Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-20T16:09:44.231Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-01-20T16:09:44.231Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-20T16:09:44.231Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-20T16:09:44.231Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-20T16:09:44.231Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2022-01-20T16:09:44.231Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-20T16:09:44.231Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-20T16:09:44.231Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-20T16:09:44.231Z] === RUN TestContainerKillOnDaemonStart [2022-01-20T16:09:44.231Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:44.231Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-20T16:09:44.231Z] === RUN TestDiff [2022-01-20T16:09:44.231Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:44.231Z] --- SKIP: TestDiff (0.00s) [2022-01-20T16:09:44.231Z] === RUN TestExecWithCloseStdin [2022-01-20T16:09:44.565Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-01-20T16:09:44.825Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 86.0% of statements [2022-01-20T16:09:45.766Z] ok github.com/docker/docker/quota 0.255s coverage: 71.4% of statements [2022-01-20T16:09:45.824Z] --- PASS: TestExecWithCloseStdin (2.69s) [2022-01-20T16:09:45.824Z] === RUN TestExec [2022-01-20T16:09:46.027Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-01-20T16:09:46.442Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-20T16:09:46.442Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-20T16:09:46.442Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-01-20T16:09:46.969Z] ok github.com/docker/docker/registry 0.038s coverage: 58.3% of statements [2022-01-20T16:09:47.244Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2022-01-20T16:09:47.505Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-01-20T16:09:47.766Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-01-20T16:09:47.826Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-01-20T16:09:48.026Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-01-20T16:09:48.190Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:09:48.190Z] INFO: Testing against a local daemon [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-20T16:09:48.190Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-20T16:09:48.190Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-20T16:09:48.190Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-20T16:09:48.397Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-01-20T16:09:48.654Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-20T16:09:48.788Z] --- PASS: TestExec (2.58s) [2022-01-20T16:09:48.788Z] === RUN TestExecUser [2022-01-20T16:09:48.788Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-20T16:09:48.788Z] --- SKIP: TestExecUser (0.00s) [2022-01-20T16:09:48.788Z] === RUN TestExportContainerAndImportImage [2022-01-20T16:09:48.788Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:48.788Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-01-20T16:09:48.788Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-20T16:09:48.788Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:48.788Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-01-20T16:09:48.788Z] === RUN TestHealthCheckWorkdir [2022-01-20T16:09:48.788Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:48.788Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-01-20T16:09:48.788Z] === RUN TestHealthKillContainer [2022-01-20T16:09:48.788Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-20T16:09:48.788Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-01-20T16:09:48.788Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-20T16:09:48.788Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T16:09:48.788Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T16:09:48.788Z] === RUN TestKillContainerInvalidSignal [2022-01-20T16:09:49.117Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-20T16:09:49.580Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-20T16:09:50.570Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-01-20T16:09:50.830Z] ok github.com/docker/docker/volume/local 0.086s coverage: 76.4% of statements [2022-01-20T16:09:50.940Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-01-20T16:09:51.002Z] --- PASS: TestKillContainerInvalidSignal (2.40s) [2022-01-20T16:09:51.002Z] === RUN TestKillContainer [2022-01-20T16:09:51.002Z] === RUN TestKillContainer/no_signal [2022-01-20T16:09:51.400Z] ok github.com/docker/docker/volume/mounts 0.008s coverage: 67.7% of statements [2022-01-20T16:09:52.341Z] ok github.com/docker/docker/volume/service 0.012s coverage: 72.3% of statements [2022-01-20T16:09:53.216Z] === RUN TestKillContainer/non_killing_signal [2022-01-20T16:09:53.216Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-20T16:09:53.216Z] === RUN TestKillContainer/killing_signal [2022-01-20T16:09:53.484Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-01-20T16:09:53.484Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-01-20T16:09:53.744Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-01-20T16:09:54.314Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-01-20T16:09:54.887Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-01-20T16:09:55.460Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-01-20T16:09:56.173Z] --- PASS: TestKillContainer (5.15s) [2022-01-20T16:09:56.173Z] --- PASS: TestKillContainer/no_signal (2.32s) [2022-01-20T16:09:56.173Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:09:56.173Z] --- PASS: TestKillContainer/killing_signal (2.78s) [2022-01-20T16:09:56.173Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-20T16:09:56.173Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:09:56.173Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-20T16:09:56.173Z] === RUN TestKillStoppedContainer [2022-01-20T16:09:56.173Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:09:56.173Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-01-20T16:09:56.173Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-20T16:09:56.173Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:09:56.173Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-20T16:09:56.173Z] === RUN TestKillDifferentUserContainer [2022-01-20T16:09:56.173Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-20T16:09:56.173Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-01-20T16:09:56.173Z] === RUN TestInspectOomKilledTrue [2022-01-20T16:09:56.173Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:09:56.173Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-20T16:09:56.173Z] === RUN TestInspectOomKilledFalse [2022-01-20T16:09:56.173Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T16:09:56.173Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-20T16:09:56.173Z] === RUN TestLogsFollowTailEmpty [2022-01-20T16:09:56.399Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-01-20T16:09:56.399Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-01-20T16:09:56.660Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-01-20T16:09:57.231Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-20T16:09:57.803Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-20T16:09:58.568Z] --- PASS: TestLogsFollowTailEmpty (2.33s) [2022-01-20T16:09:58.568Z] === RUN TestNetworkNat [2022-01-20T16:09:58.568Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-20T16:09:58.568Z] --- SKIP: TestNetworkNat (0.00s) [2022-01-20T16:09:58.568Z] === RUN TestNetworkLocalhostTCPNat [2022-01-20T16:09:58.747Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-20T16:09:59.316Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-01-20T16:10:00.788Z] --- PASS: TestNetworkLocalhostTCPNat (2.66s) [2022-01-20T16:10:00.788Z] === RUN TestNetworkLoopbackNat [2022-01-20T16:10:00.788Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-20T16:10:00.788Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-01-20T16:10:00.788Z] === RUN TestPause [2022-01-20T16:10:00.788Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-20T16:10:00.788Z] --- SKIP: TestPause (0.00s) [2022-01-20T16:10:00.788Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-20T16:10:01.226Z] === RUN TestDockerSuite/TestRunState [2022-01-20T16:10:01.487Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-01-20T16:10:02.430Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-20T16:10:03.002Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-20T16:10:03.740Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.33s) [2022-01-20T16:10:03.740Z] === RUN TestPauseStopPausedContainer [2022-01-20T16:10:03.740Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:10:03.740Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-01-20T16:10:03.740Z] === RUN TestPsFilter [2022-01-20T16:10:03.740Z] --- PASS: TestPsFilter (0.36s) [2022-01-20T16:10:03.740Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-20T16:10:03.944Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-20T16:10:03.944Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-01-20T16:10:03.944Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-01-20T16:10:03.944Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-20T16:10:04.514Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-01-20T16:10:04.514Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-20T16:10:05.085Z] === RUN TestDockerSuite/TestRunSysctls [2022-01-20T16:10:06.492Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-20T16:10:06.492Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-20T16:10:06.492Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-20T16:10:06.706Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.99s) [2022-01-20T16:10:06.706Z] === RUN TestRemoveContainerWithVolume [2022-01-20T16:10:07.062Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-01-20T16:10:07.324Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-01-20T16:10:08.711Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-01-20T16:10:09.653Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-01-20T16:10:09.664Z] --- PASS: TestRemoveContainerWithVolume (3.00s) [2022-01-20T16:10:09.664Z] === RUN TestRemoveContainerRunning [2022-01-20T16:10:10.594Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-01-20T16:10:11.164Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-01-20T16:10:12.629Z] --- PASS: TestRemoveContainerRunning (2.51s) [2022-01-20T16:10:12.629Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-20T16:10:13.076Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-01-20T16:10:14.016Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-20T16:10:14.292Z] ok github.com/docker/docker/pkg/plugins 33.645s coverage: 76.3% of statements [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/pkg/term [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/rootless [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/testutil/request [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/volume [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-01-20T16:10:14.292Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === Skipped [2022-01-20T16:10:14.292Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-01-20T16:10:14.292Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-01-20T16:10:14.292Z] network_proxy_test.go:208: No support for dual stack yet [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-01-20T16:10:14.292Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-01-20T16:10:14.292Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-01-20T16:10:14.292Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.292Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-01-20T16:10:14.292Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.292Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-01-20T16:10:14.292Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.292Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-01-20T16:10:14.292Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.292Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.292Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-01-20T16:10:14.292Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.292Z] graphtest_unix.go:44: Driver btrfs not supported [2022-01-20T16:10:14.292Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:71: No driver to put! [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-01-20T16:10:14.293Z] time="2022-01-20T16:09:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-01-20T16:10:14.293Z] time="2022-01-20T16:09:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-01-20T16:10:14.293Z] time="2022-01-20T16:09:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-01-20T16:10:14.293Z] time="2022-01-20T16:09:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-01-20T16:10:14.293Z] time="2022-01-20T16:09:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:71: No driver to put! [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-01-20T16:10:14.293Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-01-20T16:10:14.293Z] overlay_test.go:50: Fails to compute changes intermittently [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-01-20T16:10:14.293Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-01-20T16:10:14.293Z] graphtest_unix.go:44: Driver zfs not supported [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-01-20T16:10:14.293Z] graphtest_unix.go:71: No driver to put! [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-01-20T16:10:14.293Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-01-20T16:10:14.293Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-01-20T16:10:14.293Z] [2022-01-20T16:10:14.293Z] DONE 2312 tests, 28 skipped in 220.646s [2022-01-20T16:10:14.293Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/bitseq [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cluster [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/config [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/datastore [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/diagnostic [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/discoverapi [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/driverapi [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/host [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/null [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/remote [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/windows [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/drvregistry [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/etchosts [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/idm [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/internal/caller [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipam [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipamapi [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipams/null [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipams/remote [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ipamutils [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/iptables [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/netlabel [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/netutils [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/networkdb [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/ns [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/options [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/osl [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/osl/kernel [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/portallocator [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/portmapper [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/resolvconf [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/testutils [2022-01-20T16:10:14.293Z] github.com/docker/docker/libnetwork/types' ']' [2022-01-20T16:10:14.293Z] + 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-01-20T16:10:14.844Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.39s) [2022-01-20T16:10:14.844Z] === RUN TestRemoveInvalidContainer [2022-01-20T16:10:14.844Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-01-20T16:10:14.844Z] === RUN TestRenameLinkedContainer [2022-01-20T16:10:14.844Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-20T16:10:14.844Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-01-20T16:10:14.844Z] === RUN TestRenameStoppedContainer [2022-01-20T16:10:15.927Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-01-20T16:10:16.868Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-20T16:10:17.128Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-20T16:10:17.703Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-20T16:10:17.799Z] --- PASS: TestRenameStoppedContainer (3.00s) [2022-01-20T16:10:17.799Z] === RUN TestRenameRunningContainerAndReuse [2022-01-20T16:10:18.645Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-20T16:10:20.027Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-20T16:10:20.973Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-20T16:10:21.913Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-01-20T16:10:21.913Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-20T16:10:21.913Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-20T16:10:21.913Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-20T16:10:22.485Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-20T16:10:22.561Z] --- PASS: TestRenameRunningContainerAndReuse (4.77s) [2022-01-20T16:10:22.561Z] === RUN TestRenameInvalidName [2022-01-20T16:10:23.057Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-20T16:10:23.628Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-01-20T16:10:23.628Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-01-20T16:10:23.628Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-20T16:10:23.890Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-20T16:10:24.463Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-20T16:10:24.780Z] --- PASS: TestRenameInvalidName (2.45s) [2022-01-20T16:10:24.780Z] === RUN TestRenameAnonymousContainer [2022-01-20T16:10:27.768Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-01-20T16:10:27.768Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-20T16:10:27.768Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-20T16:10:28.710Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-20T16:10:30.625Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-20T16:10:31.195Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-20T16:10:32.579Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-20T16:10:34.488Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-20T16:10:34.748Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-20T16:10:34.748Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-01-20T16:10:34.748Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-20T16:10:34.748Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-01-20T16:10:34.748Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-01-20T16:10:34.748Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-01-20T16:10:34.748Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-20T16:10:34.748Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-01-20T16:10:34.748Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-01-20T16:10:34.748Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-01-20T16:10:35.318Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-01-20T16:10:35.890Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-01-20T16:10:36.831Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-01-20T16:10:37.091Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-01-20T16:10:37.280Z] --- PASS: TestRenameAnonymousContainer (10.67s) [2022-01-20T16:10:37.280Z] === RUN TestRenameContainerWithSameName [2022-01-20T16:10:37.660Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-20T16:10:37.660Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-01-20T16:10:37.751Z] --- PASS: TestRenameContainerWithSameName (2.49s) [2022-01-20T16:10:37.751Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-20T16:10:37.751Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-20T16:10:37.751Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-01-20T16:10:37.751Z] === RUN TestResize [2022-01-20T16:10:37.920Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-01-20T16:10:37.921Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-01-20T16:10:37.921Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-01-20T16:10:38.181Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-20T16:10:38.181Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-01-20T16:10:38.181Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-01-20T16:10:38.181Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-01-20T16:10:38.181Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-01-20T16:10:38.181Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-01-20T16:10:38.181Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-01-20T16:10:38.181Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-01-20T16:10:38.181Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-01-20T16:10:38.181Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-01-20T16:10:38.181Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-01-20T16:10:38.181Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-01-20T16:10:38.442Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-01-20T16:10:39.012Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-01-20T16:10:39.012Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-01-20T16:10:39.586Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-20T16:10:39.847Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-20T16:10:40.724Z] --- PASS: TestResize (2.46s) [2022-01-20T16:10:40.724Z] === RUN TestResizeWithInvalidSize [2022-01-20T16:10:40.788Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-01-20T16:10:40.788Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-20T16:10:40.788Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-01-20T16:10:41.049Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-01-20T16:10:41.620Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-01-20T16:10:41.620Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-20T16:10:41.620Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-20T16:10:42.192Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-20T16:10:42.944Z] --- PASS: TestResizeWithInvalidSize (2.40s) [2022-01-20T16:10:42.944Z] === RUN TestResizeWhenContainerNotStarted [2022-01-20T16:10:43.717Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-01-20T16:10:43.717Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-01-20T16:10:43.978Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-01-20T16:10:43.978Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-01-20T16:10:43.978Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-20T16:10:44.549Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-20T16:10:44.549Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-20T16:10:45.942Z] --- PASS: TestResizeWhenContainerNotStarted (3.06s) [2022-01-20T16:10:45.942Z] === RUN TestDaemonRestartKillContainers [2022-01-20T16:10:45.942Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:10:45.942Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-20T16:10:45.942Z] === RUN TestStats [2022-01-20T16:10:45.942Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-20T16:10:45.942Z] --- SKIP: TestStats (0.00s) [2022-01-20T16:10:45.942Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-20T16:10:45.955Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-20T16:10:46.219Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-01-20T16:10:47.602Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-01-20T16:10:47.862Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-20T16:10:48.433Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-20T16:10:48.433Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-20T16:10:48.433Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-20T16:10:49.375Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-01-20T16:10:50.316Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-01-20T16:10:50.576Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-01-20T16:10:51.151Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-20T16:10:51.413Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-20T16:10:51.813Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.44s) [2022-01-20T16:10:51.813Z] === RUN TestStopContainerWithTimeout [2022-01-20T16:10:51.813Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-20T16:10:51.813Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-01-20T16:10:51.813Z] === RUN TestUpdateRestartPolicy [2022-01-20T16:10:52.801Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-20T16:10:52.801Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-20T16:10:53.030Z] ok github.com/docker/docker/libnetwork 37.026s coverage: 40.7% of statements [2022-01-20T16:10:53.030Z] ok github.com/docker/docker/libnetwork/bitseq 0.114s coverage: 84.4% of statements [2022-01-20T16:10:53.030Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-01-20T16:10:53.373Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-20T16:10:54.314Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents2600913399 [2022-01-20T16:10:54.413Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-01-20T16:10:54.413Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-01-20T16:10:54.413Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-01-20T16:10:54.413Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-01-20T16:10:54.413Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-01-20T16:10:54.575Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-20T16:10:54.673Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-01-20T16:10:54.673Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-01-20T16:10:54.834Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-20T16:10:54.934Z] ok github.com/docker/docker/libnetwork/config 0.013s coverage: 19.7% of statements [2022-01-20T16:10:55.194Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-01-20T16:10:55.194Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-01-20T16:10:55.194Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-01-20T16:10:55.406Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-01-20T16:10:55.454Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-01-20T16:10:56.347Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-20T16:10:56.347Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-20T16:10:56.347Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-20T16:10:57.732Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-20T16:10:57.995Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.351s coverage: 59.9% of statements [2022-01-20T16:10:57.995Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-01-20T16:10:58.255Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-01-20T16:10:58.303Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-01-20T16:10:58.870Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.209s coverage: 4.0% of statements [2022-01-20T16:10:58.870Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-01-20T16:10:59.245Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-20T16:10:59.441Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2022-01-20T16:10:59.441Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-01-20T16:10:59.700Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-01-20T16:10:59.815Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-20T16:10:59.815Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-20T16:10:59.815Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-20T16:10:59.815Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-20T16:11:00.757Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-20T16:11:02.669Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-01-20T16:11:07.966Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-20T16:11:08.907Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-20T16:11:09.688Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.869s coverage: 7.2% of statements [2022-01-20T16:11:09.688Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-01-20T16:11:09.688Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2022-01-20T16:11:09.688Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-01-20T16:11:09.688Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-01-20T16:11:09.688Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-01-20T16:11:09.688Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-01-20T16:11:09.688Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-01-20T16:11:09.848Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-20T16:11:09.950Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-01-20T16:11:10.210Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-01-20T16:11:10.210Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-01-20T16:11:10.788Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-20T16:11:11.047Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-01-20T16:11:13.589Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-20T16:11:14.973Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-20T16:11:15.236Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-20T16:11:15.719Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-20T16:11:15.719Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-20T16:11:15.719Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-20T16:11:15.719Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-20T16:11:15.719Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-20T16:11:15.719Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-20T16:11:15.719Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-20T16:11:15.719Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-20T16:11:15.720Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-20T16:11:15.720Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-20T16:11:15.720Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-20T16:11:15.720Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-20T16:11:15.720Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-20T16:11:15.720Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-20T16:11:15.720Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-20T16:11:15.720Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-20T16:11:15.720Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-20T16:11:15.720Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-20T16:11:15.720Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:11:15.720Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-20T16:11:16.621Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-20T16:11:17.105Z] --- PASS: TestUpdateRestartPolicy (23.25s) [2022-01-20T16:11:17.105Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-20T16:11:17.105Z] --- PASS: TestUpdateRestartWithAutoRemove (2.42s) [2022-01-20T16:11:17.105Z] === RUN TestWaitNonBlocked [2022-01-20T16:11:17.105Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:11:17.105Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:11:17.105Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:11:17.105Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:11:17.105Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:11:17.105Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:11:17.564Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-20T16:11:18.947Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-20T16:11:20.445Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-20T16:11:20.912Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-01-20T16:11:20.912Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.59s) [2022-01-20T16:11:20.912Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.71s) [2022-01-20T16:11:20.912Z] === RUN TestWaitBlocked [2022-01-20T16:11:20.912Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:20.912Z] --- SKIP: TestWaitBlocked (0.00s) [2022-01-20T16:11:20.912Z] PASS [2022-01-20T16:11:20.912Z] ok github.com/docker/docker/integration/container 99.099s [2022-01-20T16:11:20.912Z] [2022-01-20T16:11:20.912Z] === Skipped [2022-01-20T16:11:20.912Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-01-20T16:11:20.912Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T16:11:20.912Z] [2022-01-20T16:11:20.912Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-01-20T16:11:20.912Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.912Z] [2022-01-20T16:11:20.912Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-01-20T16:11:20.912Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-20T16:11:20.912Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-01-20T16:11:20.913Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-01-20T16:11:20.913Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-20T16:11:20.913Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-20T16:11:20.913Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-20T16:11:20.913Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-01-20T16:11:20.913Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-01-20T16:11:20.913Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-01-20T16:11:20.913Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-01-20T16:11:20.913Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-01-20T16:11:20.913Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-01-20T16:11:20.913Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-01-20T16:11:20.913Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T16:11:20.913Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:11:20.913Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-20T16:11:20.913Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-20T16:11:20.913Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-01-20T16:11:20.913Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-20T16:11:20.913Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-01-20T16:11:20.913Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-01-20T16:11:20.913Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-01-20T16:11:20.913Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-01-20T16:11:20.913Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-01-20T16:11:20.913Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-01-20T16:11:20.913Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-01-20T16:11:20.913Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-01-20T16:11:20.913Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-01-20T16:11:20.913Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-01-20T16:11:20.913Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-01-20T16:11:20.913Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-01-20T16:11:20.913Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-01-20T16:11:20.913Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:20.913Z] [2022-01-20T16:11:20.913Z] DONE 87 tests, 33 skipped in 101.842s [2022-01-20T16:11:20.913Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-01-20T16:11:21.490Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-20T16:11:22.431Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-01-20T16:11:24.030Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-01-20T16:11:25.412Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-20T16:11:25.984Z] docker_cli_service_logs_test.go:246: checking task le5vaylzirw0 [2022-01-20T16:11:25.984Z] docker_cli_service_logs_test.go:251: checking messages for le5vaylzirw0 [2022-01-20T16:11:25.984Z] docker_cli_service_logs_test.go:246: checking task vzw9umgmjtqq [2022-01-20T16:11:25.984Z] docker_cli_service_logs_test.go:251: checking messages for vzw9umgmjtqq [2022-01-20T16:11:28.523Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-20T16:11:33.819Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-20T16:11:34.657Z] ok github.com/docker/docker/libnetwork/ipam 13.633s coverage: 85.3% of statements [2022-01-20T16:11:34.657Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-01-20T16:11:34.657Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-01-20T16:11:34.917Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-01-20T16:11:35.178Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.009s coverage: 47.4% of statements [2022-01-20T16:11:35.178Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-01-20T16:11:35.439Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-01-20T16:11:35.727Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-01-20T16:11:36.009Z] ok github.com/docker/docker/libnetwork/ipamutils 0.247s coverage: 74.0% of statements [2022-01-20T16:11:36.579Z] ok github.com/docker/docker/libnetwork/iptables 0.155s coverage: 45.1% of statements [2022-01-20T16:11:36.579Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-01-20T16:11:36.667Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-01-20T16:11:36.840Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-01-20T16:11:36.933Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-20T16:11:37.505Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-20T16:11:38.077Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-20T16:11:39.019Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-20T16:11:39.019Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-01-20T16:11:39.019Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-20T16:11:39.019Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-01-20T16:11:39.590Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-20T16:11:42.887Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-20T16:11:43.023Z] --- PASS: TestBuildWithHugeFile (131.25s) [2022-01-20T16:11:43.023Z] === RUN TestBuildWCOWSandboxSize [2022-01-20T16:11:43.023Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T16:11:43.023Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-01-20T16:11:43.023Z] === RUN TestBuildWithEmptyDockerfile [2022-01-20T16:11:43.023Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:11:43.024Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:11:43.024Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:11:43.024Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:11:43.024Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:11:43.024Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:11:43.024Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-01-20T16:11:43.024Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-01-20T16:11:43.024Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-01-20T16:11:43.024Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2022-01-20T16:11:43.024Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-01-20T16:11:43.024Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-01-20T16:11:43.024Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-01-20T16:11:43.024Z] === RUN TestBuildPreserveOwnership [2022-01-20T16:11:43.024Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:11:43.024Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-01-20T16:11:43.024Z] === RUN TestBuildPlatformInvalid [2022-01-20T16:11:43.024Z] --- PASS: TestBuildPlatformInvalid (0.06s) [2022-01-20T16:11:43.024Z] PASS [2022-01-20T16:11:43.024Z] ok github.com/docker/docker/integration/build 205.402s [2022-01-20T16:11:43.024Z] [2022-01-20T16:11:43.024Z] === Skipped [2022-01-20T16:11:43.024Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-01-20T16:11:43.024Z] build_session_test.go:25: TODO: BuildKit [2022-01-20T16:11:43.024Z] [2022-01-20T16:11:43.024Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-01-20T16:11:43.024Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:43.024Z] [2022-01-20T16:11:43.024Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-01-20T16:11:43.024Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:11:43.024Z] [2022-01-20T16:11:43.024Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-01-20T16:11:43.024Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:11:43.024Z] [2022-01-20T16:11:43.024Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-01-20T16:11:43.024Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-01-20T16:11:43.024Z] [2022-01-20T16:11:43.024Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-01-20T16:11:43.024Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:11:43.024Z] [2022-01-20T16:11:43.024Z] DONE 29 tests, 6 skipped in 234.595s [2022-01-20T16:11:43.024Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-01-20T16:11:45.398Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:11:45.398Z] INFO: Testing against a local daemon [2022-01-20T16:11:45.398Z] === RUN TestConfigInspect [2022-01-20T16:11:45.398Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] --- SKIP: TestConfigInspect (0.00s) [2022-01-20T16:11:45.398Z] === RUN TestConfigList [2022-01-20T16:11:45.398Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] --- SKIP: TestConfigList (0.00s) [2022-01-20T16:11:45.398Z] === RUN TestConfigsCreateAndDelete [2022-01-20T16:11:45.398Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-01-20T16:11:45.398Z] === RUN TestConfigsUpdate [2022-01-20T16:11:45.398Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-01-20T16:11:45.398Z] === RUN TestTemplatedConfig [2022-01-20T16:11:45.398Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-01-20T16:11:45.398Z] === RUN TestConfigCreateResolve [2022-01-20T16:11:45.398Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:45.398Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-01-20T16:11:45.398Z] PASS [2022-01-20T16:11:45.398Z] ok github.com/docker/docker/integration/config 0.105s [2022-01-20T16:11:45.398Z] [2022-01-20T16:11:45.398Z] === Skipped [2022-01-20T16:11:45.398Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-01-20T16:11:45.398Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] [2022-01-20T16:11:45.398Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-01-20T16:11:45.398Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] [2022-01-20T16:11:45.398Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-01-20T16:11:45.398Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] [2022-01-20T16:11:45.398Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-01-20T16:11:45.398Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] [2022-01-20T16:11:45.398Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-01-20T16:11:45.398Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:45.398Z] [2022-01-20T16:11:45.398Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-01-20T16:11:45.398Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:45.398Z] [2022-01-20T16:11:45.398Z] DONE 6 tests, 6 skipped in 2.081s [2022-01-20T16:11:45.398Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-01-20T16:11:45.428Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-01-20T16:11:45.689Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-01-20T16:11:46.261Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-01-20T16:11:46.261Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-01-20T16:11:46.262Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-01-20T16:11:46.262Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-01-20T16:11:46.262Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-01-20T16:11:46.279Z] === RUN TestConfigDaemonLibtrustID [2022-01-20T16:11:46.279Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-20T16:11:46.279Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-01-20T16:11:46.279Z] === RUN TestDaemonConfigValidation [2022-01-20T16:11:46.279Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-20T16:11:46.279Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-01-20T16:11:46.279Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-20T16:11:46.279Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-20T16:11:46.279Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-01-20T16:11:46.279Z] === RUN TestDaemonProxy [2022-01-20T16:11:46.279Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-20T16:11:46.279Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-20T16:11:46.279Z] PASS [2022-01-20T16:11:46.279Z] ok github.com/docker/docker/integration/daemon 0.118s [2022-01-20T16:11:46.279Z] [2022-01-20T16:11:46.279Z] === Skipped [2022-01-20T16:11:46.279Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-01-20T16:11:46.279Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-20T16:11:46.279Z] [2022-01-20T16:11:46.279Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-01-20T16:11:46.279Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-20T16:11:46.279Z] [2022-01-20T16:11:46.279Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-01-20T16:11:46.279Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-20T16:11:46.279Z] [2022-01-20T16:11:46.279Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-01-20T16:11:46.279Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-20T16:11:46.279Z] [2022-01-20T16:11:46.279Z] DONE 4 tests, 4 skipped in 23.638s [2022-01-20T16:11:46.279Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-01-20T16:11:46.747Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:11:46.747Z] INFO: Testing against a local daemon [2022-01-20T16:11:46.747Z] === RUN TestCommitInheritsEnv [2022-01-20T16:11:46.747Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:11:46.747Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-01-20T16:11:46.747Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-20T16:11:46.747Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-01-20T16:11:46.747Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T16:11:46.747Z] === RUN TestImagesFilterMultiReference [2022-01-20T16:11:46.747Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-01-20T16:11:46.747Z] === RUN TestImagePullPlatformInvalid [2022-01-20T16:11:46.747Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-01-20T16:11:46.747Z] === RUN TestRemoveImageOrphaning [2022-01-20T16:11:47.645Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-01-20T16:11:48.323Z] --- PASS: TestRemoveImageOrphaning (1.17s) [2022-01-20T16:11:48.323Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-20T16:11:48.323Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2022-01-20T16:11:48.323Z] === RUN TestTagInvalidReference [2022-01-20T16:11:48.323Z] --- PASS: TestTagInvalidReference (0.04s) [2022-01-20T16:11:48.323Z] === RUN TestTagValidPrefixedRepo [2022-01-20T16:11:48.323Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-01-20T16:11:48.323Z] === RUN TestTagExistedNameWithoutForce [2022-01-20T16:11:48.323Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-01-20T16:11:48.323Z] === RUN TestTagOfficialNames [2022-01-20T16:11:48.323Z] --- PASS: TestTagOfficialNames (0.10s) [2022-01-20T16:11:48.323Z] === RUN TestTagMatchesDigest [2022-01-20T16:11:48.323Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-01-20T16:11:48.323Z] PASS [2022-01-20T16:11:48.323Z] ok github.com/docker/docker/integration/image 1.749s [2022-01-20T16:11:48.398Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:11:48.398Z] INFO: Testing against a local daemon [2022-01-20T16:11:48.398Z] === RUN TestCheckpoint [2022-01-20T16:11:48.398Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T16:11:48.398Z] --- SKIP: TestCheckpoint (0.00s) [2022-01-20T16:11:48.398Z] === RUN TestContainerInvalidJSON [2022-01-20T16:11:48.398Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:11:48.398Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:11:48.398Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:11:48.398Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:11:48.398Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-01-20T16:11:48.398Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-01-20T16:11:48.398Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-01-20T16:11:48.398Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2022-01-20T16:11:48.398Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-01-20T16:11:48.398Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-01-20T16:11:48.398Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.40s) [2022-01-20T16:11:48.398Z] === RUN TestCopyFromContainerPathIsNotDir [2022-01-20T16:11:48.587Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-01-20T16:11:48.793Z] [2022-01-20T16:11:48.793Z] === Skipped [2022-01-20T16:11:48.793Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-01-20T16:11:48.793Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:11:48.793Z] [2022-01-20T16:11:48.793Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T16:11:48.793Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-01-20T16:11:48.793Z] [2022-01-20T16:11:48.793Z] DONE 11 tests, 2 skipped in 3.828s [2022-01-20T16:11:48.793Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-01-20T16:11:48.877Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.26s) [2022-01-20T16:11:48.877Z] === RUN TestCopyToContainerPathDoesNotExist [2022-01-20T16:11:48.877Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-01-20T16:11:48.877Z] === RUN TestCopyToContainerPathIsNotDir [2022-01-20T16:11:49.158Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-01-20T16:11:49.350Z] --- PASS: TestCopyToContainerPathIsNotDir (0.24s) [2022-01-20T16:11:49.350Z] === RUN TestCopyFromContainer [2022-01-20T16:11:49.350Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:49.350Z] --- SKIP: TestCopyFromContainer (0.01s) [2022-01-20T16:11:49.350Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-01-20T16:11:49.350Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:11:49.350Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:11:49.350Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:11:49.350Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:11:49.350Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:11:49.350Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:11:49.350Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-01-20T16:11:49.350Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-01-20T16:11:49.350Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-01-20T16:11:49.350Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-01-20T16:11:49.350Z] === RUN TestCreateLinkToNonExistingContainer [2022-01-20T16:11:49.350Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-20T16:11:49.350Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidEnv [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidEnv/0 [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidEnv/1 [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidEnv/2 [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidEnv/0 [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidEnv/2 [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidEnv/1 [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestCreateTmpfsMountsTarget [2022-01-20T16:11:49.350Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:49.350Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestCreateWithCustomMaskedPaths [2022-01-20T16:11:49.350Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:49.350Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestCreateWithCustomReadonlyPaths [2022-01-20T16:11:49.350Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:49.350Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:11:49.350Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:11:49.350Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-01-20T16:11:49.350Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-01-20T16:11:49.350Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-01-20T16:11:49.350Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-20T16:11:49.350Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestCreateDifferentPlatform [2022-01-20T16:11:49.350Z] === RUN TestCreateDifferentPlatform/different_os [2022-01-20T16:11:49.350Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-01-20T16:11:49.350Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-01-20T16:11:49.350Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-01-20T16:11:49.350Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2022-01-20T16:11:49.350Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-01-20T16:11:49.350Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-20T16:11:49.350Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-20T16:11:49.350Z] === RUN TestContainerKillOnDaemonStart [2022-01-20T16:11:49.350Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:49.350Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestDiff [2022-01-20T16:11:49.350Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:49.350Z] --- SKIP: TestDiff (0.00s) [2022-01-20T16:11:49.350Z] === RUN TestExecWithCloseStdin [2022-01-20T16:11:50.099Z] === RUN TestDockerSuite/TestUpdateStats [2022-01-20T16:11:51.041Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:11:51.041Z] INFO: Testing against a local daemon [2022-01-20T16:11:51.041Z] === RUN TestNetworkCreateDelete [2022-01-20T16:11:51.041Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:51.041Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestDockerNetworkDeletePreferID [2022-01-20T16:11:51.041Z] 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-01-20T16:11:51.041Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestDaemonDNSFallback [2022-01-20T16:11:51.041Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:51.041Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestInspectNetwork [2022-01-20T16:11:51.041Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:51.041Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestRunContainerWithBridgeNone [2022-01-20T16:11:51.041Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:51.041Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestNetworkInvalidJSON [2022-01-20T16:11:51.041Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-20T16:11:51.041Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-20T16:11:51.041Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:11:51.041Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:11:51.041Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:11:51.041Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:11:51.041Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-20T16:11:51.041Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:11:51.041Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:11:51.041Z] --- PASS: TestNetworkInvalidJSON (0.06s) [2022-01-20T16:11:51.041Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-01-20T16:11:51.041Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-01-20T16:11:51.041Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-01-20T16:11:51.041Z] === RUN TestNetworkList [2022-01-20T16:11:51.041Z] === RUN TestNetworkList//networks [2022-01-20T16:11:51.041Z] === PAUSE TestNetworkList//networks [2022-01-20T16:11:51.041Z] === RUN TestNetworkList//networks/ [2022-01-20T16:11:51.041Z] === PAUSE TestNetworkList//networks/ [2022-01-20T16:11:51.041Z] === CONT TestNetworkList//networks [2022-01-20T16:11:51.041Z] === CONT TestNetworkList//networks/ [2022-01-20T16:11:51.041Z] --- PASS: TestNetworkList (0.04s) [2022-01-20T16:11:51.041Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-20T16:11:51.041Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestHostIPv4BridgeLabel [2022-01-20T16:11:51.041Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-20T16:11:51.041Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestDaemonDefaultNetworkPools [2022-01-20T16:11:51.041Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-20T16:11:51.041Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-20T16:11:51.041Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-20T16:11:51.041Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestServiceWithPredefinedNetwork [2022-01-20T16:11:51.041Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-20T16:11:51.041Z] service_test.go:243: FLAKY_TEST [2022-01-20T16:11:51.041Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestServiceWithDataPathPortInit [2022-01-20T16:11:51.041Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-01-20T16:11:51.041Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-20T16:11:51.041Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T16:11:51.041Z] PASS [2022-01-20T16:11:51.041Z] ok github.com/docker/docker/integration/network 0.201s [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === Skipped [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-01-20T16:11:51.041Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-01-20T16:11:51.041Z] 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-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-01-20T16:11:51.041Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-01-20T16:11:51.041Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-01-20T16:11:51.041Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-01-20T16:11:51.041Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-01-20T16:11:51.041Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.041Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-01-20T16:11:51.041Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-20T16:11:51.041Z] [2022-01-20T16:11:51.042Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-20T16:11:51.042Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-20T16:11:51.042Z] [2022-01-20T16:11:51.042Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-20T16:11:51.042Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-20T16:11:51.042Z] [2022-01-20T16:11:51.042Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-20T16:11:51.042Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-20T16:11:51.042Z] [2022-01-20T16:11:51.042Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T16:11:51.042Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-20T16:11:51.042Z] [2022-01-20T16:11:51.042Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T16:11:51.042Z] service_test.go:243: FLAKY_TEST [2022-01-20T16:11:51.042Z] [2022-01-20T16:11:51.042Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-01-20T16:11:51.042Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-20T16:11:51.042Z] [2022-01-20T16:11:51.042Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T16:11:51.042Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-20T16:11:51.042Z] [2022-01-20T16:11:51.042Z] DONE 22 tests, 15 skipped in 2.413s [2022-01-20T16:11:51.042Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-01-20T16:11:52.032Z] testing: warning: no tests to run [2022-01-20T16:11:52.032Z] PASS [2022-01-20T16:11:52.032Z] ok github.com/docker/docker/integration/network/ipvlan 0.081s [2022-01-20T16:11:52.032Z] [2022-01-20T16:11:52.032Z] DONE 0 tests in 0.793s [2022-01-20T16:11:52.032Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-01-20T16:11:52.323Z] --- PASS: TestExecWithCloseStdin (2.69s) [2022-01-20T16:11:52.323Z] === RUN TestExec [2022-01-20T16:11:53.019Z] testing: warning: no tests to run [2022-01-20T16:11:53.019Z] PASS [2022-01-20T16:11:53.019Z] ok github.com/docker/docker/integration/network/macvlan 0.094s [2022-01-20T16:11:53.019Z] [2022-01-20T16:11:53.019Z] DONE 0 tests in 0.807s [2022-01-20T16:11:53.019Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-01-20T16:11:53.403Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-01-20T16:11:54.011Z] testing: warning: no tests to run [2022-01-20T16:11:54.011Z] PASS [2022-01-20T16:11:54.011Z] ok github.com/docker/docker/integration/plugin 0.090s [2022-01-20T16:11:54.011Z] [2022-01-20T16:11:54.011Z] DONE 0 tests in 0.794s [2022-01-20T16:11:54.011Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-01-20T16:11:54.555Z] --- PASS: TestExec (2.36s) [2022-01-20T16:11:54.555Z] === RUN TestExecUser [2022-01-20T16:11:54.555Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-20T16:11:54.555Z] --- SKIP: TestExecUser (0.00s) [2022-01-20T16:11:54.555Z] === RUN TestExportContainerAndImportImage [2022-01-20T16:11:54.555Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:54.555Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-01-20T16:11:54.555Z] === RUN TestExportContainerAfterDaemonRestart [2022-01-20T16:11:54.555Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:11:54.555Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-01-20T16:11:54.555Z] === RUN TestHealthCheckWorkdir [2022-01-20T16:11:54.555Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-20T16:11:54.555Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-01-20T16:11:54.555Z] === RUN TestHealthKillContainer [2022-01-20T16:11:54.555Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-20T16:11:54.555Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-01-20T16:11:54.555Z] === RUN TestInspectCpusetInConfigPre120 [2022-01-20T16:11:54.555Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T16:11:54.555Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T16:11:54.555Z] === RUN TestKillContainerInvalidSignal [2022-01-20T16:11:54.789Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-01-20T16:11:54.789Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-01-20T16:11:54.789Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-01-20T16:11:54.999Z] testing: warning: no tests to run [2022-01-20T16:11:54.999Z] PASS [2022-01-20T16:11:54.999Z] ok github.com/docker/docker/integration/plugin/authz 0.082s [2022-01-20T16:11:54.999Z] [2022-01-20T16:11:54.999Z] DONE 0 tests in 0.727s [2022-01-20T16:11:54.999Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-01-20T16:11:55.731Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-01-20T16:11:56.301Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-20T16:11:56.561Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-01-20T16:11:56.786Z] --- PASS: TestKillContainerInvalidSignal (2.10s) [2022-01-20T16:11:56.786Z] === RUN TestKillContainer [2022-01-20T16:11:56.786Z] === RUN TestKillContainer/no_signal [2022-01-20T16:11:59.017Z] === RUN TestKillContainer/non_killing_signal [2022-01-20T16:11:59.017Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-20T16:11:59.017Z] === RUN TestKillContainer/killing_signal [2022-01-20T16:11:59.109Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-01-20T16:11:59.109Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-01-20T16:12:00.893Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:00.893Z] INFO: Testing against a local daemon [2022-01-20T16:12:00.893Z] === RUN TestPluginInvalidJSON [2022-01-20T16:12:00.893Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:12:00.893Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:12:00.893Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:12:00.893Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-01-20T16:12:00.893Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-01-20T16:12:00.893Z] === RUN TestPluginInstall [2022-01-20T16:12:00.893Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-20T16:12:00.893Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-20T16:12:00.893Z] === RUN TestPluginsWithRuntimes [2022-01-20T16:12:00.893Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-20T16:12:00.893Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-20T16:12:00.893Z] === RUN TestPluginBackCompatMediaTypes [2022-01-20T16:12:00.893Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-20T16:12:00.893Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T16:12:00.893Z] PASS [2022-01-20T16:12:00.893Z] ok github.com/docker/docker/integration/plugin/common 0.106s [2022-01-20T16:12:00.893Z] [2022-01-20T16:12:00.893Z] === Skipped [2022-01-20T16:12:00.893Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-01-20T16:12:00.893Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-20T16:12:00.893Z] [2022-01-20T16:12:00.893Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-01-20T16:12:00.893Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-20T16:12:00.893Z] [2022-01-20T16:12:00.893Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T16:12:00.893Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-20T16:12:00.893Z] [2022-01-20T16:12:00.893Z] DONE 5 tests, 3 skipped in 5.501s [2022-01-20T16:12:00.893Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-01-20T16:12:01.250Z] --- PASS: TestKillContainer (4.49s) [2022-01-20T16:12:01.250Z] --- PASS: TestKillContainer/no_signal (2.12s) [2022-01-20T16:12:01.250Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:12:01.250Z] --- PASS: TestKillContainer/killing_signal (2.31s) [2022-01-20T16:12:01.250Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-01-20T16:12:01.250Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:12:01.250Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-20T16:12:01.250Z] === RUN TestKillStoppedContainer [2022-01-20T16:12:01.250Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:12:01.250Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-01-20T16:12:01.250Z] === RUN TestKillStoppedContainerAPIPre120 [2022-01-20T16:12:01.250Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:12:01.250Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-20T16:12:01.250Z] === RUN TestKillDifferentUserContainer [2022-01-20T16:12:01.250Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-20T16:12:01.250Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-01-20T16:12:01.250Z] === RUN TestInspectOomKilledTrue [2022-01-20T16:12:01.250Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:01.250Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-01-20T16:12:01.250Z] === RUN TestInspectOomKilledFalse [2022-01-20T16:12:01.250Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T16:12:01.250Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-01-20T16:12:01.250Z] === RUN TestLogsFollowTailEmpty [2022-01-20T16:12:02.411Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-01-20T16:12:02.411Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-01-20T16:12:03.484Z] --- PASS: TestLogsFollowTailEmpty (2.05s) [2022-01-20T16:12:03.484Z] === RUN TestNetworkNat [2022-01-20T16:12:03.484Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:03.484Z] --- SKIP: TestNetworkNat (0.00s) [2022-01-20T16:12:03.484Z] === RUN TestNetworkLocalhostTCPNat [2022-01-20T16:12:03.854Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:03.854Z] INFO: Testing against a local daemon [2022-01-20T16:12:03.854Z] === RUN TestExternalGraphDriver [2022-01-20T16:12:03.854Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-20T16:12:03.854Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-01-20T16:12:03.854Z] === RUN TestGraphdriverPluginV2 [2022-01-20T16:12:03.854Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-20T16:12:03.854Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-01-20T16:12:03.854Z] PASS [2022-01-20T16:12:03.854Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.125s [2022-01-20T16:12:04.322Z] [2022-01-20T16:12:04.322Z] === Skipped [2022-01-20T16:12:04.322Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-01-20T16:12:04.322Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-20T16:12:04.322Z] [2022-01-20T16:12:04.322Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-01-20T16:12:04.322Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-20T16:12:04.322Z] [2022-01-20T16:12:04.322Z] DONE 2 tests, 2 skipped in 3.633s [2022-01-20T16:12:04.322Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-01-20T16:12:04.323Z] docker_cli_swarm_test.go:1895: [de8c316be7c3d] joining swarm manager [d10dfcf73f5fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:12:04.583Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-01-20T16:12:05.524Z] docker_cli_swarm_test.go:1896: [d571e9bf3bc18] joining swarm manager [d10dfcf73f5fc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:12:05.718Z] --- PASS: TestNetworkLocalhostTCPNat (2.44s) [2022-01-20T16:12:05.718Z] === RUN TestNetworkLoopbackNat [2022-01-20T16:12:05.718Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:05.718Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-01-20T16:12:05.718Z] === RUN TestPause [2022-01-20T16:12:05.718Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-20T16:12:05.718Z] --- SKIP: TestPause (0.00s) [2022-01-20T16:12:05.718Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-01-20T16:12:06.467Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-20T16:12:06.539Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:06.539Z] INFO: Testing against a local daemon [2022-01-20T16:12:06.539Z] === RUN TestReadPluginNoRead [2022-01-20T16:12:06.539Z] read_test.go:21: no unix domain sockets on Windows [2022-01-20T16:12:06.539Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-01-20T16:12:06.539Z] PASS [2022-01-20T16:12:06.539Z] ok github.com/docker/docker/integration/plugin/logging 0.113s [2022-01-20T16:12:06.539Z] [2022-01-20T16:12:06.539Z] === Skipped [2022-01-20T16:12:06.539Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-01-20T16:12:06.539Z] read_test.go:21: no unix domain sockets on Windows [2022-01-20T16:12:06.539Z] [2022-01-20T16:12:06.539Z] DONE 1 tests, 1 skipped in 2.437s [2022-01-20T16:12:07.011Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-01-20T16:12:07.949Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.06s) [2022-01-20T16:12:07.949Z] === RUN TestPauseStopPausedContainer [2022-01-20T16:12:07.949Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:07.949Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-01-20T16:12:07.949Z] === RUN TestPsFilter [2022-01-20T16:12:07.949Z] --- PASS: TestPsFilter (0.19s) [2022-01-20T16:12:07.949Z] === RUN TestRemoveContainerWithRemovedVolume [2022-01-20T16:12:07.998Z] testing: warning: no tests to run [2022-01-20T16:12:07.998Z] PASS [2022-01-20T16:12:07.998Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.079s [2022-01-20T16:12:07.998Z] [2022-01-20T16:12:07.998Z] DONE 0 tests in 1.201s [2022-01-20T16:12:07.998Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-01-20T16:12:09.011Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-20T16:12:10.181Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.29s) [2022-01-20T16:12:10.181Z] === RUN TestRemoveContainerWithVolume [2022-01-20T16:12:10.223Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:10.223Z] INFO: Testing against a local daemon [2022-01-20T16:12:10.223Z] === RUN TestPluginWithDevMounts [2022-01-20T16:12:10.223Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:10.223Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-20T16:12:10.223Z] PASS [2022-01-20T16:12:10.223Z] ok github.com/docker/docker/integration/plugin/volumes 0.106s [2022-01-20T16:12:10.697Z] [2022-01-20T16:12:10.697Z] === Skipped [2022-01-20T16:12:10.697Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-01-20T16:12:10.697Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:10.697Z] [2022-01-20T16:12:10.697Z] DONE 1 tests, 1 skipped in 2.307s [2022-01-20T16:12:10.697Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-01-20T16:12:11.559Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-01-20T16:12:12.267Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:12.267Z] INFO: Testing against a local daemon [2022-01-20T16:12:12.267Z] === RUN TestSecretInspect [2022-01-20T16:12:12.267Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.267Z] --- SKIP: TestSecretInspect (0.00s) [2022-01-20T16:12:12.267Z] === RUN TestSecretList [2022-01-20T16:12:12.267Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.415Z] --- PASS: TestRemoveContainerWithVolume (2.39s) [2022-01-20T16:12:12.415Z] === RUN TestRemoveContainerRunning [2022-01-20T16:12:12.498Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-01-20T16:12:12.737Z] --- SKIP: TestSecretList (0.00s) [2022-01-20T16:12:12.737Z] === RUN TestSecretsCreateAndDelete [2022-01-20T16:12:12.737Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-01-20T16:12:12.737Z] === RUN TestSecretsUpdate [2022-01-20T16:12:12.737Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-01-20T16:12:12.737Z] === RUN TestTemplatedSecret [2022-01-20T16:12:12.737Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-20T16:12:12.737Z] === RUN TestSecretCreateResolve [2022-01-20T16:12:12.737Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:12.737Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-01-20T16:12:12.737Z] PASS [2022-01-20T16:12:12.737Z] ok github.com/docker/docker/integration/secret 0.097s [2022-01-20T16:12:12.737Z] [2022-01-20T16:12:12.737Z] === Skipped [2022-01-20T16:12:12.737Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-01-20T16:12:12.737Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] [2022-01-20T16:12:12.737Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-01-20T16:12:12.737Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] [2022-01-20T16:12:12.737Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-01-20T16:12:12.737Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] [2022-01-20T16:12:12.737Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-01-20T16:12:12.737Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] [2022-01-20T16:12:12.737Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-01-20T16:12:12.737Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:12.737Z] [2022-01-20T16:12:12.737Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-01-20T16:12:12.737Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:12.737Z] [2022-01-20T16:12:12.737Z] DONE 6 tests, 6 skipped in 2.001s [2022-01-20T16:12:12.737Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-01-20T16:12:13.883Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-01-20T16:12:14.651Z] --- PASS: TestRemoveContainerRunning (2.03s) [2022-01-20T16:12:14.651Z] === RUN TestRemoveContainerForceRemoveRunning [2022-01-20T16:12:14.825Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-01-20T16:12:15.707Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:15.707Z] INFO: Testing against a local daemon [2022-01-20T16:12:15.707Z] === RUN TestServiceCreateInit [2022-01-20T16:12:15.707Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-20T16:12:15.707Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-20T16:12:15.707Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- PASS: TestServiceCreateInit (0.05s) [2022-01-20T16:12:15.707Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:12:15.707Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestCreateServiceMultipleTimes [2022-01-20T16:12:15.707Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestCreateServiceConflict [2022-01-20T16:12:15.707Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-01-20T16:12:15.707Z] === RUN TestCreateServiceMaxReplicas [2022-01-20T16:12:15.707Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-01-20T16:12:15.707Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-20T16:12:15.707Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestCreateServiceSecretFileMode [2022-01-20T16:12:15.707Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestCreateServiceConfigFileMode [2022-01-20T16:12:15.707Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestCreateServiceSysctls [2022-01-20T16:12:15.707Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-01-20T16:12:15.707Z] === RUN TestCreateServiceCapabilities [2022-01-20T16:12:15.707Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-01-20T16:12:15.707Z] === RUN TestInspect [2022-01-20T16:12:15.707Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestInspect (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestCreateJob [2022-01-20T16:12:15.707Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestCreateJob (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestReplicatedJob [2022-01-20T16:12:15.707Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestReplicatedJob (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestUpdateReplicatedJob [2022-01-20T16:12:15.707Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestServiceListWithStatuses [2022-01-20T16:12:15.707Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestDockerNetworkConnectAlias [2022-01-20T16:12:15.707Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestDockerNetworkReConnect [2022-01-20T16:12:15.707Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestServicePlugin [2022-01-20T16:12:15.707Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.707Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestServiceUpdateLabel [2022-01-20T16:12:15.707Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.707Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestServiceUpdateSecrets [2022-01-20T16:12:15.707Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.707Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestServiceUpdateConfigs [2022-01-20T16:12:15.707Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.707Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestServiceUpdateNetwork [2022-01-20T16:12:15.707Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.707Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-01-20T16:12:15.707Z] === RUN TestServiceUpdatePidsLimit [2022-01-20T16:12:15.707Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.708Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-01-20T16:12:15.708Z] PASS [2022-01-20T16:12:15.708Z] ok github.com/docker/docker/integration/service 0.262s [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === Skipped [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:12:15.708Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:12:15.708Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-01-20T16:12:15.708Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.01s) [2022-01-20T16:12:15.708Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-01-20T16:12:15.708Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-20T16:12:15.708Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-01-20T16:12:15.708Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-01-20T16:12:15.708Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-01-20T16:12:15.708Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-01-20T16:12:15.708Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-01-20T16:12:15.708Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-01-20T16:12:15.708Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-01-20T16:12:15.708Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-01-20T16:12:15.708Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-01-20T16:12:15.708Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-01-20T16:12:15.708Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-01-20T16:12:15.708Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-01-20T16:12:15.708Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-01-20T16:12:15.708Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-01-20T16:12:15.708Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-01-20T16:12:15.708Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-01-20T16:12:15.708Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-01-20T16:12:15.708Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:12:15.708Z] [2022-01-20T16:12:15.708Z] DONE 24 tests, 23 skipped in 2.847s [2022-01-20T16:12:15.708Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-01-20T16:12:15.781Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-01-20T16:12:16.789Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-01-20T16:12:16.990Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.98s) [2022-01-20T16:12:16.990Z] === RUN TestRemoveInvalidContainer [2022-01-20T16:12:16.990Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-01-20T16:12:16.990Z] === RUN TestRenameLinkedContainer [2022-01-20T16:12:16.990Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:16.990Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-01-20T16:12:16.990Z] === RUN TestRenameStoppedContainer [2022-01-20T16:12:17.434Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:17.434Z] INFO: Testing against a local daemon [2022-01-20T16:12:17.434Z] === RUN TestSessionCreate [2022-01-20T16:12:17.434Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:17.434Z] --- SKIP: TestSessionCreate (0.00s) [2022-01-20T16:12:17.434Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-20T16:12:17.434Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:17.434Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-01-20T16:12:17.434Z] PASS [2022-01-20T16:12:17.434Z] ok github.com/docker/docker/integration/session 0.117s [2022-01-20T16:12:17.903Z] [2022-01-20T16:12:17.903Z] === Skipped [2022-01-20T16:12:17.903Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-01-20T16:12:17.903Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:17.903Z] [2022-01-20T16:12:17.903Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-01-20T16:12:17.903Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:17.903Z] [2022-01-20T16:12:17.903Z] DONE 2 tests, 2 skipped in 1.967s [2022-01-20T16:12:17.903Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-01-20T16:12:18.177Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-01-20T16:12:19.223Z] --- PASS: TestRenameStoppedContainer (2.45s) [2022-01-20T16:12:19.223Z] === RUN TestRenameRunningContainerAndReuse [2022-01-20T16:12:19.562Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-01-20T16:12:20.133Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:20.133Z] INFO: Testing against a local daemon [2022-01-20T16:12:20.133Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-20T16:12:20.133Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:20.133Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestDiskUsage [2022-01-20T16:12:20.133Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-20T16:12:20.133Z] --- SKIP: TestDiskUsage (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestEventsExecDie [2022-01-20T16:12:20.133Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-20T16:12:20.133Z] --- SKIP: TestEventsExecDie (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestEventsBackwardsCompatible [2022-01-20T16:12:20.133Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-20T16:12:20.133Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestEventsVolumeCreate [2022-01-20T16:12:20.133Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-20T16:12:20.133Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestInfoAPI [2022-01-20T16:12:20.133Z] --- PASS: TestInfoAPI (0.04s) [2022-01-20T16:12:20.133Z] === RUN TestInfoAPIWarnings [2022-01-20T16:12:20.133Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:12:20.133Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestInfoDebug [2022-01-20T16:12:20.133Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:12:20.133Z] --- SKIP: TestInfoDebug (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestInfoInsecureRegistries [2022-01-20T16:12:20.133Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:12:20.133Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestInfoRegistryMirrors [2022-01-20T16:12:20.133Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:12:20.133Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-01-20T16:12:20.133Z] === RUN TestLoginFailsWithBadCredentials [2022-01-20T16:12:20.601Z] --- PASS: TestLoginFailsWithBadCredentials (1.02s) [2022-01-20T16:12:20.601Z] === RUN TestPingCacheHeaders [2022-01-20T16:12:20.601Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-01-20T16:12:20.601Z] === RUN TestPingGet [2022-01-20T16:12:20.944Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-01-20T16:12:21.072Z] --- PASS: TestPingGet (0.04s) [2022-01-20T16:12:21.072Z] === RUN TestPingHead [2022-01-20T16:12:21.072Z] --- PASS: TestPingHead (0.03s) [2022-01-20T16:12:21.072Z] === RUN TestVersion [2022-01-20T16:12:21.072Z] --- PASS: TestVersion (0.04s) [2022-01-20T16:12:21.072Z] PASS [2022-01-20T16:12:21.072Z] ok github.com/docker/docker/integration/system 1.289s [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === Skipped [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:12:21.072Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-01-20T16:12:21.072Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-01-20T16:12:21.072Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-01-20T16:12:21.072Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-01-20T16:12:21.072Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-01-20T16:12:21.072Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-01-20T16:12:21.072Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-01-20T16:12:21.072Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-01-20T16:12:21.072Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:12:21.072Z] [2022-01-20T16:12:21.072Z] DONE 15 tests, 9 skipped in 3.351s [2022-01-20T16:12:21.072Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-01-20T16:12:21.887Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-01-20T16:12:22.152Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-20T16:12:23.301Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:23.301Z] INFO: Testing against a local daemon [2022-01-20T16:12:23.301Z] === RUN TestVolumesCreateAndList [2022-01-20T16:12:23.301Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-01-20T16:12:23.301Z] === RUN TestVolumesRemove [2022-01-20T16:12:23.770Z] --- PASS: TestVolumesRemove (0.17s) [2022-01-20T16:12:23.770Z] === RUN TestVolumesInspect [2022-01-20T16:12:23.770Z] --- PASS: TestVolumesInspect (0.04s) [2022-01-20T16:12:23.770Z] === RUN TestVolumesInvalidJSON [2022-01-20T16:12:23.770Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-20T16:12:23.770Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-20T16:12:23.770Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-20T16:12:23.770Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-01-20T16:12:23.770Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-20T16:12:23.770Z] PASS [2022-01-20T16:12:23.770Z] ok github.com/docker/docker/integration/volume 0.359s [2022-01-20T16:12:23.770Z] [2022-01-20T16:12:23.770Z] DONE 5 tests in 2.522s [2022-01-20T16:12:23.770Z] INFO: make.ps1 ended at 01/20/2022 16:12:23 [2022-01-20T16:12:23.770Z] INFO: Integration CLI tests being run from the host: [2022-01-20T16:12:23.770Z] 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-01-20T16:12:24.008Z] --- PASS: TestRenameRunningContainerAndReuse (4.32s) [2022-01-20T16:12:24.008Z] === RUN TestRenameInvalidName [2022-01-20T16:12:25.584Z] --- PASS: TestRenameInvalidName (2.13s) [2022-01-20T16:12:25.584Z] === RUN TestRenameAnonymousContainer [2022-01-20T16:12:30.281Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-01-20T16:12:31.662Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-01-20T16:12:34.300Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-01-20T16:12:34.300Z] INFO: Testing against a local daemon [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-20T16:12:34.300Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-20T16:12:34.300Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-20T16:12:34.300Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-20T16:12:35.287Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-20T16:12:35.755Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-20T16:12:36.047Z] --- PASS: TestRenameAnonymousContainer (9.77s) [2022-01-20T16:12:36.047Z] === RUN TestRenameContainerWithSameName [2022-01-20T16:12:36.223Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-20T16:12:36.691Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-20T16:12:37.043Z] --- PASS: TestRenameContainerWithSameName (2.00s) [2022-01-20T16:12:37.043Z] === RUN TestRenameContainerWithLinkedContainer [2022-01-20T16:12:37.043Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-20T16:12:37.043Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-01-20T16:12:37.043Z] === RUN TestResize [2022-01-20T16:12:38.239Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-20T16:12:38.239Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-20T16:12:38.239Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-20T16:12:38.239Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-20T16:12:38.239Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-20T16:12:38.239Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-20T16:12:38.239Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-20T16:12:38.499Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-20T16:12:38.499Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-20T16:12:39.070Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-20T16:12:39.283Z] --- PASS: TestResize (2.02s) [2022-01-20T16:12:39.283Z] === RUN TestResizeWithInvalidSize [2022-01-20T16:12:39.331Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-20T16:12:39.331Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-20T16:12:39.331Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-20T16:12:39.331Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-20T16:12:41.245Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-20T16:12:41.245Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-20T16:12:41.245Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-20T16:12:41.245Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-20T16:12:41.245Z] === RUN TestDockerSuite/TestVolumeEvents [2022-01-20T16:12:41.519Z] --- PASS: TestResizeWithInvalidSize (2.31s) [2022-01-20T16:12:41.519Z] === RUN TestResizeWhenContainerNotStarted [2022-01-20T16:12:41.816Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-20T16:12:43.208Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-20T16:12:43.208Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-20T16:12:43.208Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-20T16:12:45.137Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-20T16:12:46.586Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-20T16:12:46.587Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-20T16:12:46.587Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-20T16:12:46.587Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-20T16:12:46.587Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-20T16:12:46.587Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-20T16:12:47.051Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-01-20T16:12:47.995Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-20T16:12:47.995Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite (1310.90s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.75s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.49s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.13s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.35s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.38s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.06s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.01s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.14s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.89s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.16s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.41s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.57s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.77s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.61s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.89s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.73s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAttachDetach (0.97s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.90s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.98s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.73s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.72s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.20s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.68s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.04s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.17s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.11s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.72s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.74s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.48s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.27s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.72s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.04s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.22s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.65s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.65s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.70s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.68s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.90s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.95s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.40s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.42s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.60s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.73s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.28s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.98s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.54s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (3.92s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.94s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.32s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddTar (7.38s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.16s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.16s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.25s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.34s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.31s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.64s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.41s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.04s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.81s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.07s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.23s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.34s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.44s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.24s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.08s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.00s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.30s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.32s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (5.00s) [2022-01-20T16:12:47.995Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.22s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.19s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.76s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.83s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (5.68s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.50s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.53s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.82s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.02s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.74s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.93s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.50s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCmd (0.32s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.38s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.39s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.43s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.76s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.71s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.91s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.25s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.67s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.35s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (8.54s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.71s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.60s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.90s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.09s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.55s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.60s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.30s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.16s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.34s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.20s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.69s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.29s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.90s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.94s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.45s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.08s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.09s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.02s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.46s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.49s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.21s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.84s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.12s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.36s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.02s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.32s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.77s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.90s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.03s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.55s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.65s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.40s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.41s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.89s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.21s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.37s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.27s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.32s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.62s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnv (1.57s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.40s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (0.98s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.03s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (21.16s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.13s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.55s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.73s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.50s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.46s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.16s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.96s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildExpose (0.35s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.63s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.46s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.32s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFails (0.73s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.06s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.20s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.01s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.73s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.34s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.91s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.65s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.30s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.87s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.60s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.30s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildHistory (4.40s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.47s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.68s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.57s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.51s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.83s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLabel (0.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.45s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.41s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLabels (0.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.16s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.49s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.21s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.75s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.26s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.67s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.53s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.58s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.28s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.33s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.80s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.38s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.92s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.89s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.64s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.43s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.58s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.23s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.48s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.58s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.72s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.72s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.43s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.29s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.25s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.43s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.31s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.38s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.94s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.06s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.78s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.98s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.86s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.26s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.18s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildPATH (1.55s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.57s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.71s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.00s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.74s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.74s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildRm (2.75s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.00s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.16s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.39s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.69s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.89s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.03s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.83s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.21s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.21s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.37s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.77s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildStderr (0.68s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.19s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.95s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.83s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.60s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.03s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildUser (1.36s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.61s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (11.42s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.67s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.79s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.99s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.42s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.91s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.10s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.71s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.66s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.95s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.14s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.37s) [2022-01-20T16:12:47.996Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.50s) [2022-01-20T16:12:47.996Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.37s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T16:12:47.997Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.48s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitChange (0.66s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.58s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.59s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitTTY (1.12s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.58s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.51s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.53s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.99s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.04s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.59s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.55s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.53s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.67s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.55s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.62s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.29s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.56s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.47s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.62s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.55s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.64s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.62s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.62s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.68s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.09s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.51s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.09s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.12s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.45s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIStop (1.06s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPITop (1.08s) [2022-01-20T16:12:47.997Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.88s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.85s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.11s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.15s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.44s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.14s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.31s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.41s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.41s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.49s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.48s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000c3e858_} (1.63s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-12997628690_/foo_false____} (1.42s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-12997628690_/foo_true____} (1.33s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31848951041_/foo_false____} (1.48s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31848951041_/foo_true____} (1.33s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31848951041_/foo_true__0xc000c3e888__} (1.52s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000c3e8a0_} (1.49s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000c3e8b8_} (1.40s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000c3e8d0_} (1.51s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000c3e8e8_} (1.60s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.94s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.44s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.41s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.42s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.32s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.12s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (1.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.54s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.74s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.58s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.51s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.59s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.72s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.79s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.59s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.54s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.61s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.78s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.51s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.50s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.53s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.67s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.61s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.71s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.04s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.61s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.53s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.18s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.39s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.64s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.35s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.18s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.65s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.57s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.61s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToDot (0.77s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.85s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.91s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToStdout (0.55s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.89s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.77s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.10s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateArgs (0.08s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.35s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.48s) [2022-01-20T16:12:47.997Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.46s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2022-01-20T16:12:47.997Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.43s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.31s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.10s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.19s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.07s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.48s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.90s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.50s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.95s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.97s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.47s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.46s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.50s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.76s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.55s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.41s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.87s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.28s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.74s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.15s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsAttach (0.63s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsCommit (0.71s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.74s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.64s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.70s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.65s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.71s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.66s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.35s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsCopy (1.22s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.35s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.60s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.36s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.22s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.16s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.17s) [2022-01-20T16:12:47.997Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.47s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.22s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.05s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsFilters (1.17s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsFormat (1.17s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.95s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.74s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.21s) [2022-01-20T16:12:47.998Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-01-20T16:12:47.998Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.09s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.54s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsRename (0.73s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsResize (0.71s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.50s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.61s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.50s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.76s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsTop (0.78s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.81s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExec (0.87s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.49s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.52s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.07s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.51s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.54s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.52s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.52s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.53s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.08s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecCgroup (0.87s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecEnv (0.57s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecInspectID (2.63s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecInteractive (0.57s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.69s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.82s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecParseError (0.69s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.56s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.50s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.11s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.56s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.81s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.78s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecTTY (0.69s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.62s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.53s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecUlimits (0.54s) [2022-01-20T16:12:47.998Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.29s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.52s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.88s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.66s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestExecWithUser (0.58s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.56s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.86s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.53s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.50s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.60s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestHealth (18.76s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.56s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.62s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.11s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.57s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.60s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.59s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesFormat (0.08s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.69s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.71s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImportBadURL (0.05s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImportDisplay (1.74s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImportFile (1.07s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.09s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImportGzipped (1.45s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.11s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.54s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.50s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.53s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.49s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.42s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.46s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.45s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.10s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.42s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.47s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2022-01-20T16:12:47.998Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.70s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectDefault (0.46s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectHistory (0.56s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-20T16:12:47.998Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.43s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.44s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.44s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.98s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.09s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.49s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.46s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.45s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.46s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.57s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.96s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.03s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.08s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.43s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.31s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.44s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.25s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.75s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.55s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.36s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.69s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.10s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.35s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.50s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.61s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.70s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.52s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.86s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.82s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.99s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.85s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.93s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.80s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.51s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsSince (6.58s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.42s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.47s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.26s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.44s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestNetHostname (1.34s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.31s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.66s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.26s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.42s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPluginActive (2.18s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (11.81s) [2022-01-20T16:12:47.998Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.39s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.13s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (2.02s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.58s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.98s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.42s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.91s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPortList (6.43s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.91s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.37s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.61s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.58s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.63s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.10s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.20s) [2022-01-20T16:12:47.998Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.88s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.94s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsByOrder (1.92s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.85s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.43s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.23s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.49s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.53s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.03s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.50s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.20s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.90s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.52s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.50s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.95s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.57s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.60s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.66s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.53s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.63s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.21s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.23s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.83s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.16s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.88s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.62s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.27s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.32s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.58s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.50s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.37s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.20s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.61s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.21s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.73s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.13s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.58s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.43s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.54s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.73s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.25s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.87s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAddHost (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.43s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.42s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (0.99s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.42s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.61s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.64s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.95s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.13s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.71s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (1.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.73s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.61s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.87s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.77s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.36s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.50s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.53s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.65s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.42s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.68s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.55s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.51s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.41s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.05s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.92s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.31s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.48s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.43s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.23s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.57s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.76s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.03s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.49s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.49s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.13s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.86s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.31s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.48s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.96s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.46s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.26s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.80s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.69s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.56s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.59s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.52s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.51s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunExitCode (0.52s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.43s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.48s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.49s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.14s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.26s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.21s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.52s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.02s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.77s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.26s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.04s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.58s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.57s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.10s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.19s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.59s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.37s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.57s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.89s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.90s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.19s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.25s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.06s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunMount (5.29s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.62s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.59s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.90s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (1.98s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.31s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.94s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (0.96s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetHost (0.67s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.46s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.36s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.32s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.61s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.36s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.48s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.42s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.53s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.55s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.72s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.41s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.73s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.47s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.50s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.62s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.51s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.07s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.61s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.05s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunRm (0.51s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.67s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.44s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.40s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.37s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.45s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.23s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.74s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.47s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.52s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.48s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.71s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.62s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.48s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.58s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.58s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.72s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.60s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunState (1.31s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.48s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.79s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.18s) [2022-01-20T16:12:47.999Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.69s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.50s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunSysctls (1.22s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.07s) [2022-01-20T16:12:47.999Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.63s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.71s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.74s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.49s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.82s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.86s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.49s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.65s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.64s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.50s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.01s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUserByID (0.77s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.52s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.67s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.55s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.99s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.50s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.77s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.74s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.86s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.35s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.61s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.46s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.49s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.44s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.85s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.46s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.44s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.43s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.46s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.09s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.60s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.76s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.04s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.52s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.51s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.30s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.56s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.45s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.17s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.60s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.62s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.55s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.91s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.90s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.90s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.08s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.51s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.37s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.39s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.39s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.56s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.52s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.34s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.15s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.68s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.89s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.49s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.68s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.89s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.66s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.55s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.52s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartRecordError (1.10s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.17s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.14s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.47s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.15s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.08s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.62s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.42s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.59s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.58s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.76s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.58s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.95s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.84s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.50s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.52s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.30s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.90s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.56s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.96s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateStats (3.50s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.09s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.92s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.79s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.89s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.90s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.52s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.75s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.22s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.58s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.30s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.30s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.86s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.90s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.33s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.31s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.30s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.28s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.45s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.50s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.71s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.49s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.33s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.85s) [2022-01-20T16:12:48.000Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.72s) [2022-01-20T16:12:48.000Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-01-20T16:12:48.000Z] === RUN TestDockerRegistrySuite [2022-01-20T16:12:48.000Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-20T16:12:49.386Z] docker_cli_swarm_test.go:1796: [d8d820a75e185] joining swarm manager [db1f02d6d145e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:12:49.386Z] check_test.go:195: [d578c12b294cb] daemon is not started [2022-01-20T16:12:49.386Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-20T16:12:50.234Z] --- PASS: TestResizeWhenContainerNotStarted (7.47s) [2022-01-20T16:12:50.234Z] === RUN TestDaemonRestartKillContainers [2022-01-20T16:12:50.234Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:12:50.234Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-01-20T16:12:50.234Z] === RUN TestStats [2022-01-20T16:12:50.234Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-20T16:12:50.234Z] --- SKIP: TestStats (0.00s) [2022-01-20T16:12:50.234Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-01-20T16:12:50.345Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-20T16:12:50.769Z] check_test.go:195: [d54ab05effde7] daemon is not started [2022-01-20T16:12:50.769Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-20T16:12:50.769Z] docker_cli_swarm_test.go:1797: [d99ff28346a18] joining swarm manager [db1f02d6d145e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:12:51.321Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-20T16:12:51.321Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-20T16:12:51.321Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-20T16:12:51.321Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-20T16:12:51.321Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-20T16:12:51.321Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-20T16:12:52.152Z] check_test.go:195: [d8b7f934adb53] daemon is not started [2022-01-20T16:12:52.152Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-20T16:12:52.152Z] check_test.go:195: [d722d9bde0e9e] daemon is not started [2022-01-20T16:12:52.152Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T16:12:54.245Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-20T16:12:54.694Z] check_test.go:195: [df1021fef6e9c] daemon is not started [2022-01-20T16:12:54.694Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T16:12:56.133Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.12s) [2022-01-20T16:12:56.133Z] === RUN TestStopContainerWithTimeout [2022-01-20T16:12:56.133Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-20T16:12:56.133Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-01-20T16:12:56.133Z] === RUN TestUpdateRestartPolicy [2022-01-20T16:12:59.977Z] check_test.go:195: [dbdf2b2a1dfae] daemon is not started [2022-01-20T16:12:59.977Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-20T16:13:02.521Z] check_test.go:195: [de847776bbe52] daemon is not started [2022-01-20T16:13:02.521Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-20T16:13:03.461Z] check_test.go:195: [db76f52a92dae] daemon is not started [2022-01-20T16:13:03.461Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-20T16:13:04.402Z] check_test.go:195: [d9a84806a8adf] daemon is not started [2022-01-20T16:13:04.402Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-20T16:13:05.342Z] check_test.go:195: [d47b3fa923bb5] daemon is not started [2022-01-20T16:13:05.342Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-20T16:13:06.287Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-01-20T16:13:06.547Z] check_test.go:195: [dae5749b6c84e] daemon is not started [2022-01-20T16:13:06.547Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-20T16:13:06.681Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-20T16:13:07.937Z] check_test.go:195: [d032586e90f6d] daemon is not started [2022-01-20T16:13:07.937Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-20T16:13:08.878Z] check_test.go:195: [df843fb5d1d52] daemon is not started [2022-01-20T16:13:08.878Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-20T16:13:09.820Z] check_test.go:195: [d9334a5f67d69] daemon is not started [2022-01-20T16:13:09.820Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-20T16:13:10.761Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:04a0e6e55b9df121785700b06720aa3ef66d4a6a13a6bc5e34107d6b5d4dd900 [2022-01-20T16:13:11.332Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b47fdc53ca47aec7c02c99689cda9c7cbcc32dc78f3d037562692eee517ebced [2022-01-20T16:13:11.402Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-20T16:13:11.592Z] check_test.go:195: [dfd2d0426a7b2] daemon is not started [2022-01-20T16:13:11.592Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-20T16:13:11.864Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-20T16:13:11.864Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-20T16:13:11.864Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-20T16:13:12.533Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9224676ea70d7e55237cfa326f810072af7993547c91575d750653c91916daaa [2022-01-20T16:13:13.105Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ae55ec6282ed2a72940a06e7db891eccd02e5991300e84270a636a40bc5e28b5 [2022-01-20T16:13:13.365Z] check_test.go:195: [da4f9775ea164] daemon is not started [2022-01-20T16:13:13.625Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-20T16:13:14.195Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-01-20T16:13:14.767Z] check_test.go:195: [d4f6c5e5df0cb] daemon is not started [2022-01-20T16:13:14.767Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-20T16:13:14.795Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-20T16:13:16.343Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-20T16:13:16.683Z] docker_cli_swarm_test.go:1315: [dc712983a87a5] joining swarm manager [dc2653821ebc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:13:17.253Z] check_test.go:195: [dc663aab2c8e4] daemon is not started [2022-01-20T16:13:17.253Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-20T16:13:17.414Z] --- PASS: TestUpdateRestartPolicy (20.91s) [2022-01-20T16:13:17.414Z] === RUN TestUpdateRestartWithAutoRemove [2022-01-20T16:13:17.513Z] docker_cli_swarm_test.go:1316: [df82f3064b794] joining swarm manager [dc2653821ebc7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:13:18.456Z] check_test.go:195: [d8e966ba431cd] daemon is not started [2022-01-20T16:13:18.456Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-20T16:13:18.717Z] check_test.go:195: [d203cb1f971cf] daemon is not started [2022-01-20T16:13:18.717Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T16:13:18.988Z] --- PASS: TestUpdateRestartWithAutoRemove (2.04s) [2022-01-20T16:13:18.988Z] === RUN TestWaitNonBlocked [2022-01-20T16:13:18.988Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:13:18.988Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:13:18.988Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:13:18.988Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:13:18.988Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-01-20T16:13:18.988Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-01-20T16:13:19.660Z] check_test.go:195: [d18e3dd8f7a6d] daemon is not started [2022-01-20T16:13:19.660Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T16:13:20.601Z] check_test.go:195: [daa33e6d3ceb5] daemon is not started [2022-01-20T16:13:20.601Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T16:13:21.431Z] check_test.go:195: [d304c3a267c9f] daemon is not started [2022-01-20T16:13:21.431Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-20T16:13:22.177Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-20T16:13:22.177Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-20T16:13:22.177Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-20T16:13:22.177Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-20T16:13:22.177Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-20T16:13:22.177Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-20T16:13:22.177Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-20T16:13:22.177Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-20T16:13:22.177Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-20T16:13:22.177Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-20T16:13:23.974Z] check_test.go:195: [d59c8d610ad11] daemon is not started [2022-01-20T16:13:23.974Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-20T16:13:23.974Z] check_test.go:195: [d32589f87c479] daemon is not started [2022-01-20T16:13:23.974Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-20T16:13:24.918Z] check_test.go:195: [deea58a19b3a5] daemon is not started [2022-01-20T16:13:24.918Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-20T16:13:25.489Z] check_test.go:195: [d8d25e86f9fe4] daemon is not started [2022-01-20T16:13:25.489Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-20T16:13:25.489Z] check_test.go:195: [df8ae34dcbf26] daemon is not started [2022-01-20T16:13:25.489Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-20T16:13:25.750Z] check_test.go:195: [dcd45b18794eb] daemon is not started [2022-01-20T16:13:25.750Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-20T16:13:26.010Z] check_test.go:195: [d9c95be6c8101] daemon is not started [2022-01-20T16:13:26.010Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-20T16:13:26.291Z] check_test.go:195: [dd9ce130aeb02] daemon is not started [2022-01-20T16:13:26.291Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-20T16:13:26.552Z] check_test.go:195: [d28a36af8860e] daemon is not started [2022-01-20T16:13:26.552Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-20T16:13:27.493Z] check_test.go:195: [de1f767d690a9] daemon is not started [2022-01-20T16:13:27.493Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-20T16:13:27.690Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-01-20T16:13:27.690Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.69s) [2022-01-20T16:13:27.690Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (7.31s) [2022-01-20T16:13:27.690Z] === RUN TestWaitBlocked [2022-01-20T16:13:27.690Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:27.690Z] --- SKIP: TestWaitBlocked (0.00s) [2022-01-20T16:13:27.690Z] PASS [2022-01-20T16:13:27.690Z] ok github.com/docker/docker/integration/container 98.583s [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === Skipped [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-01-20T16:13:27.690Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.01s) [2022-01-20T16:13:27.690Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-01-20T16:13:27.690Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-01-20T16:13:27.690Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-01-20T16:13:27.690Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-01-20T16:13:27.690Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-01-20T16:13:27.690Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-01-20T16:13:27.690Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-01-20T16:13:27.690Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-01-20T16:13:27.690Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-01-20T16:13:27.690Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-01-20T16:13:27.690Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-01-20T16:13:27.690Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-01-20T16:13:27.690Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-01-20T16:13:27.690Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-01-20T16:13:27.690Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:13:27.690Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-01-20T16:13:27.690Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-01-20T16:13:27.690Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-01-20T16:13:27.690Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-01-20T16:13:27.690Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-01-20T16:13:27.690Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-01-20T16:13:27.690Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-01-20T16:13:27.690Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-01-20T16:13:27.690Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-01-20T16:13:27.690Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-01-20T16:13:27.690Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-01-20T16:13:27.690Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-01-20T16:13:27.690Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-01-20T16:13:27.690Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-01-20T16:13:27.690Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-01-20T16:13:27.690Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-01-20T16:13:27.690Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-01-20T16:13:27.690Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:27.690Z] [2022-01-20T16:13:27.690Z] DONE 87 tests, 33 skipped in 101.112s [2022-01-20T16:13:27.690Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-01-20T16:13:28.330Z] ok github.com/docker/docker/libnetwork/networkdb 104.539s coverage: 60.0% of statements [2022-01-20T16:13:28.330Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-01-20T16:13:28.330Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-01-20T16:13:28.330Z] ok github.com/docker/docker/libnetwork/osl 4.317s coverage: 39.7% of statements [2022-01-20T16:13:28.330Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2022-01-20T16:13:28.330Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-01-20T16:13:28.591Z] ok github.com/docker/docker/libnetwork/portmapper 0.213s coverage: 48.6% of statements [2022-01-20T16:13:28.851Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-01-20T16:13:28.851Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-01-20T16:13:28.876Z] check_test.go:195: [da8bf225385d4] daemon is not started [2022-01-20T16:13:28.876Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-20T16:13:29.111Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === Skipped [2022-01-20T16:13:29.111Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-01-20T16:13:29.111Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-01-20T16:13:29.111Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-01-20T16:13:29.111Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-01-20T16:13:29.111Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-01-20T16:13:29.111Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-01-20T16:13:29.111Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-01-20T16:13:29.111Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-01-20T16:13:29.111Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-01-20T16:13:29.111Z] firewalld_test.go:14: firewalld is not running [2022-01-20T16:13:29.111Z] [2022-01-20T16:13:29.111Z] DONE 326 tests, 9 skipped in 197.619s Post stage [Pipeline] junit [2022-01-20T16:13:29.697Z] Recording test results [2022-01-20T16:13:29.818Z] check_test.go:195: [dd0c96dcb9708] daemon is not started [2022-01-20T16:13:29.818Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-20T16:13:29.984Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-01-20T16:13:30.329Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43142/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9363a990ff1718d8e3362c805083627578ea41f1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9363a990ff1718d8e3362c805083627578ea41f1 hack/validate/vendor [2022-01-20T16:13:30.761Z] check_test.go:195: [d006f75049f0f] daemon is not started [2022-01-20T16:13:30.761Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-20T16:13:30.898Z] go: downloading github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible [2022-01-20T16:13:30.898Z] go: downloading github.com/pkg/errors v0.9.1 [2022-01-20T16:13:31.159Z] go: downloading google.golang.org/grpc v1.27.1 [2022-01-20T16:13:31.420Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-01-20T16:13:31.420Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-01-20T16:13:31.420Z] go: downloading gotest.tools/v3 v3.0.3 [2022-01-20T16:13:31.420Z] go: downloading github.com/docker/go-units v0.4.0 [2022-01-20T16:13:31.420Z] go: downloading github.com/containerd/containerd v1.5.8 [2022-01-20T16:13:31.680Z] go: downloading github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 [2022-01-20T16:13:31.680Z] go: downloading github.com/moby/sys/signal v0.6.0 [2022-01-20T16:13:31.680Z] go: downloading github.com/opencontainers/image-spec v1.0.2 [2022-01-20T16:13:31.680Z] go: downloading golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 [2022-01-20T16:13:31.702Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-20T16:13:31.941Z] go: downloading github.com/moby/buildkit v0.8.2-0.20210615162540-9f254e18360a [2022-01-20T16:13:31.941Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-01-20T16:13:31.941Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-01-20T16:13:31.941Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-01-20T16:13:32.201Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-01-20T16:13:32.201Z] go: downloading golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e [2022-01-20T16:13:32.201Z] go: downloading github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 [2022-01-20T16:13:32.201Z] go: downloading go.etcd.io/bbolt v1.3.5 [2022-01-20T16:13:32.201Z] go: downloading github.com/Microsoft/go-winio v0.5.1 [2022-01-20T16:13:32.201Z] go: downloading github.com/docker/go-metrics v0.0.1 [2022-01-20T16:13:32.201Z] go: downloading github.com/moby/sys/symlink v0.2.0 [2022-01-20T16:13:32.201Z] go: downloading github.com/opencontainers/runc v1.0.3 [2022-01-20T16:13:32.201Z] go: downloading golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 [2022-01-20T16:13:32.462Z] go: downloading github.com/containerd/continuity v0.1.0 [2022-01-20T16:13:32.462Z] go: downloading github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe [2022-01-20T16:13:32.462Z] go: downloading github.com/tonistiigi/fsutil v0.0.0-20210609172227-d72af97c0eaf [2022-01-20T16:13:32.462Z] go: downloading github.com/google/go-cmp v0.2.0 [2022-01-20T16:13:32.462Z] go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 [2022-01-20T16:13:32.462Z] go: downloading github.com/spf13/cobra v1.1.3 [2022-01-20T16:13:32.462Z] go: downloading github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee [2022-01-20T16:13:32.462Z] go: downloading github.com/Microsoft/hcsshim v0.8.23 [2022-01-20T16:13:32.462Z] go: downloading github.com/containerd/cgroups v1.0.1 [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite (44.55s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.58s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.13s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.60s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.02s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.69s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.95s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.08s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.01s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.15s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.27s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.13s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.94s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.78s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.85s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.20s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.60s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.18s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.97s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.85s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.33s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.99s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.00s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.41s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.86s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.99s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2022-01-20T16:13:32.642Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2022-01-20T16:13:32.642Z] === RUN TestDockerSchema1RegistrySuite [2022-01-20T16:13:32.642Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-20T16:13:32.642Z] check_test.go:222: [d82c11062e471] daemon is not started [2022-01-20T16:13:32.642Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T16:13:32.723Z] go: downloading github.com/coreos/go-systemd/v22 v22.3.2 [2022-01-20T16:13:32.723Z] go: downloading github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 [2022-01-20T16:13:32.723Z] go: downloading github.com/docker/swarmkit v1.12.1-0.20210726173615-3629f50980f6 [2022-01-20T16:13:32.723Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-01-20T16:13:32.723Z] go: downloading github.com/hashicorp/go-memdb v0.0.0-20161216180745-cb9a474f84cc [2022-01-20T16:13:32.723Z] go: downloading github.com/moby/sys/mount v0.3.0 [2022-01-20T16:13:32.723Z] go: downloading github.com/opencontainers/selinux v1.9.1 [2022-01-20T16:13:32.982Z] go: downloading github.com/google/uuid v1.1.1 [2022-01-20T16:13:32.982Z] go: downloading github.com/vishvananda/netlink v1.1.0 [2022-01-20T16:13:32.982Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-01-20T16:13:32.982Z] go: downloading github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 [2022-01-20T16:13:32.982Z] go: downloading github.com/moby/locker v1.0.1 [2022-01-20T16:13:32.982Z] go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-01-20T16:13:32.982Z] go: downloading github.com/prometheus/client_golang v1.6.0 [2022-01-20T16:13:32.982Z] go: downloading github.com/vbatts/tar-split v0.11.2 [2022-01-20T16:13:32.982Z] go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible [2022-01-20T16:13:32.982Z] go: downloading github.com/containerd/fifo v1.0.0 [2022-01-20T16:13:32.982Z] go: downloading github.com/aws/aws-sdk-go v1.28.11 [2022-01-20T16:13:34.893Z] go: downloading github.com/fluent/fluent-logger-golang v1.9.0 [2022-01-20T16:13:34.893Z] go: downloading cloud.google.com/go v0.59.0 [2022-01-20T16:13:35.153Z] go: downloading cloud.google.com/go/logging v1.0.1-0.20190813144457-ceeb313ad77b [2022-01-20T16:13:35.153Z] go: downloading google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9 [2022-01-20T16:13:35.153Z] go: downloading github.com/Graylog2/go-gelf v0.0.0-20191017102106-1550ee647df0 [2022-01-20T16:13:35.153Z] go: downloading github.com/bsphere/le_go v0.0.0-20170215134836-7a984a84b549 [2022-01-20T16:13:35.413Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-01-20T16:13:35.413Z] go: downloading github.com/RackSec/srslog v0.0.0-20180709174129-a4725f04ec91 [2022-01-20T16:13:35.413Z] go: downloading github.com/containerd/typeurl v1.0.2 [2022-01-20T16:13:35.413Z] go: downloading github.com/pelletier/go-toml v1.8.1 [2022-01-20T16:13:35.413Z] go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5 [2022-01-20T16:13:35.673Z] go: downloading github.com/creack/pty v1.1.11 [2022-01-20T16:13:35.673Z] go: downloading github.com/docker/libkv v0.2.2-0.20211217103745-e480589147e3 [2022-01-20T16:13:35.673Z] go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c [2022-01-20T16:13:35.673Z] go: downloading github.com/miekg/dns v1.1.27 [2022-01-20T16:13:35.673Z] go: downloading github.com/moby/ipvs v1.0.1 [2022-01-20T16:13:35.673Z] go: downloading github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae [2022-01-20T16:13:35.673Z] go: downloading github.com/hashicorp/serf v0.7.1-0.20160317193612-598c54895cc5 [2022-01-20T16:13:35.934Z] go: downloading github.com/deckarep/golang-set v0.0.0-20141123011944-ef32fa3046d9 [2022-01-20T16:13:35.934Z] go: downloading github.com/godbus/dbus/v5 v5.0.4 [2022-01-20T16:13:35.941Z] check_test.go:222: [d00edcb5aacfb] daemon is not started [2022-01-20T16:13:35.941Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T16:13:37.317Z] go: downloading github.com/stretchr/testify v1.3.0 [2022-01-20T16:13:37.317Z] go: downloading github.com/morikuni/aec v1.0.0 [2022-01-20T16:13:37.317Z] go: downloading github.com/golang/protobuf v1.3.5 [2022-01-20T16:13:37.317Z] go: downloading github.com/klauspost/compress v1.11.13 [2022-01-20T16:13:37.317Z] go: downloading github.com/armon/go-radix v0.0.0-20150105235045-e39d623f12e8 [2022-01-20T16:13:37.317Z] go: downloading github.com/hashicorp/memberlist v0.2.4 [2022-01-20T16:13:37.317Z] go: downloading github.com/tchap/go-patricia v2.3.0+incompatible [2022-01-20T16:13:37.317Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-01-20T16:13:37.317Z] go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 [2022-01-20T16:13:37.317Z] go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 [2022-01-20T16:13:37.317Z] go: downloading github.com/opentracing/opentracing-go v1.2.0 [2022-01-20T16:13:37.585Z] go: downloading golang.org/x/crypto v0.0.0-20211202192323-5770296d904e [2022-01-20T16:13:37.585Z] go: downloading github.com/mitchellh/hashstructure v1.0.0 [2022-01-20T16:13:37.585Z] go: downloading github.com/containerd/console v1.0.2 [2022-01-20T16:13:37.585Z] go: downloading github.com/containerd/go-runc v1.0.0 [2022-01-20T16:13:37.585Z] go: downloading github.com/gogo/googleapis v1.3.2 [2022-01-20T16:13:37.585Z] go: downloading github.com/opentracing-contrib/go-stdlib v1.0.0 [2022-01-20T16:13:37.585Z] go: downloading github.com/hashicorp/golang-lru v0.5.3 [2022-01-20T16:13:37.585Z] go: downloading github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c [2022-01-20T16:13:37.585Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2022-01-20T16:13:37.585Z] go: downloading github.com/containerd/ttrpc v1.1.0 [2022-01-20T16:13:37.585Z] go: downloading github.com/coreos/etcd v3.3.27+incompatible [2022-01-20T16:13:38.166Z] go: downloading github.com/fernet/fernet-go v0.0.0-20180830025343-9eac43b88a5e [2022-01-20T16:13:38.166Z] go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 [2022-01-20T16:13:38.166Z] go: downloading github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee [2022-01-20T16:13:38.166Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-01-20T16:13:38.166Z] go: downloading github.com/cyphar/filepath-securejoin v0.2.2 [2022-01-20T16:13:38.166Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-01-20T16:13:38.166Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2022-01-20T16:13:38.166Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-01-20T16:13:38.426Z] go: downloading github.com/prometheus/common v0.9.1 [2022-01-20T16:13:38.426Z] go: downloading github.com/prometheus/procfs v0.0.11 [2022-01-20T16:13:38.426Z] go: downloading github.com/tinylib/msgp v1.1.0 [2022-01-20T16:13:38.426Z] go: downloading github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 [2022-01-20T16:13:38.426Z] go: downloading google.golang.org/api v0.8.0 [2022-01-20T16:13:39.810Z] go: downloading github.com/googleapis/gax-go/v2 v2.0.5 [2022-01-20T16:13:39.810Z] go: downloading go.opencensus.io v0.22.3 [2022-01-20T16:13:39.810Z] go: downloading golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d [2022-01-20T16:13:39.810Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-01-20T16:13:39.810Z] go: downloading github.com/google/certificate-transparency-go v1.0.20 [2022-01-20T16:13:40.070Z] go: downloading github.com/armon/go-metrics v0.0.0-20150106224455-eb0af217e5e9 [2022-01-20T16:13:40.070Z] go: downloading github.com/hashicorp/go-msgpack v0.0.0-20140221154404-71c2886f5a67 [2022-01-20T16:13:40.070Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-01-20T16:13:40.070Z] go: downloading golang.org/x/text v0.3.3 [2022-01-20T16:13:40.141Z] check_test.go:222: [d231c0c4048de] daemon is not started [2022-01-20T16:13:40.141Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-20T16:13:40.641Z] go: downloading github.com/google/btree v1.0.1 [2022-01-20T16:13:40.641Z] go: downloading github.com/hashicorp/go-multierror v1.0.0 [2022-01-20T16:13:40.641Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-01-20T16:13:40.641Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-01-20T16:13:40.641Z] go: downloading github.com/cilium/ebpf v0.6.2 [2022-01-20T16:13:40.641Z] go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 [2022-01-20T16:13:40.901Z] go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea [2022-01-20T16:13:40.901Z] go: downloading github.com/gofrs/flock v0.7.3 [2022-01-20T16:13:40.901Z] go: downloading code.cloudfoundry.org/clock v1.0.0 [2022-01-20T16:13:40.901Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-01-20T16:13:40.901Z] go: downloading github.com/jmespath/go-jmespath v0.3.0 [2022-01-20T16:13:40.901Z] go: downloading github.com/philhofer/fwd v1.0.0 [2022-01-20T16:13:40.901Z] go: downloading github.com/kr/pretty v0.2.1 [2022-01-20T16:13:40.901Z] go: downloading github.com/jstemmer/go-junit-report v0.9.1 [2022-01-20T16:13:40.901Z] go: downloading golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 [2022-01-20T16:13:40.901Z] go: downloading golang.org/x/tools v0.1.0 [2022-01-20T16:13:40.901Z] go: downloading cloud.google.com/go/bigquery v1.0.0 [2022-01-20T16:13:40.901Z] go: downloading cloud.google.com/go/datastore v1.1.0 [2022-01-20T16:13:41.082Z] check_test.go:222: [d7221d0be5694] daemon is not started [2022-01-20T16:13:41.082Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-20T16:13:41.162Z] go: downloading cloud.google.com/go/pubsub v1.3.1 [2022-01-20T16:13:41.162Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-01-20T16:13:41.162Z] go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible [2022-01-20T16:13:41.162Z] go: downloading labix.org/v2/mgo v0.0.0-20140701140051-000000000287 [2022-01-20T16:13:41.162Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2022-01-20T16:13:41.162Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-01-20T16:13:41.162Z] go: downloading github.com/frankban/quicktest v1.11.3 [2022-01-20T16:13:41.162Z] go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 [2022-01-20T16:13:41.162Z] go: downloading github.com/onsi/ginkgo v1.8.0 [2022-01-20T16:13:41.342Z] check_test.go:222: [deb506fcd032a] daemon is not started [2022-01-20T16:13:41.342Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T16:13:41.422Z] go: downloading github.com/onsi/gomega v1.5.0 [2022-01-20T16:13:41.422Z] go: downloading github.com/kr/text v0.1.0 [2022-01-20T16:13:41.682Z] go: downloading google.golang.org/appengine v1.6.7 [2022-01-20T16:13:41.682Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-01-20T16:13:41.682Z] go: downloading github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea [2022-01-20T16:13:41.682Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-01-20T16:13:41.682Z] go: downloading golang.org/x/mod v0.4.1 [2022-01-20T16:13:41.682Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-01-20T16:13:41.682Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-01-20T16:13:41.682Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [2022-01-20T16:13:41.682Z] No vendor changes in diff. [2022-01-20T16:13:42.283Z] check_test.go:222: [dee1f9d22dd5e] daemon is not started [2022-01-20T16:13:42.283Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T16:13:43.225Z] check_test.go:222: [d30bf33591392] daemon is not started [2022-01-20T16:13:43.225Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T16:13:44.167Z] check_test.go:222: [d20418e5f6efa] daemon is not started [2022-01-20T16:13:44.167Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-20T16:13:45.296Z] + echo Ensuring container killed. [2022-01-20T16:13:45.296Z] Ensuring container killed. [2022-01-20T16:13:45.296Z] + docker rm -vf docker-pr4 [2022-01-20T16:13:45.296Z] Error: No such container: docker-pr4 [Pipeline] sh [2022-01-20T16:13:45.585Z] + echo Chowning /workspace to jenkins user [2022-01-20T16:13:45.585Z] Chowning /workspace to jenkins user [2022-01-20T16:13:45.585Z] + id -u [2022-01-20T16:13:45.585Z] + id -g [2022-01-20T16:13:45.585Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43142:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-20T16:13:46.453Z] + bundleName=unit [2022-01-20T16:13:46.453Z] + echo Creating unit-bundles.tar.gz [2022-01-20T16:13:46.453Z] Creating unit-bundles.tar.gz [2022-01-20T16:13:46.453Z] + 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-01-20T16:13:46.453Z] bundles/junit-report-libnetwork.xml [2022-01-20T16:13:46.453Z] bundles/junit-report.xml [2022-01-20T16:13:46.453Z] bundles/go-test-report-libnetwork.json [2022-01-20T16:13:46.453Z] bundles/go-test-report.json [2022-01-20T16:13:46.453Z] bundles/profile-libnetwork.out [2022-01-20T16:13:46.453Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-01-20T16:13:46.467Z] Archiving artifacts [2022-01-20T16:13:46.710Z] check_test.go:222: [d20aef9e0c037] daemon is not started [2022-01-20T16:13:46.710Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-20T16:13:46.816Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-20T16:13:46.971Z] check_test.go:222: [d6c263a1a3438] daemon is not started [2022-01-20T16:13:46.971Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-20T16:13:47.127Z] + make clean [2022-01-20T16:13:47.127Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T16:13:47.127Z] docker-dev-cache [2022-01-20T16:13:47.127Z] docker-mod-cache [Pipeline] deleteDir [2022-01-20T16:13:47.231Z] check_test.go:222: [d0514e6ed404e] daemon is not started [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite (14.84s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.17s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.88s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.63s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.05s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.98s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.38s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.47s) [2022-01-20T16:13:47.232Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2022-01-20T16:13:47.232Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-20T16:13:47.232Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-20T16:13:48.173Z] check_test.go:251: [d16d4eeffee2b] daemon is not started [2022-01-20T16:13:48.173Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-20T16:13:48.439Z] check_test.go:251: [dbcab160c172e] daemon is not started [2022-01-20T16:13:48.439Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-20T16:13:48.707Z] check_test.go:251: [d8251eec41532] daemon is not started [2022-01-20T16:13:48.707Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-20T16:13:49.041Z] === RUN TestConfigDaemonLibtrustID [2022-01-20T16:13:49.042Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-20T16:13:49.042Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-01-20T16:13:49.042Z] === RUN TestDaemonConfigValidation [2022-01-20T16:13:49.042Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-20T16:13:49.042Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-01-20T16:13:49.042Z] === RUN TestConfigDaemonSeccompProfiles [2022-01-20T16:13:49.042Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-20T16:13:49.042Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.01s) [2022-01-20T16:13:49.042Z] === RUN TestDaemonProxy [2022-01-20T16:13:49.042Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-20T16:13:49.042Z] --- SKIP: TestDaemonProxy (0.00s) [2022-01-20T16:13:49.042Z] PASS [2022-01-20T16:13:49.042Z] ok github.com/docker/docker/integration/daemon 0.124s [2022-01-20T16:13:49.042Z] [2022-01-20T16:13:49.042Z] === Skipped [2022-01-20T16:13:49.042Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-01-20T16:13:49.042Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-01-20T16:13:49.042Z] [2022-01-20T16:13:49.042Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-01-20T16:13:49.042Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-01-20T16:13:49.042Z] [2022-01-20T16:13:49.042Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.01s) [2022-01-20T16:13:49.042Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-01-20T16:13:49.042Z] [2022-01-20T16:13:49.042Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-01-20T16:13:49.042Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-01-20T16:13:49.042Z] [2022-01-20T16:13:49.042Z] DONE 4 tests, 4 skipped in 22.429s [2022-01-20T16:13:49.042Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-01-20T16:13:50.089Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-20T16:13:50.660Z] check_test.go:251: [d59bd34da5cc0] daemon is not started [2022-01-20T16:13:50.660Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-20T16:13:50.920Z] check_test.go:251: [d3633b20b8f26] daemon is not started [2022-01-20T16:13:50.920Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-20T16:13:51.272Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:13:51.272Z] INFO: Testing against a local daemon [2022-01-20T16:13:51.272Z] === RUN TestCommitInheritsEnv [2022-01-20T16:13:51.272Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:13:51.272Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-01-20T16:13:51.272Z] === RUN TestImportExtremelyLargeImageWorks [2022-01-20T16:13:51.272Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-01-20T16:13:51.272Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T16:13:51.272Z] === RUN TestImagesFilterMultiReference [2022-01-20T16:13:51.272Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2022-01-20T16:13:51.272Z] === RUN TestImagePullPlatformInvalid [2022-01-20T16:13:51.272Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-01-20T16:13:51.272Z] === RUN TestRemoveImageOrphaning [2022-01-20T16:13:51.860Z] check_test.go:251: [da4f981e9de6b] daemon is not started [2022-01-20T16:13:51.860Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-20T16:13:52.121Z] check_test.go:251: [d763ba4c7812e] daemon is not started [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.83s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.73s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.26s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.91s) [2022-01-20T16:13:52.121Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2022-01-20T16:13:52.121Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-20T16:13:52.121Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-20T16:13:52.265Z] --- PASS: TestRemoveImageOrphaning (1.03s) [2022-01-20T16:13:52.266Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-01-20T16:13:52.266Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-01-20T16:13:52.266Z] === RUN TestTagInvalidReference [2022-01-20T16:13:52.266Z] --- PASS: TestTagInvalidReference (0.03s) [2022-01-20T16:13:52.266Z] === RUN TestTagValidPrefixedRepo [2022-01-20T16:13:52.266Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2022-01-20T16:13:52.266Z] === RUN TestTagExistedNameWithoutForce [2022-01-20T16:13:52.266Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-01-20T16:13:52.266Z] === RUN TestTagOfficialNames [2022-01-20T16:13:52.737Z] --- PASS: TestTagOfficialNames (0.08s) [2022-01-20T16:13:52.737Z] === RUN TestTagMatchesDigest [2022-01-20T16:13:52.737Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-01-20T16:13:52.737Z] PASS [2022-01-20T16:13:52.737Z] ok github.com/docker/docker/integration/image 1.552s [2022-01-20T16:13:52.737Z] [2022-01-20T16:13:52.737Z] === Skipped [2022-01-20T16:13:52.737Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-01-20T16:13:52.737Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:13:52.737Z] [2022-01-20T16:13:52.737Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-01-20T16:13:52.737Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2022-01-20T16:13:52.737Z] [2022-01-20T16:13:52.737Z] DONE 11 tests, 2 skipped in 3.516s [2022-01-20T16:13:52.737Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-01-20T16:13:54.970Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:13:54.970Z] INFO: Testing against a local daemon [2022-01-20T16:13:54.970Z] === RUN TestNetworkCreateDelete [2022-01-20T16:13:54.970Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:54.970Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestDockerNetworkDeletePreferID [2022-01-20T16:13:54.970Z] 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-01-20T16:13:54.970Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestDaemonDNSFallback [2022-01-20T16:13:54.970Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:54.970Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestInspectNetwork [2022-01-20T16:13:54.970Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:54.970Z] --- SKIP: TestInspectNetwork (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestRunContainerWithBridgeNone [2022-01-20T16:13:54.970Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:54.970Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestNetworkInvalidJSON [2022-01-20T16:13:54.970Z] === RUN TestNetworkInvalidJSON//networks/create [2022-01-20T16:13:54.970Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-01-20T16:13:54.970Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:13:54.970Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:13:54.970Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:13:54.970Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:13:54.970Z] === CONT TestNetworkInvalidJSON//networks/create [2022-01-20T16:13:54.970Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-01-20T16:13:54.970Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-01-20T16:13:54.970Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-01-20T16:13:54.970Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-01-20T16:13:54.970Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-01-20T16:13:54.970Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-01-20T16:13:54.970Z] === RUN TestNetworkList [2022-01-20T16:13:54.970Z] === RUN TestNetworkList//networks [2022-01-20T16:13:54.970Z] === PAUSE TestNetworkList//networks [2022-01-20T16:13:54.970Z] === RUN TestNetworkList//networks/ [2022-01-20T16:13:54.970Z] === PAUSE TestNetworkList//networks/ [2022-01-20T16:13:54.970Z] === CONT TestNetworkList//networks [2022-01-20T16:13:54.970Z] === CONT TestNetworkList//networks/ [2022-01-20T16:13:54.970Z] --- PASS: TestNetworkList (0.04s) [2022-01-20T16:13:54.970Z] --- PASS: TestNetworkList//networks (0.00s) [2022-01-20T16:13:54.970Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestHostIPv4BridgeLabel [2022-01-20T16:13:54.970Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestDaemonRestartWithLiveRestore [2022-01-20T16:13:54.970Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestDaemonDefaultNetworkPools [2022-01-20T16:13:54.970Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestDaemonRestartWithExistingNetwork [2022-01-20T16:13:54.970Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-01-20T16:13:54.970Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-01-20T16:13:54.970Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestServiceWithPredefinedNetwork [2022-01-20T16:13:54.970Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-01-20T16:13:54.970Z] service_test.go:243: FLAKY_TEST [2022-01-20T16:13:54.970Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestServiceWithDataPathPortInit [2022-01-20T16:13:54.970Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-01-20T16:13:54.970Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-01-20T16:13:54.970Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-20T16:13:54.970Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T16:13:54.970Z] PASS [2022-01-20T16:13:54.970Z] ok github.com/docker/docker/integration/network 0.166s [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === Skipped [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-01-20T16:13:55.441Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-01-20T16:13:55.441Z] 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-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-01-20T16:13:55.441Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-01-20T16:13:55.441Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-01-20T16:13:55.441Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-01-20T16:13:55.441Z] network_test.go:128: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:30: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:59: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:103: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:137: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:188: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:213: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:243: FLAKY_TEST [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:334: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-01-20T16:13:55.441Z] service_test.go:402: testEnv.OSType == "windows" [2022-01-20T16:13:55.441Z] [2022-01-20T16:13:55.441Z] DONE 22 tests, 15 skipped in 2.330s [2022-01-20T16:13:55.441Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-01-20T16:13:55.912Z] testing: warning: no tests to run [2022-01-20T16:13:55.912Z] PASS [2022-01-20T16:13:55.912Z] ok github.com/docker/docker/integration/network/ipvlan 0.086s [2022-01-20T16:13:55.912Z] [2022-01-20T16:13:55.912Z] DONE 0 tests in 0.740s [2022-01-20T16:13:56.382Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-01-20T16:13:56.853Z] testing: warning: no tests to run [2022-01-20T16:13:56.853Z] PASS [2022-01-20T16:13:56.853Z] ok github.com/docker/docker/integration/network/macvlan 0.077s [2022-01-20T16:13:56.853Z] [2022-01-20T16:13:56.853Z] DONE 0 tests in 0.702s [2022-01-20T16:13:56.853Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-01-20T16:13:57.400Z] check_test.go:278: [d088d8ac08a3a] daemon is not started [2022-01-20T16:13:57.400Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-20T16:13:57.400Z] check_test.go:278: [d7089434049e2] daemon is not started [2022-01-20T16:13:57.400Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-20T16:13:57.660Z] check_test.go:278: [d0eb8521b85d6] daemon is not started [2022-01-20T16:13:57.660Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-20T16:13:57.660Z] check_test.go:278: [d0dc28435e384] daemon is not started [2022-01-20T16:13:57.660Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-20T16:13:57.845Z] testing: warning: no tests to run [2022-01-20T16:13:57.845Z] PASS [2022-01-20T16:13:57.845Z] ok github.com/docker/docker/integration/plugin 0.087s [2022-01-20T16:13:57.845Z] [2022-01-20T16:13:57.845Z] DONE 0 tests in 0.767s [2022-01-20T16:13:57.845Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-01-20T16:13:57.920Z] check_test.go:278: [d73306af6134e] daemon is not started [2022-01-20T16:13:57.920Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.84s) [2022-01-20T16:13:57.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2022-01-20T16:13:57.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2022-01-20T16:13:57.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-01-20T16:13:57.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.20s) [2022-01-20T16:13:57.920Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-01-20T16:13:57.920Z] === RUN TestDockerNetworkSuite [2022-01-20T16:13:57.920Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-01-20T16:13:57.936Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-20T16:13:57.937Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-20T16:13:57.937Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-20T16:13:57.937Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-20T16:13:57.937Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-20T16:13:58.838Z] testing: warning: no tests to run [2022-01-20T16:13:58.838Z] PASS [2022-01-20T16:13:58.838Z] ok github.com/docker/docker/integration/plugin/authz 0.084s [2022-01-20T16:13:58.838Z] [2022-01-20T16:13:58.838Z] DONE 0 tests in 0.780s [2022-01-20T16:13:58.838Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-01-20T16:13:58.860Z] docker_cli_network_unix_test.go:46: [d0a99c5c994d7] daemon is not started [2022-01-20T16:13:59.121Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-01-20T16:13:59.382Z] docker_cli_network_unix_test.go:46: [db8cb66f65248] daemon is not started [2022-01-20T16:13:59.643Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-01-20T16:14:02.186Z] docker_cli_network_unix_test.go:46: [d4bc93a304fbd] daemon is not started [2022-01-20T16:14:02.447Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-20T16:14:02.977Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-20T16:14:02.977Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-20T16:14:02.977Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-20T16:14:02.977Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-20T16:14:02.977Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-20T16:14:02.977Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-20T16:14:02.977Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-20T16:14:02.977Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-20T16:14:02.977Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-20T16:14:03.830Z] docker_cli_network_unix_test.go:46: [d01d5c39435a7] daemon is not started [2022-01-20T16:14:04.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-01-20T16:14:04.350Z] docker_cli_network_unix_test.go:1233: [db2bf1e23bc30] daemon is not started [2022-01-20T16:14:04.739Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:04.739Z] INFO: Testing against a local daemon [2022-01-20T16:14:04.739Z] === RUN TestPluginInvalidJSON [2022-01-20T16:14:04.739Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:14:04.739Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:14:04.739Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-01-20T16:14:04.739Z] --- PASS: TestPluginInvalidJSON (0.05s) [2022-01-20T16:14:04.739Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2022-01-20T16:14:04.739Z] === RUN TestPluginInstall [2022-01-20T16:14:04.739Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-20T16:14:04.739Z] --- SKIP: TestPluginInstall (0.00s) [2022-01-20T16:14:04.739Z] === RUN TestPluginsWithRuntimes [2022-01-20T16:14:04.739Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-20T16:14:04.739Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-01-20T16:14:04.739Z] === RUN TestPluginBackCompatMediaTypes [2022-01-20T16:14:04.739Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-20T16:14:04.739Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T16:14:04.739Z] PASS [2022-01-20T16:14:04.739Z] ok github.com/docker/docker/integration/plugin/common 0.135s [2022-01-20T16:14:04.739Z] [2022-01-20T16:14:04.739Z] === Skipped [2022-01-20T16:14:04.739Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-01-20T16:14:04.739Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-01-20T16:14:04.739Z] [2022-01-20T16:14:04.739Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-01-20T16:14:04.739Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-01-20T16:14:04.739Z] [2022-01-20T16:14:04.739Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-01-20T16:14:04.739Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-01-20T16:14:04.739Z] [2022-01-20T16:14:04.739Z] DONE 5 tests, 3 skipped in 5.229s [2022-01-20T16:14:04.739Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-01-20T16:14:06.894Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-01-20T16:14:07.717Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:07.717Z] INFO: Testing against a local daemon [2022-01-20T16:14:07.717Z] === RUN TestExternalGraphDriver [2022-01-20T16:14:07.717Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-20T16:14:07.717Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-01-20T16:14:07.717Z] === RUN TestGraphdriverPluginV2 [2022-01-20T16:14:07.717Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-20T16:14:07.717Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-01-20T16:14:07.717Z] PASS [2022-01-20T16:14:07.717Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.114s [2022-01-20T16:14:07.717Z] [2022-01-20T16:14:07.717Z] === Skipped [2022-01-20T16:14:07.717Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-01-20T16:14:07.717Z] external_test.go:47: runtime.GOOS == "windows" [2022-01-20T16:14:07.717Z] [2022-01-20T16:14:07.717Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-01-20T16:14:07.717Z] external_test.go:407: runtime.GOOS == "windows" [2022-01-20T16:14:07.717Z] [2022-01-20T16:14:07.717Z] DONE 2 tests, 2 skipped in 3.429s [2022-01-20T16:14:07.717Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-01-20T16:14:07.834Z] docker_cli_network_unix_test.go:46: [df2721aa7b18e] daemon is not started [2022-01-20T16:14:08.095Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-01-20T16:14:08.864Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-20T16:14:08.864Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:14:08.864Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-20T16:14:08.864Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-20T16:14:08.864Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-20T16:14:09.944Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:09.944Z] INFO: Testing against a local daemon [2022-01-20T16:14:09.944Z] === RUN TestReadPluginNoRead [2022-01-20T16:14:09.944Z] read_test.go:21: no unix domain sockets on Windows [2022-01-20T16:14:09.944Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-01-20T16:14:09.944Z] PASS [2022-01-20T16:14:09.944Z] ok github.com/docker/docker/integration/plugin/logging 0.094s [2022-01-20T16:14:09.944Z] [2022-01-20T16:14:09.944Z] === Skipped [2022-01-20T16:14:09.944Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-01-20T16:14:09.944Z] read_test.go:21: no unix domain sockets on Windows [2022-01-20T16:14:09.944Z] [2022-01-20T16:14:09.944Z] DONE 1 tests, 1 skipped in 2.306s [2022-01-20T16:14:09.944Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-01-20T16:14:11.635Z] testing: warning: no tests to run [2022-01-20T16:14:11.635Z] PASS [2022-01-20T16:14:11.635Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.073s [2022-01-20T16:14:11.635Z] [2022-01-20T16:14:11.635Z] DONE 0 tests in 1.078s [2022-01-20T16:14:11.635Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-01-20T16:14:12.461Z] docker_cli_network_unix_test.go:46: [d5b471d294600] daemon is not started [2022-01-20T16:14:12.671Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-20T16:14:13.208Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:13.208Z] INFO: Testing against a local daemon [2022-01-20T16:14:13.208Z] === RUN TestPluginWithDevMounts [2022-01-20T16:14:13.208Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:13.208Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-01-20T16:14:13.208Z] PASS [2022-01-20T16:14:13.208Z] ok github.com/docker/docker/integration/plugin/volumes 0.102s [2022-01-20T16:14:13.422Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-01-20T16:14:13.678Z] [2022-01-20T16:14:13.679Z] === Skipped [2022-01-20T16:14:13.679Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-01-20T16:14:13.679Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:13.679Z] [2022-01-20T16:14:13.679Z] DONE 1 tests, 1 skipped in 2.175s [2022-01-20T16:14:13.679Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-01-20T16:14:15.262Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:15.262Z] INFO: Testing against a local daemon [2022-01-20T16:14:15.333Z] docker_cli_network_unix_test.go:46: [d41c9d52ad0e4] daemon is not started [2022-01-20T16:14:15.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-01-20T16:14:15.625Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-20T16:14:15.625Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-20T16:14:15.625Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-20T16:14:15.625Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-20T16:14:15.625Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-20T16:14:15.625Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-20T16:14:15.625Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-20T16:14:15.625Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-20T16:14:15.625Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-20T16:14:15.703Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-20T16:14:15.703Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-20T16:14:15.703Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-20T16:14:15.703Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-20T16:14:15.733Z] === RUN TestSecretInspect [2022-01-20T16:14:15.733Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] --- SKIP: TestSecretInspect (0.00s) [2022-01-20T16:14:15.733Z] === RUN TestSecretList [2022-01-20T16:14:15.733Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] --- SKIP: TestSecretList (0.00s) [2022-01-20T16:14:15.733Z] === RUN TestSecretsCreateAndDelete [2022-01-20T16:14:15.733Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-01-20T16:14:15.733Z] === RUN TestSecretsUpdate [2022-01-20T16:14:15.733Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-01-20T16:14:15.733Z] === RUN TestTemplatedSecret [2022-01-20T16:14:15.733Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-01-20T16:14:15.733Z] === RUN TestSecretCreateResolve [2022-01-20T16:14:15.733Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:15.733Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-01-20T16:14:15.733Z] PASS [2022-01-20T16:14:15.733Z] ok github.com/docker/docker/integration/secret 0.120s [2022-01-20T16:14:15.733Z] [2022-01-20T16:14:15.733Z] === Skipped [2022-01-20T16:14:15.733Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-01-20T16:14:15.733Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] [2022-01-20T16:14:15.733Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-01-20T16:14:15.733Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] [2022-01-20T16:14:15.733Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-01-20T16:14:15.733Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] [2022-01-20T16:14:15.733Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-01-20T16:14:15.733Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] [2022-01-20T16:14:15.733Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-01-20T16:14:15.733Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:15.733Z] [2022-01-20T16:14:15.733Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-01-20T16:14:15.733Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:15.733Z] [2022-01-20T16:14:15.733Z] DONE 6 tests, 6 skipped in 1.982s [2022-01-20T16:14:15.733Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-01-20T16:14:16.977Z] docker_cli_network_unix_test.go:46: [dff75d7ebbf22] daemon is not started [2022-01-20T16:14:16.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-01-20T16:14:17.238Z] docker_cli_network_unix_test.go:46: [d37a39155c840] daemon is not started [2022-01-20T16:14:17.238Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-01-20T16:14:17.499Z] docker_cli_network_unix_test.go:46: [d6af7964cd045] daemon is not started [2022-01-20T16:14:17.761Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-01-20T16:14:17.964Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:17.964Z] INFO: Testing against a local daemon [2022-01-20T16:14:17.964Z] === RUN TestServiceCreateInit [2022-01-20T16:14:17.964Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-01-20T16:14:17.964Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-01-20T16:14:17.964Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- PASS: TestServiceCreateInit (0.04s) [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestCreateServiceMultipleTimes [2022-01-20T16:14:17.964Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestCreateServiceConflict [2022-01-20T16:14:17.964Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestCreateServiceMaxReplicas [2022-01-20T16:14:17.964Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-01-20T16:14:17.964Z] === RUN TestCreateWithDuplicateNetworkNames [2022-01-20T16:14:17.964Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestCreateServiceSecretFileMode [2022-01-20T16:14:17.964Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestCreateServiceConfigFileMode [2022-01-20T16:14:17.964Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestCreateServiceSysctls [2022-01-20T16:14:17.964Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-01-20T16:14:17.964Z] === RUN TestCreateServiceCapabilities [2022-01-20T16:14:17.964Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-01-20T16:14:17.964Z] === RUN TestInspect [2022-01-20T16:14:17.964Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestInspect (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestCreateJob [2022-01-20T16:14:17.964Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestCreateJob (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestReplicatedJob [2022-01-20T16:14:17.964Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestReplicatedJob (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestUpdateReplicatedJob [2022-01-20T16:14:17.964Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestServiceListWithStatuses [2022-01-20T16:14:17.964Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestDockerNetworkConnectAlias [2022-01-20T16:14:17.964Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestDockerNetworkReConnect [2022-01-20T16:14:17.964Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestServicePlugin [2022-01-20T16:14:17.964Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:17.964Z] --- SKIP: TestServicePlugin (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestServiceUpdateLabel [2022-01-20T16:14:17.964Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestServiceUpdateSecrets [2022-01-20T16:14:17.964Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestServiceUpdateConfigs [2022-01-20T16:14:17.964Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestServiceUpdateNetwork [2022-01-20T16:14:17.964Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-01-20T16:14:17.964Z] === RUN TestServiceUpdatePidsLimit [2022-01-20T16:14:17.964Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:17.964Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-01-20T16:14:17.964Z] PASS [2022-01-20T16:14:18.332Z] docker_cli_network_unix_test.go:46: [dcc5eef66b15a] daemon is not started [2022-01-20T16:14:18.436Z] ok github.com/docker/docker/integration/service 0.236s [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === Skipped [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:14:18.436Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:14:18.436Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-01-20T16:14:18.436Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-01-20T16:14:18.436Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-01-20T16:14:18.436Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-01-20T16:14:18.436Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-01-20T16:14:18.436Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-01-20T16:14:18.436Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-01-20T16:14:18.436Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-01-20T16:14:18.436Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-01-20T16:14:18.436Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-01-20T16:14:18.436Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-01-20T16:14:18.436Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-01-20T16:14:18.436Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-01-20T16:14:18.436Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-01-20T16:14:18.436Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-01-20T16:14:18.436Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-01-20T16:14:18.436Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-01-20T16:14:18.436Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-01-20T16:14:18.436Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-01-20T16:14:18.436Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-01-20T16:14:18.436Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-01-20T16:14:18.436Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-01-20T16:14:18.436Z] [2022-01-20T16:14:18.436Z] DONE 24 tests, 23 skipped in 2.449s [2022-01-20T16:14:18.436Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-01-20T16:14:18.590Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-20T16:14:18.590Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-20T16:14:18.590Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-20T16:14:18.590Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:14:18.590Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-20T16:14:18.593Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-01-20T16:14:19.163Z] docker_cli_network_unix_test.go:46: [daeb5b4b0910f] daemon is not started [2022-01-20T16:14:19.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-01-20T16:14:19.733Z] docker_cli_network_unix_test.go:46: [d1bfb57210d1a] daemon is not started [2022-01-20T16:14:19.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-01-20T16:14:19.994Z] docker_cli_network_unix_test.go:46: [d6679ca8c103f] daemon is not started [2022-01-20T16:14:19.994Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-01-20T16:14:20.010Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:20.010Z] INFO: Testing against a local daemon [2022-01-20T16:14:20.010Z] === RUN TestSessionCreate [2022-01-20T16:14:20.010Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-20T16:14:20.010Z] --- SKIP: TestSessionCreate (0.00s) [2022-01-20T16:14:20.010Z] === RUN TestSessionCreateWithBadUpgrade [2022-01-20T16:14:20.010Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-20T16:14:20.010Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-01-20T16:14:20.010Z] PASS [2022-01-20T16:14:20.010Z] ok github.com/docker/docker/integration/session 0.090s [2022-01-20T16:14:20.482Z] [2022-01-20T16:14:20.482Z] === Skipped [2022-01-20T16:14:20.482Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-01-20T16:14:20.482Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-01-20T16:14:20.482Z] [2022-01-20T16:14:20.482Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-01-20T16:14:20.482Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-01-20T16:14:20.482Z] [2022-01-20T16:14:20.482Z] DONE 2 tests, 2 skipped in 1.885s [2022-01-20T16:14:20.482Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-01-20T16:14:20.565Z] docker_cli_network_unix_test.go:46: [d67433f880eff] daemon is not started [2022-01-20T16:14:20.825Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-01-20T16:14:21.086Z] docker_cli_network_unix_test.go:46: [df790e2da25e4] daemon is not started [2022-01-20T16:14:21.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-01-20T16:14:21.086Z] docker_cli_network_unix_test.go:46: [de910ce3327d9] daemon is not started [2022-01-20T16:14:21.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-01-20T16:14:21.086Z] docker_cli_network_unix_test.go:46: [dcf73dcb48288] daemon is not started [2022-01-20T16:14:21.086Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-01-20T16:14:22.028Z] docker_cli_network_unix_test.go:46: [dffb9ac7eed97] daemon is not started [2022-01-20T16:14:22.028Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-01-20T16:14:22.598Z] docker_cli_network_unix_test.go:46: [d59d9dddb7385] daemon is not started [2022-01-20T16:14:22.720Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:22.720Z] INFO: Testing against a local daemon [2022-01-20T16:14:22.720Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-01-20T16:14:22.720Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:22.720Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:14:22.720Z] === RUN TestDiskUsage [2022-01-20T16:14:22.720Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-20T16:14:22.720Z] --- SKIP: TestDiskUsage (0.00s) [2022-01-20T16:14:22.720Z] === RUN TestEventsExecDie [2022-01-20T16:14:22.720Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-20T16:14:22.720Z] --- SKIP: TestEventsExecDie (0.00s) [2022-01-20T16:14:22.720Z] === RUN TestEventsBackwardsCompatible [2022-01-20T16:14:22.720Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-20T16:14:22.720Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-01-20T16:14:22.721Z] === RUN TestEventsVolumeCreate [2022-01-20T16:14:22.721Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-20T16:14:22.721Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-01-20T16:14:22.721Z] === RUN TestInfoAPI [2022-01-20T16:14:22.721Z] --- PASS: TestInfoAPI (0.07s) [2022-01-20T16:14:22.721Z] === RUN TestInfoAPIWarnings [2022-01-20T16:14:22.721Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:14:22.721Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-01-20T16:14:22.721Z] === RUN TestInfoDebug [2022-01-20T16:14:22.721Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:14:22.721Z] --- SKIP: TestInfoDebug (0.00s) [2022-01-20T16:14:22.721Z] === RUN TestInfoInsecureRegistries [2022-01-20T16:14:22.721Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:14:22.721Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-01-20T16:14:22.721Z] === RUN TestInfoRegistryMirrors [2022-01-20T16:14:22.721Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:14:22.721Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-01-20T16:14:22.721Z] === RUN TestLoginFailsWithBadCredentials [2022-01-20T16:14:22.816Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-20T16:14:22.816Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-20T16:14:22.859Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-01-20T16:14:23.120Z] docker_cli_network_unix_test.go:46: [d35238b92fdc7] daemon is not started [2022-01-20T16:14:23.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-01-20T16:14:23.120Z] docker_cli_network_unix_test.go:46: [d5f92d22c63c0] daemon is not started [2022-01-20T16:14:23.191Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2022-01-20T16:14:23.191Z] === RUN TestPingCacheHeaders [2022-01-20T16:14:23.191Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-01-20T16:14:23.191Z] === RUN TestPingGet [2022-01-20T16:14:23.191Z] --- PASS: TestPingGet (0.04s) [2022-01-20T16:14:23.191Z] === RUN TestPingHead [2022-01-20T16:14:23.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-01-20T16:14:23.381Z] docker_cli_network_unix_test.go:46: [d74a7641a5392] daemon is not started [2022-01-20T16:14:23.381Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-01-20T16:14:23.662Z] --- PASS: TestPingHead (0.03s) [2022-01-20T16:14:23.662Z] === RUN TestVersion [2022-01-20T16:14:23.662Z] --- PASS: TestVersion (0.03s) [2022-01-20T16:14:23.662Z] PASS [2022-01-20T16:14:23.662Z] ok github.com/docker/docker/integration/system 1.248s [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === Skipped [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-01-20T16:14:23.662Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-01-20T16:14:23.662Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-01-20T16:14:23.662Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-01-20T16:14:23.662Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-01-20T16:14:23.662Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-01-20T16:14:23.662Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-01-20T16:14:23.662Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-01-20T16:14:23.662Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-01-20T16:14:23.662Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-01-20T16:14:23.662Z] [2022-01-20T16:14:23.662Z] DONE 15 tests, 9 skipped in 3.120s [2022-01-20T16:14:23.662Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-01-20T16:14:23.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-20T16:14:24.762Z] docker_cli_network_unix_test.go:968: [ddd02436c8f92] daemon is not started [2022-01-20T16:14:25.704Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-01-20T16:14:25.762Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-20T16:14:25.890Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:25.890Z] INFO: Testing against a local daemon [2022-01-20T16:14:25.890Z] === RUN TestVolumesCreateAndList [2022-01-20T16:14:25.890Z] --- PASS: TestVolumesCreateAndList (0.07s) [2022-01-20T16:14:25.890Z] === RUN TestVolumesRemove [2022-01-20T16:14:25.890Z] --- PASS: TestVolumesRemove (0.13s) [2022-01-20T16:14:25.890Z] === RUN TestVolumesInspect [2022-01-20T16:14:25.890Z] --- PASS: TestVolumesInspect (0.05s) [2022-01-20T16:14:25.890Z] === RUN TestVolumesInvalidJSON [2022-01-20T16:14:25.890Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-01-20T16:14:25.890Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-01-20T16:14:25.890Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-01-20T16:14:25.890Z] --- PASS: TestVolumesInvalidJSON (0.04s) [2022-01-20T16:14:25.890Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-01-20T16:14:25.890Z] PASS [2022-01-20T16:14:25.890Z] ok github.com/docker/docker/integration/volume 0.340s [2022-01-20T16:14:25.890Z] [2022-01-20T16:14:25.890Z] DONE 5 tests in 2.310s [2022-01-20T16:14:25.890Z] INFO: make.ps1 ended at 01/20/2022 16:14:25 [2022-01-20T16:14:25.890Z] INFO: Integration CLI tests being run from the host: [2022-01-20T16:14:25.890Z] 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-01-20T16:14:27.087Z] docker_cli_network_unix_test.go:46: [d9cd60b785738] daemon is not started [2022-01-20T16:14:27.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-01-20T16:14:28.509Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-20T16:14:29.629Z] docker_cli_network_unix_test.go:1116: [d78cb93f30452] daemon is not started [2022-01-20T16:14:32.928Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-01-20T16:14:32.928Z] docker_cli_network_unix_test.go:46: [db92a27b935d7] daemon is not started [2022-01-20T16:14:32.928Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-01-20T16:14:33.876Z] docker_cli_network_unix_test.go:46: [da572c099322c] daemon is not started [2022-01-20T16:14:33.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-01-20T16:14:33.876Z] docker_cli_network_unix_test.go:46: [d6162392b9b97] daemon is not started [2022-01-20T16:14:33.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-01-20T16:14:33.876Z] docker_cli_network_unix_test.go:46: [d99802b7a21e8] daemon is not started [2022-01-20T16:14:33.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-01-20T16:14:34.136Z] docker_cli_network_unix_test.go:46: [d208e4a19ea99] daemon is not started [2022-01-20T16:14:34.136Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-01-20T16:14:34.397Z] docker_cli_network_unix_test.go:46: [de5068b9a2843] daemon is not started [2022-01-20T16:14:34.397Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-01-20T16:14:34.397Z] docker_cli_network_unix_test.go:46: [d98359fb324c6] daemon is not started [2022-01-20T16:14:34.397Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-01-20T16:14:35.780Z] docker_cli_network_unix_test.go:46: [dd0ea935fb13b] daemon is not started [2022-01-20T16:14:36.392Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-01-20T16:14:36.392Z] INFO: Testing against a local daemon [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-01-20T16:14:36.392Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-01-20T16:14:36.392Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-01-20T16:14:36.392Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-01-20T16:14:36.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-01-20T16:14:36.720Z] docker_cli_network_unix_test.go:46: [de54a3f8c5c0e] daemon is not started [2022-01-20T16:14:36.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-01-20T16:14:36.720Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-01-20T16:14:36.720Z] docker_cli_network_unix_test.go:46: [d5d1fb5e6bb2f] daemon is not started [2022-01-20T16:14:36.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-01-20T16:14:36.865Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-01-20T16:14:37.290Z] docker_cli_network_unix_test.go:46: [d54059cb4af77] daemon is not started [2022-01-20T16:14:37.336Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-01-20T16:14:37.550Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-01-20T16:14:37.806Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-01-20T16:14:38.871Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-20T16:14:41.756Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-01-20T16:14:42.326Z] docker_cli_network_unix_test.go:1084: [d5e0522cbf8f3] daemon is not started [2022-01-20T16:14:44.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-01-20T16:14:44.242Z] docker_cli_network_unix_test.go:46: [de734f91fd8ac] daemon is not started [2022-01-20T16:14:44.242Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-01-20T16:14:44.502Z] docker_cli_network_unix_test.go:46: [db15e31941e7f] daemon is not started [2022-01-20T16:14:44.762Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-01-20T16:14:45.982Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-20T16:14:45.982Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-20T16:14:45.982Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-20T16:14:46.145Z] docker_cli_network_unix_test.go:46: [dc29de6fd308e] daemon is not started [2022-01-20T16:14:46.145Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-01-20T16:14:46.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-01-20T16:14:46.405Z] docker_cli_network_unix_test.go:46: [d6b55afeff324] daemon is not started [2022-01-20T16:14:46.405Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-01-20T16:14:46.977Z] docker_cli_network_unix_test.go:46: [dfe7b7126ae9e] daemon is not started [2022-01-20T16:14:47.238Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-01-20T16:14:47.811Z] docker_cli_network_unix_test.go:46: [d8d8a580fee0b] daemon is not started [2022-01-20T16:14:47.811Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-01-20T16:14:48.753Z] docker_cli_network_unix_test.go:46: [d39c0121b7c55] daemon is not started [2022-01-20T16:14:49.325Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-01-20T16:14:49.896Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-01-20T16:14:51.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-20T16:14:51.807Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-20T16:14:51.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-20T16:14:51.807Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-20T16:14:51.807Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-20T16:14:57.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-20T16:14:57.630Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-20T16:14:57.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-20T16:14:57.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-20T16:14:57.630Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-20T16:14:57.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-20T16:14:57.630Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-20T16:14:57.630Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-20T16:14:58.034Z] docker_cli_network_unix_test.go:46: [dda49f80826db] daemon is not started [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite (58.95s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.08s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.82s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.62s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.50s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.16s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.31s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.12s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.40s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.90s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.98s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.76s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.72s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.02s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.08s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.28s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.43s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.25s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.59s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.91s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.18s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.46s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-01-20T16:14:58.034Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.77s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.42s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.00s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.76s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.53s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.80s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.67s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.47s) [2022-01-20T16:14:58.034Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (7.58s) [2022-01-20T16:14:58.034Z] === RUN TestDockerHubPullSuite [2022-01-20T16:14:58.034Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-01-20T16:14:58.034Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-01-20T16:14:58.610Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-01-20T16:15:01.158Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-01-20T16:15:01.729Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-01-20T16:15:03.642Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-01-20T16:15:03.642Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-01-20T16:15:03.642Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-01-20T16:15:03.904Z] --- PASS: TestDockerHubPullSuite (6.88s) [2022-01-20T16:15:03.904Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.78s) [2022-01-20T16:15:03.904Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.29s) [2022-01-20T16:15:03.904Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.70s) [2022-01-20T16:15:03.904Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.77s) [2022-01-20T16:15:03.904Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s) [2022-01-20T16:15:03.904Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.10s) [2022-01-20T16:15:03.904Z] PASS [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === Skipped [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.03s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-01-20T16:15:03.904Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-01-20T16:15:03.904Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-01-20T16:15:03.904Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-01-20T16:15:03.904Z] [2022-01-20T16:15:03.904Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-01-20T16:15:03.904Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.905Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:03.905Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-01-20T16:15:03.905Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.905Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:03.905Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-01-20T16:15:03.905Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-01-20T16:15:03.905Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:03.905Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-01-20T16:15:03.905Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2022-01-20T16:15:03.905Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:03.905Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-01-20T16:15:03.905Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-01-20T16:15:03.905Z] docker_cli_network_unix_test.go:46: [d5d1fb5e6bb2f] daemon is not started [2022-01-20T16:15:03.905Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:03.905Z] DONE 1262 tests, 51 skipped in 1453.184s [2022-01-20T16:15:03.905Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-20T16:15:03.905Z] ++++ cat bundles/test-integration/docker.pid [2022-01-20T16:15:03.905Z] +++ kill 8333 [2022-01-20T16:15:03.905Z] +++ /etc/init.d/apparmor stop [2022-01-20T16:15:03.905Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:03.905Z] Unloading profiles will leave already running processes permanently [2022-01-20T16:15:03.905Z] unconfined, which can lead to unexpected situations. [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:03.905Z] To set a process to complain mode, use the command line tool [2022-01-20T16:15:03.905Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-20T16:15:03.905Z] +++ true [2022-01-20T16:15:03.905Z] exiting test-integration [2022-01-20T16:15:03.905Z] ++ exit 0 [2022-01-20T16:15:03.905Z] [2022-01-20T16:15:04.166Z] + for job in $(jobs -p) [2022-01-20T16:15:04.166Z] + wait 20537 [2022-01-20T16:15:06.074Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-01-20T16:15:10.276Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-01-20T16:15:13.634Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-01-20T16:15:17.832Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-01-20T16:15:17.832Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-01-20T16:15:17.832Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-01-20T16:15:22.834Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-20T16:15:23.113Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-01-20T16:15:23.683Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-01-20T16:15:24.253Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-01-20T16:15:26.591Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-20T16:15:26.591Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-20T16:15:26.795Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-01-20T16:15:27.054Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-20T16:15:27.054Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:15:27.516Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-20T16:15:29.068Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-20T16:15:29.068Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-20T16:15:29.068Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-20T16:15:34.895Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-20T16:15:35.358Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-20T16:15:35.358Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-20T16:15:35.358Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-20T16:15:35.358Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-20T16:15:35.358Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-20T16:15:36.906Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-20T16:15:37.882Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-20T16:15:38.344Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-20T16:15:39.321Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-20T16:15:39.784Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-20T16:15:47.068Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-20T16:15:48.616Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-20T16:15:48.616Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-20T16:15:48.616Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-20T16:15:50.164Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-20T16:15:50.164Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-20T16:15:50.164Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-20T16:15:50.627Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-20T16:15:52.819Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-20T16:15:53.795Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-20T16:15:54.258Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-20T16:15:54.258Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-20T16:15:54.258Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-20T16:15:55.234Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-20T16:15:55.701Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-20T16:15:55.701Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-20T16:15:55.701Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-20T16:15:55.701Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-20T16:15:55.701Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-20T16:16:01.523Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-20T16:16:07.280Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-20T16:16:07.280Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-20T16:16:07.280Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-20T16:16:07.280Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-20T16:16:07.280Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-20T16:16:11.078Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-20T16:16:12.644Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-20T16:16:12.644Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-20T16:16:12.644Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-20T16:16:12.644Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-20T16:16:12.644Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-20T16:16:12.644Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-20T16:16:16.438Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-20T16:16:23.045Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-01-20T16:16:23.045Z] docker_cli_swarm_test.go:1180: [dec7a2fe9a767] joining swarm manager [d861c178cc53a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:16:28.324Z] docker_cli_swarm_test.go:1189: [d9cf7ee5a5b69] joining swarm manager [d861c178cc53a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:16:29.025Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-01-20T16:16:34.590Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-01-20T16:16:34.590Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-01-20T16:16:34.590Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-01-20T16:16:34.590Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-01-20T16:16:34.590Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-01-20T16:16:34.590Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-01-20T16:16:34.590Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-01-20T16:16:34.590Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-01-20T16:16:34.590Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-01-20T16:16:34.590Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-01-20T16:16:34.590Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-01-20T16:16:34.902Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-20T16:16:35.585Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-01-20T16:16:35.585Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-20T16:16:35.585Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-01-20T16:16:35.585Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-20T16:16:35.585Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-01-20T16:16:35.585Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-20T16:16:35.585Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-01-20T16:16:35.585Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-20T16:16:35.585Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-01-20T16:16:35.889Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-20T16:16:35.889Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-20T16:16:35.889Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-20T16:16:37.277Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-20T16:16:37.277Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-20T16:16:37.752Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-20T16:16:39.394Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-01-20T16:16:39.394Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-20T16:16:39.394Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-01-20T16:16:39.394Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:16:39.394Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-01-20T16:16:39.686Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-20T16:16:41.251Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-20T16:16:43.583Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-20T16:16:43.583Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-20T16:16:43.583Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-20T16:16:43.583Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-20T16:16:43.583Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-20T16:16:43.583Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-20T16:16:43.583Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-20T16:16:44.045Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-20T16:16:44.045Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-20T16:16:44.045Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-20T16:16:46.576Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-01-20T16:16:47.121Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-20T16:16:47.121Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-20T16:16:47.121Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-20T16:16:47.121Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-20T16:16:47.121Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-20T16:16:47.121Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-20T16:16:47.121Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-20T16:16:47.121Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-20T16:16:47.121Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-20T16:16:47.121Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-20T16:17:09.379Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-20T16:17:09.379Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-20T16:17:09.379Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-20T16:17:09.379Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-20T16:17:24.578Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-01-20T16:17:27.119Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-20T16:17:28.097Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-20T16:17:28.560Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-20T16:17:28.777Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-01-20T16:17:29.842Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-20T16:17:29.842Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-20T16:17:29.842Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-20T16:17:29.843Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-20T16:17:29.843Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-20T16:17:32.318Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-20T16:17:32.977Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-01-20T16:17:34.360Z] docker_cli_swarm_test.go:1112: [dfa6d0e2eac21] joining swarm manager [d8cfc84dcf693]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:17:35.741Z] docker_cli_swarm_test.go:1113: [d65f44083060b] joining swarm manager [d8cfc84dcf693]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:17:36.075Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-20T16:17:39.001Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-20T16:17:44.801Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-20T16:17:44.801Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-20T16:17:44.801Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-20T16:17:45.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-20T16:17:52.947Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-20T16:17:52.947Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-20T16:17:54.515Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-20T16:18:00.382Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-20T16:18:10.832Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-20T16:18:19.504Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-20T16:18:19.504Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-20T16:18:19.504Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-20T16:18:25.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-20T16:18:25.377Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-20T16:18:25.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-20T16:18:25.377Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-20T16:18:25.377Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-20T16:18:29.764Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-20T16:18:32.538Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-20T16:18:32.538Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-20T16:18:32.538Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-20T16:18:33.006Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-20T16:18:33.006Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-20T16:18:33.006Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-20T16:18:33.006Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-20T16:18:33.006Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-20T16:18:33.522Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-20T16:18:33.522Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-20T16:18:33.522Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-20T16:18:43.493Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-01-20T16:18:43.493Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-20T16:18:43.493Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-01-20T16:18:48.281Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-01-20T16:18:48.281Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-01-20T16:18:53.066Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-01-20T16:18:53.538Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-01-20T16:18:53.538Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-20T16:18:53.538Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-01-20T16:18:53.538Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-20T16:18:53.538Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-01-20T16:18:53.538Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-20T16:18:53.538Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-01-20T16:18:54.009Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-01-20T16:18:55.000Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-01-20T16:18:57.967Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-01-20T16:18:59.540Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-01-20T16:18:59.540Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-20T16:19:00.011Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-01-20T16:19:00.011Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-20T16:19:00.011Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-01-20T16:19:00.011Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-01-20T16:19:02.978Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-01-20T16:19:03.133Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-20T16:19:03.603Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-20T16:19:03.603Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-20T16:19:04.593Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-20T16:19:04.593Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:19:05.065Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-20T16:19:06.631Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-20T16:19:06.631Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-20T16:19:06.631Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-20T16:19:11.386Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-20T16:19:12.212Z] docker_cli_swarm_test.go:1166: [d2e8d62305f9e] joining swarm manager [d8cfc84dcf693]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-01-20T16:19:12.951Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-20T16:19:12.951Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-20T16:19:12.951Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-20T16:19:12.951Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-20T16:19:12.951Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-20T16:19:15.170Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-20T16:19:15.505Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-01-20T16:19:16.174Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-20T16:19:16.642Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-20T16:19:17.111Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-20T16:19:18.102Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-20T16:19:23.973Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-20T16:19:25.958Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-01-20T16:19:25.959Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-01-20T16:19:25.959Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-20T16:19:25.959Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-01-20T16:19:26.187Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-20T16:19:26.187Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-20T16:19:26.187Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-20T16:19:27.753Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-20T16:19:27.753Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-20T16:19:27.753Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-20T16:19:28.221Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-20T16:19:28.922Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-01-20T16:19:30.437Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-20T16:19:30.495Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-01-20T16:19:31.424Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-20T16:19:31.893Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-20T16:19:31.893Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-20T16:19:31.893Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-20T16:19:32.879Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-20T16:19:33.865Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-20T16:19:33.865Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-20T16:19:33.865Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-20T16:19:33.865Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-20T16:19:33.865Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-20T16:19:34.040Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-20T16:19:34.040Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-20T16:19:34.040Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-20T16:19:35.268Z] === RUN TestDockerSuite/TestBuildAddScript [2022-01-20T16:19:35.268Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-20T16:19:35.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-01-20T16:19:35.738Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-20T16:19:35.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-01-20T16:19:35.738Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-20T16:19:35.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-01-20T16:19:35.738Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-20T16:19:35.738Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-01-20T16:19:36.209Z] === RUN TestDockerSuite/TestBuildAddTar [2022-01-20T16:19:39.731Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-20T16:19:44.334Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-01-20T16:19:45.716Z] docker_cli_swarm_test.go:1447: [d8bacae211c3c] joining swarm manager [dabdb25889181]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:19:46.657Z] docker_cli_swarm_test.go:1448: [d397798931ab5] joining swarm manager [dabdb25889181]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-01-20T16:19:51.783Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-20T16:19:58.875Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-01-20T16:19:58.875Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-01-20T16:19:58.875Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-01-20T16:19:58.875Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-01-20T16:19:58.875Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-01-20T16:19:59.135Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-01-20T16:20:01.681Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-01-20T16:20:02.150Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-20T16:20:04.977Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-01-20T16:20:06.886Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-01-20T16:20:08.795Z] docker_cli_swarm_unix_test.go:63: [d36689c1efe11] joining swarm manager [d146d9914ee9d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:20:12.515Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-20T16:20:15.726Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-20T16:20:16.196Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-20T16:20:17.188Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-20T16:20:23.058Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-20T16:20:23.058Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-20T16:20:23.058Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-20T16:20:23.058Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-20T16:20:23.526Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-20T16:20:23.526Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-20T16:20:23.526Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-20T16:20:24.518Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-20T16:20:24.518Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-20T16:20:24.518Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-20T16:20:36.905Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-01-20T16:20:36.905Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-20T16:20:36.905Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-01-20T16:20:36.905Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-20T16:20:36.905Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-01-20T16:20:42.538Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-20T16:20:49.821Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-20T16:20:50.806Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-20T16:20:50.806Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-20T16:20:50.806Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-20T16:20:51.147Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-20T16:20:54.783Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-01-20T16:20:54.783Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-20T16:20:55.776Z] === RUN TestDockerSuite/TestBuildBlankName [2022-01-20T16:20:56.248Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-01-20T16:21:01.507Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-20T16:21:03.432Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-01-20T16:21:03.432Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-20T16:21:04.425Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-01-20T16:21:05.077Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-01-20T16:21:05.077Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-01-20T16:21:05.077Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-01-20T16:21:06.986Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-01-20T16:21:10.288Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-01-20T16:21:10.317Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-01-20T16:21:12.213Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-20T16:21:12.214Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-20T16:21:12.830Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-01-20T16:21:13.202Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-20T16:21:14.739Z] docker_api_swarm_test.go:962: [dfed51afccc14] joining swarm manager [d574aa5b0e76d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-01-20T16:21:17.961Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-20T16:21:19.006Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-01-20T16:21:20.917Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-20T16:21:23.881Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-20T16:21:27.773Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-01-20T16:21:27.773Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-20T16:21:27.773Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-01-20T16:21:32.545Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-01-20T16:21:32.545Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-20T16:21:32.545Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-01-20T16:21:32.545Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-20T16:21:32.545Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-01-20T16:21:32.840Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-01-20T16:21:39.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-01-20T16:21:39.735Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-20T16:21:39.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-01-20T16:21:39.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-01-20T16:21:39.735Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-20T16:21:39.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-01-20T16:21:39.735Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-20T16:21:39.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-01-20T16:21:45.061Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-01-20T16:21:46.972Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-01-20T16:21:48.881Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-01-20T16:21:52.175Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-01-20T16:21:58.752Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-01-20T16:22:02.953Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-01-20T16:22:05.495Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-01-20T16:22:08.037Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-01-20T16:22:09.897Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-01-20T16:22:10.577Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-01-20T16:22:11.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-01-20T16:22:11.469Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-20T16:22:11.940Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-01-20T16:22:11.940Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:22:12.411Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-01-20T16:22:13.118Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-01-20T16:22:13.687Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-20T16:22:13.687Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-20T16:22:13.687Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-20T16:22:13.984Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-01-20T16:22:13.984Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-20T16:22:13.984Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-01-20T16:22:14.150Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-20T16:22:14.150Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-20T16:22:14.150Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-20T16:22:14.613Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-20T16:22:15.589Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-20T16:22:15.589Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-20T16:22:15.589Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-20T16:22:16.051Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-20T16:22:16.417Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-01-20T16:22:16.515Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-20T16:22:18.328Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-01-20T16:22:18.758Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-01-20T16:22:19.751Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-01-20T16:22:19.751Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-20T16:22:19.751Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-01-20T16:22:19.751Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-20T16:22:19.751Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-01-20T16:22:21.324Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-01-20T16:22:22.318Z] === RUN TestDockerSuite/TestBuildCmd [2022-01-20T16:22:23.311Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-01-20T16:22:23.625Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-20T16:22:23.782Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-01-20T16:22:24.253Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-01-20T16:22:24.681Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-20T16:22:26.250Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-20T16:22:26.250Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-20T16:22:26.250Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-20T16:22:27.383Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-20T16:22:30.144Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-01-20T16:22:31.721Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-01-20T16:22:31.721Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-20T16:22:31.721Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-01-20T16:22:32.180Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-20T16:22:32.180Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-20T16:22:32.180Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-20T16:22:32.180Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-20T16:22:32.180Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-20T16:22:32.180Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-20T16:22:32.180Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-20T16:22:32.180Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-20T16:22:32.180Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-20T16:22:32.180Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-20T16:22:32.180Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-20T16:22:33.294Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-01-20T16:22:33.294Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-20T16:22:33.294Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-01-20T16:22:33.765Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-01-20T16:22:35.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-20T16:22:35.936Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:22:35.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-20T16:22:35.936Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:22:35.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-20T16:22:35.936Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:22:35.936Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-20T16:22:35.989Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-01-20T16:22:36.399Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-20T16:22:36.460Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-01-20T16:22:36.932Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-01-20T16:22:36.932Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-20T16:22:36.932Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-01-20T16:22:37.926Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-01-20T16:22:38.918Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-01-20T16:22:38.918Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-20T16:22:38.918Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-01-20T16:22:38.918Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-20T16:22:38.918Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-01-20T16:22:42.221Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-20T16:22:44.809Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-01-20T16:22:54.652Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-20T16:22:55.116Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-20T16:22:55.116Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-20T16:22:55.116Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-20T16:22:55.116Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-20T16:22:55.579Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-20T16:22:55.579Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-20T16:22:55.579Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-20T16:22:55.579Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-20T16:22:55.579Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-20T16:22:55.579Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-20T16:22:55.579Z] === RUN TestDockerSuite/TestBuildFails [2022-01-20T16:22:58.503Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-20T16:22:58.503Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-20T16:23:04.327Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-20T16:23:11.440Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-20T16:23:14.579Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-01-20T16:23:17.267Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-20T16:23:20.673Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-01-20T16:23:20.673Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-01-20T16:23:20.673Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-01-20T16:23:23.092Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-20T16:23:23.575Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-01-20T16:23:23.575Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-20T16:23:24.037Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-01-20T16:23:24.037Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-20T16:23:24.497Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-01-20T16:23:24.497Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-20T16:23:24.497Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-01-20T16:23:24.640Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-20T16:23:24.956Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-01-20T16:23:24.956Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-20T16:23:24.956Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-01-20T16:23:29.472Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-01-20T16:23:30.464Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-20T16:23:30.464Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-20T16:23:30.464Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-20T16:23:30.464Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-20T16:23:30.927Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-20T16:23:30.927Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-20T16:23:30.927Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-20T16:23:38.554Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-20T16:23:38.554Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-20T16:23:38.554Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-20T16:23:41.299Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-20T16:23:41.299Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:23:41.299Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite (1635.36s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (2.98s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.83s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (4.91s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.20s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.01s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.22s) [2022-01-20T16:23:44.366Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.97s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.86s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.91s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.08s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.63s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.26s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.47s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.09s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.14s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.79s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.37s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.69s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.36s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.12s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.16s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.35s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.28s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.14s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.02s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.29s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.56s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.39s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.28s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.77s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (26.64s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.22s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.86s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.33s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.03s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.40s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.65s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.39s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.89s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.63s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.03s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.12s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.06s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.36s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.61s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.80s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.92s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.04s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.18s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.98s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.04s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.94s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.46s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.92s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (5.97s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.43s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.42s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.12s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.83s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.99s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.75s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.13s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.74s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.56s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (12.85s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.59s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.35s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.68s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.63s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.89s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.73s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.15s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.50s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.16s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.92s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (91.90s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.98s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.42s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (6.29s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.13s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.75s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (3.88s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.59s) [2022-01-20T16:23:44.366Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.78s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.72s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.10s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.51s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (55.40s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.92s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.23s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (131.33s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.28s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.20s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.12s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.13s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.31s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.17s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.55s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.15s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.09s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.21s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.17s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.38s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.90s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.17s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.12s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.19s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.78s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.01s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.39s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.57s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.54s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.45s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.58s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.10s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.18s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.81s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.15s) [2022-01-20T16:23:44.366Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.12s) [2022-01-20T16:23:44.366Z] === RUN TestDockerExternalVolumeSuite [2022-01-20T16:23:44.366Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-01-20T16:23:44.937Z] docker_cli_external_volume_driver_test.go:52: [d0d9fc137124d] daemon is not started [2022-01-20T16:23:50.054Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-20T16:23:51.029Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-20T16:23:53.226Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-20T16:23:53.226Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-20T16:23:53.226Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-20T16:23:53.690Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-20T16:23:54.153Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-20T16:23:54.911Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-01-20T16:23:54.911Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-01-20T16:23:54.911Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-20T16:23:54.911Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-01-20T16:23:56.266Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-20T16:23:58.878Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-20T16:23:59.854Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-20T16:24:00.318Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-20T16:24:01.294Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-20T16:24:01.758Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-20T16:24:03.069Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-01-20T16:24:03.310Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-20T16:24:04.859Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-20T16:24:06.582Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-20T16:24:10.689Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-20T16:24:10.689Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-20T16:24:10.689Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-20T16:24:11.664Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-20T16:24:16.015Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-01-20T16:24:16.385Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-20T16:24:18.194Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-01-20T16:24:18.654Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-01-20T16:24:18.935Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-20T16:24:22.389Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-01-20T16:24:25.296Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-01-20T16:24:28.201Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-01-20T16:24:34.126Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-20T16:24:34.126Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-20T16:24:34.126Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-20T16:24:35.102Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-20T16:24:54.589Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-20T16:25:03.132Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-20T16:25:10.776Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-01-20T16:25:10.868Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-20T16:25:15.493Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-20T16:25:17.351Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-01-20T16:25:23.379Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-20T16:25:29.259Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-20T16:25:32.244Z] docker_cli_external_volume_driver_test.go:52: [dd3c4a3db841e] daemon is not started [2022-01-20T16:25:36.431Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-20T16:25:43.606Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-20T16:25:47.155Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-01-20T16:26:01.445Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-20T16:26:01.445Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-20T16:26:01.445Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-20T16:26:05.255Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-01-20T16:26:08.658Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-20T16:26:08.658Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-20T16:26:08.658Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-20T16:26:08.658Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-20T16:26:08.658Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-20T16:26:08.658Z] === RUN TestDockerSuite/TestBuildNoContext [2022-01-20T16:26:09.458Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-01-20T16:26:10.425Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-01-20T16:26:10.425Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-20T16:26:10.425Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-01-20T16:26:12.456Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-20T16:26:16.257Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-01-20T16:26:17.474Z] docker_cli_external_volume_driver_test.go:52: [d7be73d541619] daemon is not started [2022-01-20T16:26:19.223Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-20T16:26:19.692Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-20T16:26:19.692Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-20T16:26:22.660Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-20T16:26:23.649Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-20T16:26:24.639Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-20T16:26:32.366Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-01-20T16:26:32.626Z] docker_cli_external_volume_driver_test.go:52: [de23feb612f00] daemon is not started [2022-01-20T16:26:35.082Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-20T16:26:35.551Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-20T16:26:45.992Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-20T16:26:47.519Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-01-20T16:26:48.955Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-20T16:26:56.726Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-20T16:26:56.727Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-20T16:26:56.727Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-20T16:26:56.727Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-20T16:26:56.727Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-20T16:26:57.186Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-20T16:26:57.586Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-20T16:27:02.302Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-20T16:27:02.967Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-20T16:27:02.967Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-20T16:27:02.967Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-20T16:27:02.967Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-20T16:27:02.967Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-20T16:27:02.967Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-20T16:27:02.967Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-20T16:27:02.967Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-20T16:27:02.967Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-20T16:27:02.967Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-20T16:27:02.967Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-20T16:27:07.018Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-20T16:27:07.648Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-20T16:27:07.649Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:27:07.649Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-20T16:27:07.649Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:27:07.649Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-20T16:27:07.649Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:27:07.649Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-20T16:27:07.993Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-20T16:27:07.993Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-20T16:27:07.993Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-20T16:27:07.993Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-20T16:27:07.993Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-20T16:27:09.178Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-20T16:27:10.918Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-20T16:27:10.918Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-20T16:27:10.918Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-20T16:27:14.951Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-20T16:27:19.638Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-01-20T16:27:29.745Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-20T16:27:30.709Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-20T16:27:30.709Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-20T16:27:30.709Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-20T16:27:30.709Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-20T16:27:30.709Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-20T16:27:30.709Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-20T16:27:30.709Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-20T16:27:30.709Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-20T16:27:30.709Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-20T16:27:30.709Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-20T16:27:30.709Z] === RUN TestDockerSuite/TestBuildFails [2022-01-20T16:27:33.604Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-20T16:27:33.604Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-20T16:27:37.061Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-01-20T16:27:37.061Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-01-20T16:27:37.061Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-01-20T16:27:37.738Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-01-20T16:27:40.814Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-20T16:27:47.870Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-20T16:27:52.628Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-01-20T16:27:53.517Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-20T16:27:54.929Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-20T16:27:58.162Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-01-20T16:28:01.984Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-20T16:28:03.514Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-20T16:28:09.296Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-20T16:28:09.296Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-20T16:28:09.296Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-20T16:28:09.755Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-20T16:28:10.548Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-01-20T16:28:10.719Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-20T16:28:10.719Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-20T16:28:10.719Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-20T16:28:11.256Z] === RUN TestDockerSuite/TestBuildRm [2022-01-20T16:28:21.012Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-20T16:28:21.012Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:28:21.012Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-20T16:28:23.682Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-20T16:28:25.231Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-20T16:28:25.231Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-20T16:28:25.694Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-20T16:28:25.694Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-20T16:28:25.694Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-20T16:28:27.242Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-20T16:28:28.224Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-01-20T16:28:31.960Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-20T16:28:33.369Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-20T16:28:33.825Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-20T16:28:36.673Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-20T16:28:36.720Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-20T16:28:36.720Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-20T16:28:36.720Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-20T16:28:37.178Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-20T16:28:37.178Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-20T16:28:39.350Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-01-20T16:28:41.390Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-20T16:28:42.962Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-20T16:28:43.924Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-20T16:28:44.893Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-20T16:28:45.857Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-20T16:28:46.820Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-20T16:28:47.784Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-20T16:28:49.312Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-20T16:28:56.460Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-20T16:28:56.460Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:28:56.460Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-20T16:28:56.460Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-20T16:28:56.460Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-20T16:28:56.460Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-20T16:28:56.460Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-20T16:28:56.929Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-20T16:28:56.929Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-20T16:28:57.397Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-20T16:28:57.451Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-01-20T16:28:58.389Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-20T16:28:59.132Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-20T16:28:59.132Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-20T16:28:59.132Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-20T16:29:04.264Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-20T16:29:06.244Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-20T16:29:06.707Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-20T16:29:11.425Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-20T16:29:11.425Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-20T16:29:16.142Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-20T16:29:18.964Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-01-20T16:29:25.535Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-20T16:29:25.535Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-20T16:29:25.535Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-20T16:29:25.535Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-20T16:29:29.544Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-01-20T16:29:36.822Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-01-20T16:29:37.289Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-20T16:29:37.290Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-20T16:29:37.290Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-20T16:29:39.489Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-20T16:29:41.040Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-20T16:29:45.519Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-01-20T16:29:45.757Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-20T16:29:51.585Z] === RUN TestDockerSuite/TestBuildUser [2022-01-20T16:29:51.585Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-20T16:29:51.585Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-20T16:29:51.585Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-20T16:29:51.585Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-20T16:29:51.585Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-20T16:29:51.585Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-20T16:29:55.342Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-20T16:29:55.806Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-20T16:29:59.565Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-20T16:29:59.565Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-20T16:29:59.565Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-20T16:29:59.565Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-20T16:29:59.565Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-20T16:30:01.639Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-01-20T16:30:08.251Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-20T16:30:13.866Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-01-20T16:30:20.730Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-20T16:30:20.730Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-20T16:30:20.766Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-20T16:30:27.933Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-20T16:30:29.338Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-20T16:30:31.969Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-01-20T16:30:31.969Z] docker_cli_external_volume_driver_test.go:484: [d8ff3b0ca5e7b] daemon is not started [2022-01-20T16:30:35.097Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-20T16:30:35.165Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-20T16:30:35.165Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-20T16:30:35.165Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-20T16:30:35.165Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-20T16:30:35.165Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-20T16:30:37.360Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-20T16:30:37.360Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-20T16:30:37.823Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-01-20T16:30:40.974Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-20T16:30:46.862Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-01-20T16:30:46.862Z] docker_cli_external_volume_driver_test.go:52: [dddf8f385ade4] daemon is not started [2022-01-20T16:30:48.191Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-20T16:30:52.913Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-20T16:30:53.376Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite (436.94s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.53s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.16s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.17s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.18s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.16s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.23s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.03s) [2022-01-20T16:31:01.755Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2022-01-20T16:31:01.755Z] PASS [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] === Skipped [2022-01-20T16:31:01.755Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-01-20T16:31:01.755Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-01-20T16:31:01.755Z] check_test.go:308: [de63a0dc3a8f9] daemon is not started [2022-01-20T16:31:01.755Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.00s) [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-01-20T16:31:01.755Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-01-20T16:31:01.755Z] check_test.go:308: [d8cb30deba104] daemon is not started [2022-01-20T16:31:01.755Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-01-20T16:31:01.755Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-01-20T16:31:01.755Z] check_test.go:308: [df0654f2cec94] daemon is not started [2022-01-20T16:31:01.755Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-01-20T16:31:01.755Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-01-20T16:31:01.755Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-01-20T16:31:01.755Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-01-20T16:31:01.755Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] DONE 271 tests, 5 skipped in 2412.205s [2022-01-20T16:31:01.755Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-01-20T16:31:01.755Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d20a14433bd3d/docker.pid [2022-01-20T16:31:01.755Z] +++ kill 6846 [2022-01-20T16:31:01.755Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6846 is not a child of this shell [2022-01-20T16:31:01.755Z] warning: PID 6846 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d20a14433bd3d/docker.pid had a nonzero exit code [2022-01-20T16:31:01.755Z] ++++ cat bundles/test-integration/docker.pid [2022-01-20T16:31:01.755Z] +++ kill 8341 [2022-01-20T16:31:01.755Z] +++ /etc/init.d/apparmor stop [2022-01-20T16:31:01.755Z] Leaving: AppArmorNo profiles have been unloaded. [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] Unloading profiles will leave already running processes permanently [2022-01-20T16:31:01.755Z] unconfined, which can lead to unexpected situations. [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:01.755Z] To set a process to complain mode, use the command line tool [2022-01-20T16:31:01.755Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-01-20T16:31:01.755Z] +++ true [2022-01-20T16:31:01.755Z] exiting test-integration [2022-01-20T16:31:01.755Z] ++ exit 0 [2022-01-20T16:31:01.755Z] [2022-01-20T16:31:02.015Z] + exit 0 [2022-01-20T16:31:02.015Z] ++ jobs -p [2022-01-20T16:31:02.015Z] + pids= [2022-01-20T16:31:02.015Z] + echo 'Remaining pids to kill: []' [2022-01-20T16:31:02.015Z] Remaining pids to kill: [] [2022-01-20T16:31:02.015Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-01-20T16:31:02.034Z] Recording test results [2022-01-20T16:31:02.210Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-20T16:31:02.210Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-20T16:31:02.210Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-20T16:31:02.452Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-01-20T16:31:02.786Z] + echo Ensuring container killed. [2022-01-20T16:31:02.786Z] Ensuring container killed. [2022-01-20T16:31:02.786Z] + docker ps -aq -f name=docker-pr4-* [2022-01-20T16:31:02.786Z] + cids=689aea761d82 [2022-01-20T16:31:02.786Z] e05d721a38a3 [2022-01-20T16:31:02.786Z] 7ef5ada6fb3d [2022-01-20T16:31:02.786Z] + [ -n 689aea761d82 [2022-01-20T16:31:02.786Z] e05d721a38a3 [2022-01-20T16:31:02.786Z] 7ef5ada6fb3d ] [2022-01-20T16:31:02.786Z] + docker rm -vf 689aea761d82 e05d721a38a3 7ef5ada6fb3d [2022-01-20T16:31:03.726Z] 689aea761d82 [2022-01-20T16:31:03.726Z] e05d721a38a3 [2022-01-20T16:31:03.726Z] 7ef5ada6fb3d [Pipeline] sh [2022-01-20T16:31:04.011Z] + echo Chowning /workspace to jenkins user [2022-01-20T16:31:04.011Z] Chowning /workspace to jenkins user [2022-01-20T16:31:04.011Z] + id -u [2022-01-20T16:31:04.011Z] + id -g [2022-01-20T16:31:04.011Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43142:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-01-20T16:31:06.853Z] + bundleName=amd64 [2022-01-20T16:31:06.853Z] + echo Creating amd64-bundles.tar.gz [2022-01-20T16:31:06.853Z] Creating amd64-bundles.tar.gz [2022-01-20T16:31:06.853Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2022-01-20T16:31:06.853Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-01-20T16:31:07.807Z] Archiving artifacts [2022-01-20T16:31:08.211Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [2022-01-20T16:31:08.242Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-20T16:31:08.242Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-20T16:31:08.242Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-20T16:31:08.242Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-20T16:31:08.242Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-20T16:31:08.242Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-20T16:31:08.242Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [Pipeline] sh [2022-01-20T16:31:08.531Z] + make clean [2022-01-20T16:31:08.531Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T16:31:08.531Z] docker-dev-cache [2022-01-20T16:31:08.531Z] docker-mod-cache [Pipeline] deleteDir [2022-01-20T16:31:08.705Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-20T16:31:09.378Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-20T16:31:10.365Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-20T16:31:10.365Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-20T16:31:10.365Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-20T16:31:10.365Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-20T16:31:10.365Z] === RUN TestDockerSuite/TestBuildNoContext [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-20T16:31:14.166Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-20T16:31:17.316Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-20T16:31:18.292Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-20T16:31:18.292Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-20T16:31:18.754Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-20T16:31:18.754Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-20T16:31:18.754Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-20T16:31:18.754Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T16:31:18.754Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-20T16:31:18.921Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-01-20T16:31:20.951Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-20T16:31:20.952Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:31:20.952Z] === RUN TestDockerSuite/TestCommitChange [2022-01-20T16:31:22.712Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-20T16:31:22.712Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-20T16:31:22.712Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-20T16:31:25.664Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-20T16:31:26.651Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-20T16:31:26.776Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-20T16:31:28.216Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-20T16:31:31.499Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-20T16:31:31.499Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-20T16:31:31.499Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-20T16:31:40.109Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-20T16:31:40.109Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-20T16:31:40.109Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-20T16:31:40.712Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-20T16:31:40.712Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-20T16:31:47.217Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-01-20T16:31:51.136Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-20T16:31:51.943Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-20T16:31:51.943Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-20T16:31:51.943Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-20T16:31:51.943Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-01-20T16:31:51.943Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-20T16:31:51.943Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-20T16:31:51.943Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-20T16:31:51.943Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-01-20T16:31:55.890Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-20T16:31:57.510Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-01-20T16:31:57.510Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-01-20T16:31:57.510Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-20T16:31:57.982Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-01-20T16:31:57.982Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-20T16:31:57.982Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-01-20T16:31:58.454Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-01-20T16:32:00.029Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-01-20T16:32:00.029Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-20T16:32:00.029Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-01-20T16:32:00.501Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-01-20T16:32:00.559Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-20T16:32:00.975Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-01-20T16:32:06.320Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-20T16:32:06.868Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-01-20T16:32:07.671Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-20T16:32:07.671Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-20T16:32:07.671Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-20T16:32:09.843Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-01-20T16:32:10.615Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-20T16:32:10.615Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-20T16:32:10.615Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-20T16:32:10.615Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-20T16:32:10.615Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-20T16:32:10.615Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-20T16:32:10.615Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-20T16:32:11.080Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-20T16:32:13.541Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-20T16:32:13.541Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-20T16:32:13.541Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-20T16:32:13.541Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-20T16:32:14.619Z] === RUN TestDockerSuite/TestBuildEnv [2022-01-20T16:32:14.619Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-20T16:32:14.619Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-01-20T16:32:14.619Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-20T16:32:15.299Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-01-20T16:32:15.299Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-20T16:32:15.299Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-01-20T16:32:15.299Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-20T16:32:15.299Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-01-20T16:32:15.299Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-20T16:32:15.299Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-01-20T16:32:16.596Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-20T16:32:16.596Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-20T16:32:16.596Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-20T16:32:16.596Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-20T16:32:16.596Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-20T16:32:16.596Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-20T16:32:16.596Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:32:16.596Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-20T16:32:16.954Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-20T16:32:17.942Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-20T16:32:17.942Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-20T16:32:17.942Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-20T16:32:17.942Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-20T16:32:17.942Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-20T16:32:19.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-01-20T16:32:19.108Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:32:19.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-01-20T16:32:19.108Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:32:19.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-01-20T16:32:19.108Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:32:19.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-01-20T16:32:20.101Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-01-20T16:32:20.160Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-20T16:32:20.160Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-20T16:32:20.160Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-20T16:32:20.355Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-20T16:32:23.283Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-20T16:32:24.882Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-01-20T16:32:26.209Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-20T16:32:26.209Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-20T16:32:26.209Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-20T16:32:26.209Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-20T16:32:29.976Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-20T16:32:29.976Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-20T16:32:33.738Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-20T16:32:33.738Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:32:33.738Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-20T16:32:33.738Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:32:33.738Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-20T16:32:36.666Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-20T16:32:36.666Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-20T16:32:39.593Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-20T16:32:39.593Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-20T16:32:39.593Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-20T16:32:42.520Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-20T16:32:42.520Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-20T16:32:42.734Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-01-20T16:32:42.734Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-01-20T16:32:42.734Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-20T16:32:42.734Z] === RUN TestDockerSuite/TestBuildExpose [2022-01-20T16:32:42.734Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-20T16:32:42.734Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-01-20T16:32:42.734Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-20T16:32:42.734Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-01-20T16:32:42.734Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-20T16:32:42.734Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-01-20T16:32:42.734Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-20T16:32:42.734Z] === RUN TestDockerSuite/TestBuildFails [2022-01-20T16:32:45.447Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-20T16:32:48.624Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-01-20T16:32:48.624Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-01-20T16:32:51.276Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-20T16:32:54.521Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-01-20T16:32:57.105Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-20T16:32:57.105Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-20T16:32:57.105Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-20T16:32:57.105Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-20T16:32:57.105Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-20T16:33:00.034Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-20T16:33:00.034Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-20T16:33:00.034Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-20T16:33:02.962Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-20T16:33:02.962Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:33:02.962Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-20T16:33:04.974Z] === RUN TestDockerSuite/TestBuildForceRm [2022-01-20T16:33:06.721Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-20T16:33:06.721Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-20T16:33:11.045Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-20T16:33:11.440Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-20T16:33:14.367Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-20T16:33:14.367Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-20T16:33:14.367Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-20T16:33:14.367Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-20T16:33:14.367Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-20T16:33:14.367Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-20T16:33:14.367Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-20T16:33:14.367Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-20T16:33:14.367Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-20T16:33:14.367Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-20T16:33:14.367Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-01-20T16:33:17.292Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-20T16:33:17.292Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-01-20T16:33:17.493Z] === RUN TestDockerSuite/TestBuildFromGit [2022-01-20T16:33:19.489Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-01-20T16:33:22.418Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-01-20T16:33:25.344Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-01-20T16:33:27.941Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-01-20T16:33:27.941Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-01-20T16:33:28.269Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004d98_} [2022-01-20T16:33:31.194Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1389628520_c:\foo_false____} [2022-01-20T16:33:32.288Z] === RUN TestDockerSuite/TestBuildRm [2022-01-20T16:33:33.864Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-01-20T16:33:33.865Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-20T16:33:33.865Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-01-20T16:33:34.119Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1389628520_c:\foo_true____} [2022-01-20T16:33:34.857Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-01-20T16:33:35.329Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-01-20T16:33:35.329Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-20T16:33:35.329Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-20T16:33:37.047Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-20T16:33:37.047Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-20T16:33:37.510Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-20T16:33:37.510Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-20T16:33:37.510Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-20T16:33:37.510Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-20T16:33:37.510Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-20T16:33:37.510Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-20T16:33:37.510Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-20T16:33:37.510Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-20T16:33:37.510Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-20T16:33:37.510Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-20T16:33:37.510Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-20T16:33:40.437Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-20T16:33:40.437Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-20T16:33:40.437Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:33:40.437Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-20T16:33:44.198Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-20T16:33:44.198Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-20T16:33:44.198Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-20T16:33:44.198Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-20T16:33:44.784Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-20T16:33:47.125Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-20T16:33:47.125Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-20T16:33:47.125Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-20T16:33:47.125Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-20T16:33:47.125Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-20T16:33:47.125Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-20T16:33:47.125Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-20T16:33:49.542Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-20T16:33:49.542Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-20T16:33:49.542Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-20T16:33:49.542Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-20T16:33:49.542Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-20T16:33:50.292Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-01-20T16:33:50.292Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:33:50.292Z] === RUN TestDockerSuite/TestBuildHistory [2022-01-20T16:33:51.107Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-20T16:33:52.958Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-20T16:33:55.885Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-20T16:33:55.886Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-20T16:33:55.886Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:33:55.886Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-20T16:33:55.886Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-20T16:33:55.886Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-20T16:34:00.646Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-20T16:34:00.746Z] === RUN TestDockerSuite/TestBuildIidFile [2022-01-20T16:34:01.740Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-01-20T16:34:03.970Z] === RUN TestDockerSuite/TestBuildInheritance [2022-01-20T16:34:03.970Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-20T16:34:03.970Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-01-20T16:34:04.961Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-01-20T16:34:04.961Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-01-20T16:34:06.256Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-20T16:34:06.256Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-20T16:34:06.256Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-20T16:34:06.256Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:34:06.256Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-20T16:34:06.519Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-20T16:34:13.718Z] === RUN TestDockerSuite/TestBuildLabel [2022-01-20T16:34:14.713Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-01-20T16:34:15.706Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-01-20T16:34:16.700Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-01-20T16:34:16.761Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-20T16:34:16.761Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-20T16:34:16.761Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-20T16:34:16.761Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-20T16:34:16.761Z] === RUN TestDockerSuite/TestCpToDot [2022-01-20T16:34:17.172Z] === RUN TestDockerSuite/TestBuildLabels [2022-01-20T16:34:18.164Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-01-20T16:34:19.689Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-20T16:34:19.689Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-20T16:34:19.689Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-20T16:34:19.689Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-20T16:34:19.689Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-20T16:34:19.738Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-01-20T16:34:22.615Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-20T16:34:22.615Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:34:22.615Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-20T16:34:22.615Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-20T16:34:22.615Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-20T16:34:22.615Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-20T16:34:22.615Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-20T16:34:22.615Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-20T16:34:22.615Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-20T16:34:23.078Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-20T16:34:23.078Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-20T16:34:24.346Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-20T16:34:25.273Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-20T16:34:25.334Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-20T16:34:26.321Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-20T16:34:26.923Z] === RUN TestDockerSuite/TestBuildLastModified [2022-01-20T16:34:26.923Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:34:26.923Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-01-20T16:34:26.923Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-20T16:34:26.923Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-01-20T16:34:26.923Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-01-20T16:34:26.923Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-01-20T16:34:26.923Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-01-20T16:34:26.923Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-01-20T16:34:27.394Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-01-20T16:34:27.867Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-01-20T16:34:28.199Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-20T16:34:28.199Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-20T16:34:28.662Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-01-20T16:34:33.755Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-01-20T16:34:35.805Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-20T16:34:36.268Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-20T16:34:36.268Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-20T16:34:36.268Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-20T16:34:36.268Z] === RUN TestDockerSuite/TestCreateRM [2022-01-20T16:34:36.731Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-20T16:34:36.731Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T16:34:36.731Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-20T16:34:36.944Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-20T16:34:36.944Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-20T16:34:37.195Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-20T16:34:37.658Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-20T16:34:41.703Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-20T16:34:42.173Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-20T16:34:46.271Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-20T16:34:46.271Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-20T16:34:46.735Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-01-20T16:34:48.049Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-20T16:34:50.495Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-20T16:34:50.495Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-20T16:34:50.495Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-20T16:34:50.495Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-20T16:34:53.422Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-20T16:34:53.422Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDockerFails [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-20T16:34:53.422Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-20T16:34:53.422Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-20T16:34:53.422Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-20T16:34:53.422Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-20T16:34:53.422Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-20T16:34:53.422Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-20T16:34:56.349Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-20T16:34:58.544Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-20T16:34:59.087Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-01-20T16:34:59.087Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-20T16:34:59.087Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-01-20T16:35:01.469Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-20T16:35:02.053Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-01-20T16:35:09.285Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-20T16:35:09.285Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-20T16:35:09.285Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-20T16:35:11.835Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-20T16:35:13.080Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-20T16:35:14.647Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-20T16:35:17.659Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-20T16:35:20.522Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-20T16:35:23.485Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-20T16:35:26.388Z] === RUN TestDockerSuite/TestBuildUser [2022-01-20T16:35:26.388Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-20T16:35:26.388Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-20T16:35:26.388Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-20T16:35:26.388Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-20T16:35:26.388Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-20T16:35:26.388Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-20T16:35:26.408Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-20T16:35:26.870Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-20T16:35:31.146Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-20T16:35:31.614Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-20T16:35:32.695Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-20T16:35:32.695Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-20T16:35:33.157Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-20T16:35:35.412Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-20T16:35:35.412Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-20T16:35:35.413Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-20T16:35:35.413Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-20T16:35:35.413Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-20T16:35:37.972Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-01-20T16:35:38.984Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-20T16:35:46.095Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-20T16:35:46.095Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-20T16:35:46.095Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-20T16:35:46.095Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:35:46.095Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-20T16:35:46.095Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-20T16:35:46.095Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-20T16:35:46.095Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-20T16:35:46.095Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-20T16:35:46.558Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-20T16:35:46.558Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-20T16:35:46.558Z] === RUN TestDockerSuite/TestEventsRename [2022-01-20T16:35:49.483Z] === RUN TestDockerSuite/TestEventsResize [2022-01-20T16:35:52.941Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-01-20T16:36:00.703Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-20T16:36:01.172Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-20T16:36:03.396Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-01-20T16:36:08.175Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-01-20T16:36:11.604Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-20T16:36:14.067Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-01-20T16:36:18.864Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-20T16:36:18.864Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-20T16:36:18.864Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-20T16:36:18.864Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-20T16:36:18.864Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-20T16:36:21.126Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-20T16:36:21.126Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-20T16:36:21.594Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-01-20T16:36:25.241Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-20T16:36:25.704Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-20T16:36:29.460Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-20T16:36:31.927Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-01-20T16:36:31.927Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-20T16:36:31.927Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-01-20T16:36:34.097Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-20T16:36:35.291Z] === RUN TestDockerSuite/TestEventsTop [2022-01-20T16:36:35.291Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-20T16:36:35.291Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-20T16:36:37.488Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-20T16:36:37.818Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-01-20T16:36:38.811Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-01-20T16:36:38.811Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-20T16:36:38.811Z] === RUN TestDockerSuite/TestBuildNetNone [2022-01-20T16:36:38.811Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-20T16:36:38.811Z] === RUN TestDockerSuite/TestBuildNoContext [2022-01-20T16:36:39.967Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-20T16:36:39.967Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-20T16:36:41.777Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-01-20T16:36:42.202Z] === RUN TestDockerSuite/TestExec [2022-01-20T16:36:42.202Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:36:42.202Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-20T16:36:42.202Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-20T16:36:42.202Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-20T16:36:45.130Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-20T16:36:46.552Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-01-20T16:36:48.056Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-20T16:36:48.056Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:36:48.056Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-20T16:36:48.056Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:36:48.056Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-20T16:36:48.056Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-20T16:36:48.056Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-20T16:36:48.780Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-01-20T16:36:48.780Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-01-20T16:36:48.780Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-01-20T16:36:50.979Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-20T16:36:51.745Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-01-20T16:36:52.737Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-01-20T16:36:54.326Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-01-20T16:36:54.740Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-20T16:36:57.690Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-20T16:36:57.795Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-20T16:36:57.795Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-20T16:36:57.795Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-20T16:36:57.795Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-20T16:36:57.795Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-20T16:36:57.795Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-20T16:36:57.795Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-01-20T16:36:58.252Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-20T16:37:01.449Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-20T16:37:08.554Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-20T16:37:09.211Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-01-20T16:37:09.516Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-20T16:37:09.516Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-20T16:37:09.972Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-20T16:37:09.972Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-20T16:37:09.972Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-20T16:37:09.972Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T16:37:09.972Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-20T16:37:10.180Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-01-20T16:37:11.956Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-20T16:37:11.956Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-20T16:37:11.956Z] === RUN TestDockerSuite/TestExecEnv [2022-01-20T16:37:11.956Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:37:11.956Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-20T16:37:11.956Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-20T16:37:11.956Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-20T16:37:12.861Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-20T16:37:15.714Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-20T16:37:18.638Z] === RUN TestDockerSuite/TestCommitChange [2022-01-20T16:37:21.537Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-20T16:37:21.537Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-20T16:37:21.537Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-20T16:37:21.537Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-20T16:37:21.537Z] === RUN TestDockerSuite/TestExecParseError [2022-01-20T16:37:21.537Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:37:21.537Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-20T16:37:21.537Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-20T16:37:21.537Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-20T16:37:21.537Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-20T16:37:21.537Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-20T16:37:24.434Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-20T16:37:24.461Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-20T16:37:24.461Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-20T16:37:24.461Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-20T16:37:24.461Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:37:24.461Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-20T16:37:24.461Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-20T16:37:24.461Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-20T16:37:24.461Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-20T16:37:24.461Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-20T16:37:24.461Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-20T16:37:24.461Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-20T16:37:24.986Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-01-20T16:37:27.894Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-01-20T16:37:28.220Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-20T16:37:28.220Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-20T16:37:28.220Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-20T16:37:30.204Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-20T16:37:30.204Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-20T16:37:30.204Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-20T16:37:35.334Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-20T16:37:35.334Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-20T16:37:35.334Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-01-20T16:37:35.334Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-20T16:37:35.334Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-20T16:37:35.334Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:37:35.334Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-20T16:37:36.459Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-01-20T16:37:38.755Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-20T16:37:38.755Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-20T16:37:38.755Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-20T16:37:42.253Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-01-20T16:37:42.447Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-20T16:37:46.938Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-01-20T16:37:47.308Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-01-20T16:37:47.906Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-01-20T16:37:47.906Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-20T16:37:47.906Z] === RUN TestDockerSuite/TestBuildPATH [2022-01-20T16:37:47.906Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-20T16:37:47.906Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-01-20T16:37:49.557Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-20T16:37:50.082Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-01-20T16:37:50.082Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-20T16:37:50.082Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-01-20T16:37:51.993Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-20T16:37:51.993Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-20T16:37:52.450Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-20T16:37:52.450Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-20T16:37:52.450Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-01-20T16:37:52.450Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-20T16:37:52.450Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-20T16:37:52.450Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-20T16:37:52.450Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-01-20T16:37:53.316Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-20T16:38:00.425Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestHealth [2022-01-20T16:38:00.425Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-20T16:38:00.425Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-20T16:38:01.013Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-20T16:38:05.142Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-20T16:38:05.142Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-20T16:38:05.142Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-20T16:38:05.142Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-20T16:38:05.606Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-20T16:38:05.606Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-20T16:38:05.606Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-20T16:38:06.581Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-20T16:38:06.581Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:38:06.581Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-20T16:38:07.556Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-20T16:38:07.556Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-20T16:38:09.104Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-20T16:38:09.560Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-20T16:38:09.560Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-20T16:38:09.560Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-20T16:38:09.566Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-20T16:38:11.759Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-20T16:38:12.457Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-20T16:38:12.457Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-20T16:38:12.457Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-20T16:38:12.457Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-20T16:38:12.457Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-20T16:38:12.457Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-20T16:38:12.457Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-20T16:38:14.682Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-20T16:38:14.682Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-20T16:38:14.682Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:38:14.682Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-20T16:38:15.352Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-20T16:38:15.352Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-20T16:38:15.352Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-20T16:38:15.352Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-20T16:38:18.250Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-20T16:38:18.250Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-20T16:38:18.250Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-20T16:38:18.250Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-20T16:38:18.250Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-20T16:38:18.250Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-20T16:38:18.250Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:38:18.250Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-20T16:38:18.442Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-20T16:38:18.442Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-20T16:38:21.372Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestImportFile [2022-01-20T16:38:21.372Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-20T16:38:21.372Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-20T16:38:21.372Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-20T16:38:21.372Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-20T16:38:21.372Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-20T16:38:21.372Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-20T16:38:21.372Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-20T16:38:21.372Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-20T16:38:21.372Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:38:21.372Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-20T16:38:24.298Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-20T16:38:26.795Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-20T16:38:27.227Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-20T16:38:27.227Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:38:27.227Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-20T16:38:27.227Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-20T16:38:27.227Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-20T16:38:27.227Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-20T16:38:27.227Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-20T16:38:27.227Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-20T16:38:28.962Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-20T16:38:30.150Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-20T16:38:30.150Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-01-20T16:38:31.131Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-20T16:38:31.131Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-20T16:38:31.131Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-20T16:38:31.131Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-20T16:38:32.616Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-01-20T16:38:33.203Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-20T16:38:33.203Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-20T16:38:33.203Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-20T16:38:33.203Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-20T16:38:33.203Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-20T16:38:33.203Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-20T16:38:33.203Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-20T16:38:34.024Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-20T16:38:34.024Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-20T16:38:36.127Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-20T16:38:36.916Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-20T16:38:36.917Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:38:36.917Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-20T16:38:36.917Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:38:36.917Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-20T16:38:39.810Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-20T16:38:39.810Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-20T16:38:40.841Z] === RUN TestDockerSuite/TestInspectImage [2022-01-20T16:38:40.841Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:38:40.841Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-20T16:38:40.841Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:38:40.841Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-20T16:38:40.841Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:38:40.841Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-20T16:38:41.978Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-20T16:38:41.978Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-20T16:38:41.978Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-20T16:38:43.764Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-20T16:38:45.698Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-20T16:38:45.698Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-20T16:38:47.523Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-20T16:38:47.523Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-20T16:38:48.595Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-20T16:38:50.449Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-01-20T16:38:53.266Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-20T16:38:53.372Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-20T16:38:53.372Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-20T16:38:53.372Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-20T16:38:53.372Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-20T16:38:57.130Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-20T16:38:57.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-20T16:38:57.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-20T16:38:57.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-20T16:38:57.939Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-20T16:38:57.939Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-20T16:39:00.887Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-20T16:39:00.918Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-20T16:39:00.918Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-20T16:39:00.918Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-20T16:39:02.586Z] === RUN TestDockerSuite/TestBuildRm [2022-01-20T16:39:03.874Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-20T16:39:03.874Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:39:03.874Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-20T16:39:06.099Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-20T16:39:06.099Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-20T16:39:06.715Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-20T16:39:10.473Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-20T16:39:10.856Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-20T16:39:13.043Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-01-20T16:39:13.074Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-20T16:39:13.075Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-20T16:39:13.075Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-20T16:39:13.075Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-20T16:39:13.075Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-20T16:39:13.075Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-20T16:39:13.075Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-20T16:39:13.075Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-20T16:39:13.075Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-20T16:39:13.075Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-20T16:39:13.075Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-01-20T16:39:13.397Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-20T16:39:16.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-20T16:39:16.026Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-01-20T16:39:16.852Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-01-20T16:39:16.852Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-20T16:39:16.852Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-01-20T16:39:16.852Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-20T16:39:16.852Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-01-20T16:39:17.155Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-20T16:39:18.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-01-20T16:39:18.426Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-01-20T16:39:19.348Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-20T16:39:21.198Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-01-20T16:39:22.234Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-01-20T16:39:22.273Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-20T16:39:24.157Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.196Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-20T16:39:25.196Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-20T16:39:25.659Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-20T16:39:25.659Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-20T16:39:25.659Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-20T16:39:25.659Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-20T16:39:25.659Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-20T16:39:25.659Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-20T16:39:25.659Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-20T16:39:26.052Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-01-20T16:39:27.115Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003854d0_} [2022-01-20T16:39:28.587Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-01-20T16:39:29.333Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13423810889_c:\foo_false____} [2022-01-20T16:39:31.509Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-20T16:39:32.286Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13423810889_c:\foo_true____} [2022-01-20T16:39:35.242Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-20T16:39:35.243Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-20T16:39:35.243Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-20T16:39:35.711Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-20T16:39:35.711Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-20T16:39:35.712Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-20T16:39:35.712Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-20T16:39:35.712Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-20T16:39:35.712Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-20T16:39:35.712Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-20T16:39:35.712Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-20T16:39:35.712Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-20T16:39:35.712Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-20T16:39:35.712Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-20T16:39:36.506Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-01-20T16:39:37.337Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-20T16:39:38.665Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-20T16:39:38.665Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-20T16:39:38.665Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:39:38.665Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-20T16:39:40.260Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-20T16:39:40.260Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-20T16:39:40.260Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-20T16:39:41.619Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-20T16:39:41.619Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-20T16:39:41.619Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-20T16:39:41.619Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-20T16:39:44.019Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-20T16:39:44.019Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-20T16:39:44.576Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-20T16:39:44.576Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-20T16:39:44.576Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-20T16:39:44.576Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-20T16:39:44.576Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-20T16:39:44.576Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-20T16:39:44.576Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-20T16:39:49.847Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-20T16:39:50.447Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-20T16:39:52.667Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-20T16:39:52.667Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:39:53.136Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-20T16:39:53.136Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-20T16:39:53.136Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-20T16:39:55.670Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-20T16:40:01.506Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-20T16:40:01.835Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-01-20T16:40:01.835Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-01-20T16:40:01.835Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-01-20T16:40:03.563Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-20T16:40:03.563Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-20T16:40:03.563Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-20T16:40:03.563Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:40:03.563Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-20T16:40:06.221Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-20T16:40:09.981Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-20T16:40:09.981Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-20T16:40:09.981Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-20T16:40:12.289Z] === RUN TestDockerSuite/TestBuildSpaces [2022-01-20T16:40:12.760Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-01-20T16:40:12.905Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-20T16:40:14.134Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-20T16:40:14.134Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-20T16:40:14.134Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-20T16:40:14.134Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-20T16:40:14.134Z] === RUN TestDockerSuite/TestCpToDot [2022-01-20T16:40:15.834Z] === RUN TestDockerSuite/TestLogsSince [2022-01-20T16:40:17.544Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-01-20T16:40:17.929Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-20T16:40:17.929Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-20T16:40:17.929Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-20T16:40:17.929Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-20T16:40:17.929Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-20T16:40:18.016Z] === RUN TestDockerSuite/TestBuildStderr [2022-01-20T16:40:20.887Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-20T16:40:20.887Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:40:20.887Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-20T16:40:20.887Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-20T16:40:20.887Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-20T16:40:20.887Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-20T16:40:20.887Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-20T16:40:20.887Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-20T16:40:20.887Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-20T16:40:20.887Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-20T16:40:20.887Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-20T16:40:22.792Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-01-20T16:40:23.108Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-20T16:40:26.068Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-20T16:40:26.200Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-20T16:40:26.200Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-20T16:40:26.200Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-20T16:40:26.200Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-20T16:40:26.200Z] === RUN TestDockerSuite/TestLogsTail [2022-01-20T16:40:26.537Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-20T16:40:26.537Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-01-20T16:40:28.393Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-20T16:40:28.754Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-20T16:40:29.741Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-20T16:40:29.741Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-20T16:40:29.741Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-20T16:40:30.210Z] === RUN TestDockerSuite/TestCreateRM [2022-01-20T16:40:30.678Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-20T16:40:30.678Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T16:40:30.678Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-20T16:40:30.678Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-20T16:40:31.147Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-20T16:40:31.317Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-20T16:40:34.241Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-20T16:40:34.241Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestNetHostname [2022-01-20T16:40:34.241Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-20T16:40:34.241Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-20T16:40:34.241Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-20T16:40:34.241Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestPluginActive [2022-01-20T16:40:34.241Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-20T16:40:34.241Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-20T16:40:34.241Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-20T16:40:34.241Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-20T16:40:34.241Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-20T16:40:34.241Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-20T16:40:34.703Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-20T16:40:34.703Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.703Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-20T16:40:34.703Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.703Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-20T16:40:34.703Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.703Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-20T16:40:34.703Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.703Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-20T16:40:34.703Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.703Z] === RUN TestDockerSuite/TestPortList [2022-01-20T16:40:34.703Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-20T16:40:34.703Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-20T16:40:40.528Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-20T16:40:40.528Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-20T16:40:40.528Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-20T16:40:40.528Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-20T16:40:40.528Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-20T16:40:40.528Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-01-20T16:40:40.528Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-20T16:40:40.528Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:40:40.528Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-20T16:40:41.597Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-20T16:40:41.597Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-20T16:40:41.597Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-01-20T16:40:44.066Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-01-20T16:40:44.066Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-20T16:40:44.066Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-01-20T16:40:44.558Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-20T16:40:44.558Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-20T16:40:44.558Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-20T16:40:44.558Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-20T16:40:46.293Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-01-20T16:40:46.352Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-20T16:40:46.352Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-20T16:40:46.352Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-20T16:40:47.285Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-01-20T16:40:48.355Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-20T16:40:48.355Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-20T16:40:48.356Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-20T16:40:48.356Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDockerFails [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-20T16:40:48.356Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-20T16:40:48.356Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-20T16:40:48.356Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-20T16:40:48.356Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-20T16:40:48.356Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-20T16:40:48.356Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-20T16:40:51.311Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-20T16:40:52.062Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-01-20T16:40:54.268Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-20T16:40:57.221Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-20T16:40:57.952Z] === RUN TestDockerSuite/TestBuildUser [2022-01-20T16:40:57.952Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-20T16:40:57.952Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-01-20T16:40:57.952Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-20T16:40:57.952Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-01-20T16:40:57.952Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-20T16:40:57.952Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-01-20T16:40:58.778Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-20T16:40:58.778Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-20T16:40:58.778Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-20T16:41:02.725Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-01-20T16:41:02.725Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-01-20T16:41:05.691Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-01-20T16:41:05.691Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-20T16:41:05.691Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-01-20T16:41:05.691Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-20T16:41:05.691Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-01-20T16:41:07.647Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-20T16:41:11.208Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-20T16:41:12.397Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-20T16:41:18.272Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-20T16:41:21.222Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-20T16:41:22.208Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-20T16:41:26.963Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-20T16:41:26.964Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-01-20T16:41:27.436Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-20T16:41:27.955Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-01-20T16:41:28.422Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-20T16:41:28.945Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-20T16:41:28.945Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-20T16:41:28.945Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-20T16:41:28.945Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-20T16:41:28.945Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-20T16:41:28.945Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-20T16:41:31.869Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-20T16:41:34.285Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-20T16:41:36.643Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-01-20T16:41:40.156Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-20T16:41:40.156Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-20T16:41:40.156Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-20T16:41:40.156Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:41:40.156Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-20T16:41:40.156Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-20T16:41:40.156Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-20T16:41:40.156Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-20T16:41:40.156Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-20T16:41:40.479Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-20T16:41:41.142Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-20T16:41:41.142Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-20T16:41:41.142Z] === RUN TestDockerSuite/TestEventsRename [2022-01-20T16:41:44.094Z] === RUN TestDockerSuite/TestEventsResize [2022-01-20T16:41:46.307Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-20T16:41:46.307Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-20T16:41:46.307Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-20T16:41:46.307Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-20T16:41:46.307Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-20T16:41:47.093Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-01-20T16:41:47.093Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-20T16:41:47.093Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-01-20T16:41:47.093Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-20T16:41:47.563Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-01-20T16:41:49.919Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-01-20T16:41:49.919Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-20T16:41:50.390Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-01-20T16:41:52.811Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-20T16:41:53.603Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-20T16:41:53.603Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:41:53.603Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-20T16:41:53.603Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-20T16:41:53.603Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-20T16:41:53.603Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-20T16:41:53.603Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-20T16:41:53.603Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-20T16:41:53.603Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-20T16:41:55.028Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-20T16:41:57.981Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-20T16:42:02.226Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-20T16:42:02.226Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-20T16:42:02.226Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-20T16:42:02.913Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-01-20T16:42:03.776Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-20T16:42:03.776Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-20T16:42:03.776Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-20T16:42:03.843Z] === RUN TestDockerSuite/TestEventsTop [2022-01-20T16:42:03.843Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-20T16:42:03.843Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-20T16:42:05.326Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-20T16:42:05.788Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-20T16:42:05.788Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-20T16:42:05.788Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-20T16:42:05.878Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-01-20T16:42:06.056Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-20T16:42:06.350Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-01-20T16:42:10.811Z] === RUN TestDockerSuite/TestExec [2022-01-20T16:42:10.811Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:42:10.811Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-20T16:42:10.811Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-20T16:42:10.811Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-20T16:42:12.895Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-20T16:42:13.032Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-20T16:42:15.246Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-20T16:42:15.246Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:42:15.246Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-20T16:42:15.246Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:42:15.246Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-20T16:42:15.246Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-20T16:42:15.246Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-20T16:42:18.199Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-20T16:42:18.718Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-20T16:42:20.413Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-20T16:42:20.911Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-20T16:42:22.639Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-20T16:42:24.202Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-01-20T16:42:24.202Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-20T16:42:24.673Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-01-20T16:42:24.673Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-20T16:42:24.857Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-20T16:42:25.145Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-01-20T16:42:25.145Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-20T16:42:25.145Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-01-20T16:42:26.137Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-01-20T16:42:30.722Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-20T16:42:30.722Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-20T16:42:30.722Z] === RUN TestDockerSuite/TestExecEnv [2022-01-20T16:42:30.722Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:42:30.722Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-20T16:42:30.722Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-20T16:42:30.722Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-20T16:42:32.941Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-20T16:42:34.825Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-01-20T16:42:36.408Z] === RUN TestDockerSuite/TestBuildXZHost [2022-01-20T16:42:36.408Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-20T16:42:36.408Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-01-20T16:42:36.408Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-20T16:42:36.408Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-01-20T16:42:36.408Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T16:42:36.408Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-01-20T16:42:37.694Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-20T16:42:37.694Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-20T16:42:37.694Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-20T16:42:37.694Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-20T16:42:37.694Z] === RUN TestDockerSuite/TestExecParseError [2022-01-20T16:42:37.694Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:42:37.694Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-20T16:42:37.694Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-20T16:42:37.694Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-20T16:42:37.694Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-20T16:42:37.694Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-20T16:42:38.633Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-01-20T16:42:40.648Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-20T16:42:40.648Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-20T16:42:40.648Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-20T16:42:40.648Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:42:40.648Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-20T16:42:40.648Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-20T16:42:40.648Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-20T16:42:40.648Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-20T16:42:40.648Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-20T16:42:40.648Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-20T16:42:40.648Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-20T16:42:42.865Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-20T16:42:42.865Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-20T16:42:42.865Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-20T16:42:43.401Z] === RUN TestDockerSuite/TestCommitChange [2022-01-20T16:42:46.119Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-20T16:42:46.119Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:42:46.119Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-20T16:42:48.251Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-01-20T16:42:50.022Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-20T16:42:50.022Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-20T16:42:50.022Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-01-20T16:42:50.022Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-20T16:42:50.022Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-20T16:42:50.022Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:42:50.022Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-20T16:42:53.027Z] === RUN TestDockerSuite/TestCommitHardlink [2022-01-20T16:42:53.027Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-20T16:42:53.027Z] === RUN TestDockerSuite/TestCommitNewFile [2022-01-20T16:42:54.901Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-20T16:42:54.901Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-20T16:42:54.901Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-20T16:42:55.877Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-20T16:42:55.890Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-20T16:43:01.746Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-20T16:43:02.988Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-20T16:43:05.468Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-20T16:43:05.524Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-01-20T16:43:05.524Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-20T16:43:05.524Z] === RUN TestDockerSuite/TestCommitTTY [2022-01-20T16:43:08.810Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-20T16:43:08.810Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:43:08.810Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-20T16:43:11.240Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-20T16:43:11.240Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:43:11.240Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-20T16:43:11.240Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-20T16:43:11.698Z] === RUN TestDockerSuite/TestHealth [2022-01-20T16:43:11.698Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-20T16:43:11.698Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-20T16:43:11.698Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-20T16:43:11.698Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-20T16:43:11.698Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-20T16:43:14.631Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-20T16:43:14.631Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-20T16:43:14.631Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-20T16:43:15.839Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-01-20T16:43:17.468Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-20T16:43:17.468Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-20T16:43:17.468Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-20T16:43:17.468Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-20T16:43:17.468Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-20T16:43:17.468Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-20T16:43:17.468Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-20T16:43:18.431Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-20T16:43:18.431Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:43:18.431Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-20T16:43:19.961Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-20T16:43:19.961Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-01-20T16:43:20.536Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-01-20T16:43:20.536Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-01-20T16:43:20.536Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-01-20T16:43:20.536Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-01-20T16:43:20.536Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-01-20T16:43:20.536Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-01-20T16:43:20.536Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-01-20T16:43:20.536Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-01-20T16:43:22.128Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-20T16:43:22.128Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-20T16:43:24.297Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-20T16:43:28.018Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-20T16:43:28.018Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-20T16:43:28.018Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:43:28.018Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-20T16:43:29.489Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-20T16:43:31.738Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-20T16:43:31.738Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-20T16:43:32.419Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-20T16:43:33.398Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-20T16:43:34.634Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestImportFile [2022-01-20T16:43:34.634Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-20T16:43:34.634Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-20T16:43:34.634Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-20T16:43:34.634Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-20T16:43:34.634Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-20T16:43:34.634Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-20T16:43:34.634Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-20T16:43:34.634Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-20T16:43:34.634Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:43:34.634Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-20T16:43:37.525Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-20T16:43:38.211Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-01-20T16:43:40.416Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-20T16:43:40.416Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:43:40.416Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-20T16:43:40.416Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-20T16:43:40.416Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-20T16:43:40.416Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-20T16:43:40.416Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-20T16:43:40.416Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-20T16:43:42.002Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-20T16:43:43.308Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-20T16:43:43.308Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-01-20T16:43:45.759Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-20T16:43:46.203Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-20T16:43:46.203Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-20T16:43:46.203Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-20T16:43:46.203Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-20T16:43:46.203Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-20T16:43:46.203Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-20T16:43:46.203Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-20T16:43:48.369Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-20T16:43:50.586Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-01-20T16:43:50.586Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-20T16:43:50.586Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-01-20T16:43:51.135Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-01-20T16:43:51.135Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-20T16:43:51.135Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-01-20T16:43:51.135Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-20T16:43:51.135Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-01-20T16:43:51.135Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-20T16:43:51.135Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-01-20T16:43:54.142Z] === RUN TestDockerSuite/TestInspectImage [2022-01-20T16:43:54.142Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:43:54.142Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-20T16:43:54.142Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:43:54.142Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-20T16:43:54.142Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:43:54.142Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-20T16:43:54.366Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-20T16:43:56.314Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-20T16:43:58.202Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-01-20T16:43:58.202Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-20T16:43:58.202Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-01-20T16:43:58.202Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-01-20T16:43:58.481Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-20T16:43:58.944Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-20T16:43:59.084Z] === RUN TestDockerSuite/TestRmiTag [2022-01-20T16:43:59.084Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-20T16:44:01.107Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-01-20T16:44:01.107Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-01-20T16:44:01.107Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-20T16:44:01.107Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-01-20T16:44:01.107Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-20T16:44:01.107Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-01-20T16:44:01.107Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:44:01.107Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-01-20T16:44:01.839Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-01-20T16:44:02.010Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-20T16:44:03.284Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-01-20T16:44:04.008Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-20T16:44:04.008Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-20T16:44:04.008Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-20T16:44:04.008Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-20T16:44:05.460Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-01-20T16:44:06.901Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-20T16:44:07.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-01-20T16:44:07.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-01-20T16:44:07.636Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-20T16:44:07.636Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-01-20T16:44:09.813Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-01-20T16:44:09.813Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-01-20T16:44:10.618Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-20T16:44:11.988Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-01-20T16:44:11.988Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:44:11.988Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-01-20T16:44:11.988Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:44:11.988Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-01-20T16:44:14.165Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-01-20T16:44:14.165Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-01-20T16:44:15.294Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-20T16:44:16.341Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-01-20T16:44:16.341Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-20T16:44:16.341Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-01-20T16:44:17.465Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-20T16:44:18.517Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-01-20T16:44:18.975Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-01-20T16:44:19.759Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-20T16:44:20.361Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-20T16:44:22.889Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-20T16:44:23.527Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-20T16:44:25.698Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-20T16:44:26.223Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-01-20T16:44:27.606Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-20T16:44:28.582Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-20T16:44:28.582Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-20T16:44:28.582Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-20T16:44:28.582Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-20T16:44:28.582Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-20T16:44:28.582Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-20T16:44:28.582Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-20T16:44:28.582Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-20T16:44:28.594Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-20T16:44:30.776Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-20T16:44:30.776Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-20T16:44:30.776Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-20T16:44:30.776Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-20T16:44:30.776Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-20T16:44:31.492Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-20T16:44:31.492Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-20T16:44:31.492Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-20T16:44:31.492Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-20T16:44:31.948Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-20T16:44:34.118Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-01-20T16:44:34.786Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-01-20T16:44:36.291Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-20T16:44:36.599Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-20T16:44:38.522Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-01-20T16:44:38.522Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-01-20T16:44:38.522Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-01-20T16:44:38.522Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-01-20T16:44:38.522Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-01-20T16:44:40.060Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-01-20T16:44:40.060Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-20T16:44:40.060Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-01-20T16:44:40.361Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-20T16:44:42.556Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-20T16:44:42.966Z] === RUN TestDockerSuite/TestContainerAPITop [2022-01-20T16:44:42.966Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:44:42.966Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-01-20T16:44:43.356Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-20T16:44:45.144Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-01-20T16:44:45.144Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-01-20T16:44:45.479Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-20T16:44:45.523Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-20T16:44:45.523Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-20T16:44:45.523Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-20T16:44:47.691Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-20T16:44:47.691Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-20T16:44:48.404Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-20T16:44:48.405Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-20T16:44:49.832Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-01-20T16:44:51.367Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-01-20T16:44:51.367Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-20T16:44:51.367Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-01-20T16:44:51.367Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-20T16:44:51.367Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-01-20T16:44:51.367Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-20T16:44:51.367Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-01-20T16:44:51.367Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-20T16:44:51.367Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-01-20T16:44:51.367Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-20T16:44:51.367Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-01-20T16:44:53.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-01-20T16:44:53.546Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-20T16:44:54.226Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-20T16:44:54.226Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-20T16:44:54.745Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-20T16:44:55.723Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-01-20T16:44:57.151Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-20T16:44:57.151Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-20T16:44:57.151Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-01-20T16:45:00.908Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-20T16:45:00.908Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-20T16:45:00.908Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-20T16:45:00.908Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-20T16:45:00.908Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-20T16:45:01.803Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-20T16:45:02.458Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-20T16:45:02.458Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-20T16:45:02.458Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-20T16:45:02.458Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-20T16:45:02.458Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-20T16:45:02.458Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-20T16:45:02.921Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-20T16:45:02.921Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-20T16:45:02.921Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-20T16:45:02.921Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-20T16:45:02.921Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-20T16:45:02.921Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-20T16:45:02.921Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-20T16:45:02.921Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-20T16:45:02.921Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-20T16:45:04.297Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-01-20T16:45:05.229Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-20T16:45:05.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-01-20T16:45:07.425Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-01-20T16:45:08.080Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-20T16:45:08.118Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000408690_} [2022-01-20T16:45:10.631Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-20T16:45:10.631Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-20T16:45:10.631Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-20T16:45:10.631Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-20T16:45:10.631Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-20T16:45:10.631Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-20T16:45:10.631Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-20T16:45:11.038Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-20T16:45:13.998Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-20T16:45:13.998Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-20T16:45:13.998Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-20T16:45:14.388Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-20T16:45:14.388Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-20T16:45:14.388Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-20T16:45:14.388Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:45:14.388Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-20T16:45:14.388Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-20T16:45:14.388Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-20T16:45:14.388Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:45:14.388Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-20T16:45:15.364Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-20T16:45:16.801Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1457572299_c:\foo_false____} [2022-01-20T16:45:16.958Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-20T16:45:19.920Z] === RUN TestDockerSuite/TestLogsSince [2022-01-20T16:45:22.477Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-20T16:45:22.477Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-20T16:45:22.477Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-20T16:45:22.477Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-20T16:45:22.477Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-20T16:45:22.477Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-20T16:45:22.477Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-20T16:45:22.477Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:45:22.477Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-20T16:45:22.477Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-20T16:45:22.477Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-20T16:45:22.477Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-20T16:45:22.477Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-20T16:45:23.985Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1457572299_c:\foo_true____} [2022-01-20T16:45:25.399Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-20T16:45:25.400Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-20T16:45:25.400Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-20T16:45:25.400Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-20T16:45:25.400Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-20T16:45:25.400Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-01-20T16:45:26.214Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-01-20T16:45:26.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-01-20T16:45:26.684Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-01-20T16:45:26.684Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-01-20T16:45:26.684Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-01-20T16:45:26.684Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-01-20T16:45:26.684Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-20T16:45:26.684Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-01-20T16:45:28.325Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-01-20T16:45:29.647Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-01-20T16:45:29.647Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-01-20T16:45:29.647Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:45:29.647Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-01-20T16:45:30.361Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-20T16:45:30.361Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-20T16:45:30.361Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-20T16:45:30.361Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-20T16:45:30.361Z] === RUN TestDockerSuite/TestLogsTail [2022-01-20T16:45:31.248Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-20T16:45:31.248Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-20T16:45:31.248Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-20T16:45:31.872Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-01-20T16:45:32.342Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-01-20T16:45:32.342Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-20T16:45:32.342Z] === RUN TestDockerSuite/TestCpRelativePath [2022-01-20T16:45:33.317Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-20T16:45:34.171Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-20T16:45:34.171Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-20T16:45:34.171Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-20T16:45:34.171Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-20T16:45:34.171Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-20T16:45:34.171Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-20T16:45:34.171Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-20T16:45:36.386Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-20T16:45:37.238Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-20T16:45:39.517Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-01-20T16:45:39.517Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-20T16:45:39.517Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-01-20T16:45:39.517Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-20T16:45:39.517Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-01-20T16:45:39.517Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-20T16:45:39.517Z] === RUN TestDockerSuite/TestCpToCaseA [2022-01-20T16:45:40.163Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-20T16:45:40.176Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-20T16:45:40.176Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestNetHostname [2022-01-20T16:45:40.176Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-20T16:45:40.176Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-20T16:45:40.176Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-20T16:45:40.176Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginActive [2022-01-20T16:45:40.176Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-20T16:45:40.176Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-20T16:45:40.176Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-20T16:45:40.176Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-20T16:45:40.176Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-20T16:45:40.176Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-20T16:45:40.176Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-20T16:45:40.176Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-20T16:45:40.176Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-20T16:45:40.176Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPortList [2022-01-20T16:45:40.176Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-20T16:45:40.176Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-20T16:45:42.358Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-20T16:45:44.286Z] === RUN TestDockerSuite/TestCpToCaseB [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-20T16:45:45.284Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-20T16:45:45.284Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-20T16:45:45.284Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-20T16:45:45.284Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:45:45.284Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-20T16:45:45.284Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-20T16:45:45.284Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-20T16:45:45.284Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-20T16:45:46.045Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-20T16:45:46.045Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-20T16:45:46.045Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-20T16:45:46.045Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-20T16:45:46.045Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-20T16:45:46.045Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-01-20T16:45:46.045Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-20T16:45:46.045Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:45:46.045Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-20T16:45:51.118Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-20T16:45:51.118Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.118Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-20T16:45:51.118Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-20T16:45:51.118Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.118Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-20T16:45:51.118Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.118Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-20T16:45:51.118Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.118Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-20T16:45:51.118Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.118Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-20T16:45:51.464Z] === RUN TestDockerSuite/TestCpToCaseC [2022-01-20T16:45:51.464Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.464Z] === RUN TestDockerSuite/TestCpToCaseD [2022-01-20T16:45:51.464Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.464Z] === RUN TestDockerSuite/TestCpToCaseE [2022-01-20T16:45:51.921Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-20T16:45:51.921Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-20T16:45:51.921Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-20T16:45:58.227Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-20T16:45:58.227Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-20T16:45:58.227Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-20T16:46:00.149Z] === RUN TestDockerSuite/TestCpToCaseF [2022-01-20T16:46:00.149Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.149Z] === RUN TestDockerSuite/TestCpToCaseG [2022-01-20T16:46:00.149Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.149Z] === RUN TestDockerSuite/TestCpToCaseH [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunMount [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-20T16:46:00.419Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.419Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-20T16:46:00.600Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-20T16:46:00.600Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-20T16:46:00.600Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-20T16:46:09.024Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-20T16:46:09.024Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-20T16:46:09.024Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-20T16:46:09.024Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-20T16:46:09.024Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-20T16:46:09.024Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-20T16:46:09.024Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-20T16:46:11.043Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-20T16:46:13.740Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-20T16:46:15.142Z] === RUN TestDockerSuite/TestCpToCaseI [2022-01-20T16:46:15.142Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-20T16:46:15.142Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-01-20T16:46:15.142Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-20T16:46:15.142Z] === RUN TestDockerSuite/TestCpToDot [2022-01-20T16:46:16.133Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-01-20T16:46:16.133Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-20T16:46:16.133Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-01-20T16:46:16.133Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-20T16:46:16.133Z] === RUN TestDockerSuite/TestCpToStdout [2022-01-20T16:46:18.457Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-20T16:46:18.457Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.457Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-20T16:46:18.457Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.457Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-20T16:46:18.457Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-20T16:46:18.920Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-20T16:46:18.920Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-20T16:46:18.920Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-20T16:46:18.920Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-20T16:46:18.920Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-20T16:46:18.920Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-20T16:46:18.920Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-20T16:46:19.110Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-01-20T16:46:19.110Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:46:19.110Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-01-20T16:46:19.110Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-20T16:46:19.110Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-01-20T16:46:19.110Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-20T16:46:19.110Z] === RUN TestDockerSuite/TestCpVolumePath [2022-01-20T16:46:19.110Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-20T16:46:19.111Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-01-20T16:46:19.111Z] === RUN TestDockerSuite/TestCreateArgs [2022-01-20T16:46:19.111Z] === RUN TestDockerSuite/TestCreateByImageID [2022-01-20T16:46:20.471Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-20T16:46:21.336Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-01-20T16:46:22.021Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-20T16:46:23.565Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-01-20T16:46:24.037Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-01-20T16:46:24.037Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-01-20T16:46:24.215Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-20T16:46:25.190Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-20T16:46:26.263Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-01-20T16:46:26.735Z] === RUN TestDockerSuite/TestCreateLabels [2022-01-20T16:46:26.735Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-01-20T16:46:26.735Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-20T16:46:26.735Z] === RUN TestDockerSuite/TestCreateRM [2022-01-20T16:46:27.205Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-01-20T16:46:27.205Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T16:46:27.205Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-01-20T16:46:27.676Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-01-20T16:46:27.677Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-01-20T16:46:28.115Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-20T16:46:28.116Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-20T16:46:28.116Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:46:28.878Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-20T16:46:28.878Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-20T16:46:28.878Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-20T16:46:28.878Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-20T16:46:31.876Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-20T16:46:31.876Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-20T16:46:31.876Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-20T16:46:31.876Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-20T16:46:31.876Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-20T16:46:31.876Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-20T16:46:31.876Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-20T16:46:31.876Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-20T16:46:31.876Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-20T16:46:31.876Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:46:31.876Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-20T16:46:40.346Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-01-20T16:46:40.817Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-01-20T16:46:41.287Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-01-20T16:46:41.515Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-20T16:46:42.242Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-20T16:46:42.242Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-20T16:46:42.242Z] === RUN TestDockerSuite/TestRunRm [2022-01-20T16:46:44.252Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-01-20T16:46:44.252Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-01-20T16:46:44.252Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-20T16:46:44.252Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-01-20T16:46:44.445Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-20T16:46:44.471Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-20T16:46:51.554Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-01-20T16:46:52.947Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDevicePermissions [2022-01-20T16:46:52.947Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDockerFails [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-01-20T16:46:52.947Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-01-20T16:46:52.947Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-01-20T16:46:52.947Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestEventsAttach [2022-01-20T16:46:52.947Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestEventsCommit [2022-01-20T16:46:52.947Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-20T16:46:52.947Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-01-20T16:46:53.140Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-20T16:46:53.749Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-20T16:46:54.520Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-01-20T16:46:55.942Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-20T16:46:57.492Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-01-20T16:46:57.898Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-20T16:46:58.366Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-20T16:46:58.367Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-20T16:46:58.367Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-20T16:46:58.367Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-20T16:46:58.870Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-20T16:46:58.870Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:46:58.870Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-20T16:46:58.870Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-20T16:46:58.870Z] === RUN TestDockerSuite/TestRunState [2022-01-20T16:46:58.870Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-20T16:46:58.870Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-20T16:46:59.719Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-01-20T16:47:01.795Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-20T16:47:01.795Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:47:01.795Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-20T16:47:02.258Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-20T16:47:02.258Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-20T16:47:02.258Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-20T16:47:02.258Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-20T16:47:02.258Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-20T16:47:02.258Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-20T16:47:02.258Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-20T16:47:02.258Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-20T16:47:02.258Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-20T16:47:04.241Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-20T16:47:04.241Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:47:04.241Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-20T16:47:04.241Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-20T16:47:04.241Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-20T16:47:04.241Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-20T16:47:04.241Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-20T16:47:04.241Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-20T16:47:04.241Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-20T16:47:08.086Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-20T16:47:08.086Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-20T16:47:10.279Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-20T16:47:10.279Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-20T16:47:10.279Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-20T16:47:11.414Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-20T16:47:11.414Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-20T16:47:11.415Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-20T16:47:12.403Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-20T16:47:12.403Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-20T16:47:12.872Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-20T16:47:13.204Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-20T16:47:13.204Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-20T16:47:13.204Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-20T16:47:13.204Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-20T16:47:13.204Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-20T16:47:13.860Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-20T16:47:14.689Z] === RUN TestDockerSuite/TestEventsCopy [2022-01-20T16:47:14.855Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-20T16:47:14.855Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-20T16:47:14.855Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-20T16:47:16.962Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-20T16:47:17.658Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-01-20T16:47:19.618Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-20T16:47:23.550Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-01-20T16:47:24.380Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-20T16:47:25.123Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-01-20T16:47:25.574Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-20T16:47:26.114Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-01-20T16:47:27.340Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-20T16:47:29.922Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-01-20T16:47:30.393Z] === RUN TestDockerSuite/TestEventsFilterType [2022-01-20T16:47:31.385Z] === RUN TestDockerSuite/TestEventsFilters [2022-01-20T16:47:31.552Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-20T16:47:36.157Z] === RUN TestDockerSuite/TestEventsFormat [2022-01-20T16:47:38.663Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-20T16:47:38.663Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-20T16:47:38.663Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-20T16:47:39.125Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-20T16:47:40.933Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-01-20T16:47:40.933Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-01-20T16:47:40.933Z] === RUN TestDockerSuite/TestEventsImageImport [2022-01-20T16:47:40.933Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:47:40.933Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-01-20T16:47:40.933Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-20T16:47:40.933Z] === RUN TestDockerSuite/TestEventsImagePull [2022-01-20T16:47:40.933Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-20T16:47:40.933Z] === RUN TestDockerSuite/TestEventsImageTag [2022-01-20T16:47:42.506Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-01-20T16:47:42.506Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-20T16:47:42.506Z] === RUN TestDockerSuite/TestEventsRename [2022-01-20T16:47:42.884Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-20T16:47:44.730Z] === RUN TestDockerSuite/TestEventsResize [2022-01-20T16:47:45.820Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-20T16:47:48.744Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-20T16:47:48.744Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-20T16:47:48.744Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-20T16:47:48.744Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-20T16:47:48.744Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-20T16:47:48.744Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-20T16:47:48.744Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-20T16:47:53.415Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-01-20T16:47:53.463Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-20T16:47:54.987Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-01-20T16:47:55.656Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-20T16:47:57.205Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-20T16:47:57.212Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-01-20T16:47:57.488Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-20T16:47:57.488Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:47:57.488Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-20T16:48:01.295Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-20T16:48:01.295Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-20T16:48:01.764Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-20T16:48:01.984Z] === RUN TestDockerSuite/TestEventsTop [2022-01-20T16:48:01.985Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-20T16:48:01.985Z] === RUN TestDockerSuite/TestEventsUntag [2022-01-20T16:48:02.754Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-20T16:48:03.030Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-01-20T16:48:03.030Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-20T16:48:03.030Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-20T16:48:03.030Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-20T16:48:03.030Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-20T16:48:03.030Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-20T16:48:03.030Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-20T16:48:04.947Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-01-20T16:48:05.223Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-20T16:48:05.223Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-20T16:48:05.687Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-20T16:48:05.687Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-20T16:48:07.882Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-20T16:48:08.634Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-20T16:48:08.752Z] === RUN TestDockerSuite/TestExec [2022-01-20T16:48:08.752Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:48:08.752Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-01-20T16:48:08.752Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-20T16:48:08.752Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-01-20T16:48:10.328Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-01-20T16:48:12.552Z] === RUN TestDockerSuite/TestExecAPIStart [2022-01-20T16:48:12.552Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:48:12.552Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-01-20T16:48:12.552Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:48:12.552Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-01-20T16:48:12.552Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-20T16:48:12.552Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-01-20T16:48:13.396Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-20T16:48:13.396Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:48:13.396Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-20T16:48:14.127Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-01-20T16:48:16.351Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-01-20T16:48:16.490Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-01-20T16:48:16.490Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-20T16:48:16.490Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-20T16:48:18.202Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-20T16:48:18.203Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-20T16:48:18.203Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-20T16:48:18.575Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-01-20T16:48:20.800Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-01-20T16:48:24.611Z] === RUN TestDockerSuite/TestExecCgroup [2022-01-20T16:48:24.611Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-20T16:48:24.611Z] === RUN TestDockerSuite/TestExecEnv [2022-01-20T16:48:24.611Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:48:24.611Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-01-20T16:48:24.611Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-20T16:48:24.611Z] === RUN TestDockerSuite/TestExecExitStatus [2022-01-20T16:48:25.101Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-20T16:48:25.101Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:48:25.101Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-20T16:48:26.837Z] === RUN TestDockerSuite/TestExecInspectID [2022-01-20T16:48:29.968Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-20T16:48:29.968Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-20T16:48:29.968Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-20T16:48:29.968Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:48:29.968Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-20T16:48:29.968Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-20T16:48:29.968Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-20T16:48:29.968Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-20T16:48:29.968Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-20T16:48:31.749Z] === RUN TestDockerSuite/TestExecInteractive [2022-01-20T16:48:31.749Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-20T16:48:31.749Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-01-20T16:48:31.749Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-20T16:48:31.749Z] === RUN TestDockerSuite/TestExecParseError [2022-01-20T16:48:31.749Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:48:31.749Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-01-20T16:48:31.749Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-20T16:48:31.749Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-01-20T16:48:31.749Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-20T16:48:31.749Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-01-20T16:48:33.974Z] === RUN TestDockerSuite/TestExecSetEnv [2022-01-20T16:48:33.974Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-20T16:48:33.974Z] === RUN TestDockerSuite/TestExecStartFails [2022-01-20T16:48:33.974Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:48:33.974Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-01-20T16:48:33.974Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-20T16:48:33.974Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-01-20T16:48:33.974Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-20T16:48:34.445Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-01-20T16:48:34.445Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-20T16:48:34.445Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-01-20T16:48:36.043Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-20T16:48:36.670Z] === RUN TestDockerSuite/TestExecUlimits [2022-01-20T16:48:36.670Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-20T16:48:36.670Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-01-20T16:48:37.033Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-20T16:48:37.508Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-20T16:48:38.654Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-20T16:48:38.654Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:48:38.654Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-20T16:48:38.654Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-20T16:48:38.654Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-20T16:48:38.654Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:48:38.654Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-20T16:48:38.654Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:48:38.654Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-20T16:48:38.654Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-20T16:48:38.654Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-20T16:48:38.654Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:48:38.654Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-20T16:48:40.852Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-20T16:48:44.611Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-20T16:48:44.611Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-20T16:48:44.611Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-20T16:48:44.674Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-20T16:48:45.409Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-01-20T16:48:45.409Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-20T16:48:45.409Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-01-20T16:48:45.409Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-20T16:48:45.409Z] === RUN TestDockerSuite/TestExecWithUser [2022-01-20T16:48:45.409Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:48:45.409Z] === RUN TestDockerSuite/TestGetContainerStats [2022-01-20T16:48:47.536Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-20T16:48:47.536Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-20T16:48:47.536Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-20T16:48:47.536Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-20T16:48:47.536Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-20T16:48:47.536Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:48:47.536Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-20T16:48:47.536Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-20T16:48:47.536Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-20T16:48:47.536Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:48:47.536Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-20T16:48:47.536Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-20T16:48:47.536Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-20T16:48:50.682Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-20T16:48:51.299Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-01-20T16:48:57.186Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-01-20T16:48:59.354Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-20T16:49:00.156Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-01-20T16:49:02.533Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-20T16:49:02.533Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-20T16:49:02.996Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-20T16:49:02.996Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-20T16:49:02.996Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-20T16:49:02.996Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-20T16:49:03.458Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-20T16:49:03.458Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-20T16:49:04.112Z] === RUN TestDockerSuite/TestRmiTag [2022-01-20T16:49:04.584Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-20T16:49:06.038Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-01-20T16:49:06.038Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:49:06.038Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-01-20T16:49:06.038Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-01-20T16:49:06.390Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-20T16:49:06.390Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-20T16:49:06.498Z] === RUN TestDockerSuite/TestHealth [2022-01-20T16:49:06.498Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-20T16:49:06.498Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-01-20T16:49:06.498Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-01-20T16:49:06.498Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-01-20T16:49:06.498Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-01-20T16:49:07.491Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-20T16:49:10.151Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-20T16:49:10.151Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-20T16:49:10.614Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-20T16:49:10.614Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-20T16:49:11.076Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-20T16:49:11.191Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-01-20T16:49:11.191Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-01-20T16:49:11.191Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-20T16:49:11.191Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-01-20T16:49:11.191Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-01-20T16:49:11.650Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-01-20T16:49:11.650Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-01-20T16:49:12.619Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-01-20T16:49:12.619Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:49:12.619Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-01-20T16:49:13.587Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-01-20T16:49:13.587Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-01-20T16:49:15.766Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-01-20T16:49:15.766Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-01-20T16:49:18.674Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-01-20T16:49:19.685Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-20T16:49:19.690Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:49:19.690Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-20T16:49:20.152Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-20T16:49:20.615Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-20T16:49:20.615Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-20T16:49:20.615Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-20T16:49:25.745Z] === RUN TestDockerSuite/TestImagesFormat [2022-01-20T16:49:25.745Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-01-20T16:49:25.745Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:49:26.206Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-01-20T16:49:28.539Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-20T16:49:28.539Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-20T16:49:29.223Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-20T16:49:29.223Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-20T16:49:29.223Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-20T16:49:30.096Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-01-20T16:49:30.096Z] === RUN TestDockerSuite/TestImportBadURL [2022-01-20T16:49:32.272Z] === RUN TestDockerSuite/TestImportDisplay [2022-01-20T16:49:32.272Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.272Z] === RUN TestDockerSuite/TestImportFile [2022-01-20T16:49:32.272Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.272Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-01-20T16:49:32.272Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-01-20T16:49:32.272Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestImportGzipped [2022-01-20T16:49:32.732Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-01-20T16:49:32.732Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-01-20T16:49:32.732Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-01-20T16:49:32.732Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-01-20T16:49:32.732Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-01-20T16:49:32.732Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-01-20T16:49:32.732Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:49:32.732Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-01-20T16:49:34.319Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-20T16:49:34.908Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-20T16:49:35.846Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-20T16:49:35.846Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-20T16:49:35.846Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-20T16:49:35.846Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-20T16:49:35.846Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-20T16:49:35.846Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-20T16:49:35.846Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-20T16:49:35.846Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-20T16:49:37.084Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-01-20T16:49:37.084Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:49:37.084Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-01-20T16:49:37.084Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-20T16:49:37.084Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-01-20T16:49:37.084Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-01-20T16:49:37.084Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-20T16:49:37.084Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-01-20T16:49:38.017Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-20T16:49:38.017Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-20T16:49:38.017Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-20T16:49:38.017Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-20T16:49:38.017Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-20T16:49:39.985Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-01-20T16:49:39.985Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-01-20T16:49:41.649Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-20T16:49:41.649Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.649Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite (2393.79s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.78s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.62s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (73.60s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.97s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.17s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.03s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.39s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (74.53s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.49s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.43s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.83s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.05s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.43s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.68s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.61s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.10s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.97s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.17s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.53s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.97s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddTar (34.36s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.37s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.45s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.51s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.60s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.71s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.11s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.96s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.02s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.98s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (23.61s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.92s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.39s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.41s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.17s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.28s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.40s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.03s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCmd (0.65s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.63s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.04s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.08s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.48s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.30s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.87s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2022-01-20T16:49:41.649Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T16:49:41.649Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.93s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.56s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.95s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.62s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.55s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.49s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.47s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (17.71s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.51s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.66s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.72s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.27s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.23s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignore (48.15s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.94s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (55.74s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.44s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.74s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.24s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.45s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (10.15s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.46s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.71s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.80s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (73.23s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.38s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.35s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.07s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.55s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.07s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (6.39s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.75s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.83s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.46s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.89s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.89s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.38s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.56s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFails (2.67s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.13s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.20s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.92s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.66s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.28s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.30s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.66s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.54s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.88s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildHistory (10.19s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.12s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.84s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.95s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLabel (0.86s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.65s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.95s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.58s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLabels (1.15s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.44s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.35s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.55s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.57s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.00s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.75s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.68s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.04s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (15.09s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.13s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.87s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.59s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (17.57s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.89s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.16s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.44s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.98s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.95s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.34s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.39s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.52s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.04s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.92s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.59s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.97s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.83s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.11s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.31s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (39.98s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.58s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildRm (12.86s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.53s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.36s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.24s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.68s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.61s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (16.44s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.63s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.59s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.02s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.39s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildStderr (4.55s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.95s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.61s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.17s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.78s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.36s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.30s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.51s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.22s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.78s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.82s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.54s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.34s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.56s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.47s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.69s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.36s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-01-20T16:49:41.650Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-20T16:49:41.650Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.12s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.85s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.05s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCommitChange (5.50s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.78s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCommitNewFile (7.77s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCommitTTY (7.60s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.26s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.12s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.18s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.61s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.79s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.78s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.78s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.54s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.55s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.92s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (3.43s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.58s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.84s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.90s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.97s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.95s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (5.65s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.83s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.91s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.99s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.49s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.12s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.76s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.95s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.55s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.13s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.87s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.88s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.87s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.88s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000004d98_} (2.88s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1389628520_c:\foo_false____} (2.86s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1389628520_c:\foo_true____} (2.87s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.07s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.07s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.06s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.05s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.91s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.69s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.06s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.57s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.68s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpToDot (2.93s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCpToStdout (3.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.12s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.91s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (6.99s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.68s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateRM (0.38s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.37s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.50s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.46s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.31s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.89s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-01-20T16:49:41.651Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.88s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.46s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.92s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (10.35s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestEventsCopy (5.07s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.24s) [2022-01-20T16:49:41.651Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.77s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.92s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.37s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.98s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFilters (5.82s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFormat (6.00s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsRename (3.03s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsResize (33.17s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.95s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.57s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.38s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.76s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.91s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.84s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.90s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.44s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (3.46s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.44s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (10.69s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.53s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecInspectID (5.42s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.66s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.49s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.70s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.35s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.02s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.98s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.94s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.68s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.62s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.98s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.70s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.03s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.13s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.66s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.92s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.97s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.95s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.87s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectDefault (2.77s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectHistory (4.90s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.96s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.44s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.82s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.92s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.49s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectStatus (3.52s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (6.36s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.44s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.87s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.52s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.83s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.89s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.95s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.90s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.87s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.16s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.89s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (3.55s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.77s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.72s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.78s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.54s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.10s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.95s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.87s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsSince (9.44s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsTail (3.15s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.95s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.91s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.67s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-01-20T16:49:41.652Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.64s) [2022-01-20T16:49:41.652Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsByOrder (12.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.90s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.66s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.31s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.87s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.74s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.74s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (6.24s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPsShowMounts (9.35s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.76s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.13s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.86s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.95s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.28s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.26s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.74s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (7.35s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (5.08s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (6.03s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.92s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.24s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.49s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.10s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.34s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.38s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiTag (0.61s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.89s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (17.50s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.05s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.84s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.07s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.18s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.46s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.52s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.72s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.73s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.83s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.65s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.75s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.66s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.26s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.91s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.99s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.10s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.61s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (6.74s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.86s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.95s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.87s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.86s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunExitCode (2.96s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.71s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.73s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.85s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.89s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.32s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.29s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.92s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.71s) [2022-01-20T16:49:41.653Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.74s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-01-20T16:49:41.653Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.26s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.74s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.77s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.28s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.47s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.68s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.96s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunRm (2.87s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.98s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.77s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.73s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.87s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.68s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.32s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.02s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.86s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.93s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.53s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.48s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.67s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.93s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.78s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.96s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.84s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.53s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.28s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.76s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.26s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.69s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.25s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.80s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.05s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.06s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.80s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (3.39s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.28s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.24s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.12s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.95s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.41s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.73s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.55s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.13s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.24s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.81s) [2022-01-20T16:49:41.654Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-01-20T16:49:41.654Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.42s) [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T16:49:41.654Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.654Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-20T16:49:41.655Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] --- PASS: TestDockerRegistrySuite (0.12s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-20T16:49:41.655Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-20T16:49:41.655Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-20T16:49:41.655Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-20T16:49:41.655Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-20T16:49:41.655Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-20T16:49:41.655Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-20T16:49:41.655Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T16:49:41.655Z] === RUN TestDockerDaemonSuite [2022-01-20T16:49:41.655Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-20T16:49:41.655Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-20T16:49:41.655Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-20T16:49:41.655Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T16:49:41.655Z] === RUN TestDockerSwarmSuite [2022-01-20T16:49:41.655Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-01-20T16:49:41.655Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.655Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T16:49:41.655Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T16:49:41.656Z] === RUN TestDockerExternalVolumeSuite [2022-01-20T16:49:41.656Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-01-20T16:49:41.656Z] === RUN TestDockerNetworkSuite [2022-01-20T16:49:41.656Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-01-20T16:49:41.656Z] === RUN TestDockerHubPullSuite [2022-01-20T16:49:41.656Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-01-20T16:49:41.656Z] PASS [2022-01-20T16:49:41.656Z] ok github.com/docker/docker/integration-cli 2394.089s [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === Skipped [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-01-20T16:49:41.656Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-01-20T16:49:41.656Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-01-20T16:49:41.656Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-01-20T16:49:41.656Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-01-20T16:49:41.656Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-20T16:49:41.656Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-01-20T16:49:41.656Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T16:49:41.656Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T16:49:41.656Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-20T16:49:41.656Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-20T16:49:41.656Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-01-20T16:49:41.656Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.36s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.37s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.37s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.69s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.39s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.39s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T16:49:41.656Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.656Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T16:49:41.656Z] [2022-01-20T16:49:41.656Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-01-20T16:49:41.656Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.30s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.36s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.37s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.35s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.35s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.07s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.07s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-01-20T16:49:41.657Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.32s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s) [2022-01-20T16:49:41.657Z] [2022-01-20T16:49:41.657Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-01-20T16:49:41.657Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.657Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-01-20T16:49:41.658Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-01-20T16:49:41.658Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-01-20T16:49:41.658Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-20T16:49:41.658Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.33s) [2022-01-20T16:49:41.658Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.33s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T16:49:41.658Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T16:49:41.658Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-01-20T16:49:41.658Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-01-20T16:49:41.658Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-20T16:49:41.658Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T16:49:41.658Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.658Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T16:49:41.658Z] [2022-01-20T16:49:41.658Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-20T16:49:41.659Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-01-20T16:49:41.659Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-01-20T16:49:41.659Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T16:49:41.659Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-20T16:49:41.659Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-01-20T16:49:41.659Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-01-20T16:49:41.659Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-01-20T16:49:41.659Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-01-20T16:49:41.659Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.659Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-01-20T16:49:41.659Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.659Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-01-20T16:49:41.659Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-01-20T16:49:41.660Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-01-20T16:49:41.660Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T16:49:41.660Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-01-20T16:49:41.660Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T16:49:41.660Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-01-20T16:49:41.660Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-01-20T16:49:41.660Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-20T16:49:41.660Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T16:49:41.660Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-01-20T16:49:41.660Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-01-20T16:49:41.660Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.660Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-01-20T16:49:41.660Z] [2022-01-20T16:49:41.660Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T16:49:41.661Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-01-20T16:49:41.661Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-01-20T16:49:41.661Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-01-20T16:49:41.661Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-01-20T16:49:41.661Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-20T16:49:41.661Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-01-20T16:49:41.661Z] [2022-01-20T16:49:41.661Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-01-20T16:49:42.125Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T16:49:42.125Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-01-20T16:49:42.125Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.125Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-01-20T16:49:42.125Z] [2022-01-20T16:49:42.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.03s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.126Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-01-20T16:49:42.126Z] [2022-01-20T16:49:42.126Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-01-20T16:49:42.126Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T16:49:42.127Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.127Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-01-20T16:49:42.127Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.127Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2022-01-20T16:49:42.127Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T16:49:42.128Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T16:49:42.128Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T16:49:42.128Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-01-20T16:49:42.128Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T16:49:42.128Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.128Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T16:49:42.128Z] [2022-01-20T16:49:42.128Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-01-20T16:49:42.129Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] DONE 1085 tests, 544 skipped in 2404.136s [2022-01-20T16:49:42.129Z] INFO: Integration tests ended at 01/20/2022 16:49:41. Duration:00:40:04.3126932 [2022-01-20T16:49:42.129Z] INFO: Docker info of the daemon under test at end of run [2022-01-20T16:49:42.129Z] [2022-01-20T16:49:42.129Z] Containers: 2 [2022-01-20T16:49:42.129Z] Running: 0 [2022-01-20T16:49:42.129Z] Paused: 0 [2022-01-20T16:49:42.129Z] Stopped: 2 [2022-01-20T16:49:42.129Z] Images: 18 [2022-01-20T16:49:42.129Z] Server Version: 0.0.0-dev [2022-01-20T16:49:42.129Z] Storage Driver: windowsfilter [2022-01-20T16:49:42.129Z] Windows: [2022-01-20T16:49:42.129Z] Logging Driver: json-file [2022-01-20T16:49:42.129Z] Plugins: [2022-01-20T16:49:42.129Z] Volume: local [2022-01-20T16:49:42.129Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T16:49:42.129Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T16:49:42.129Z] Swarm: inactive [2022-01-20T16:49:42.129Z] Default Isolation: process [2022-01-20T16:49:42.129Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T16:49:42.129Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T16:49:42.129Z] OSType: windows [2022-01-20T16:49:42.129Z] Architecture: x86_64 [2022-01-20T16:49:42.129Z] CPUs: 4 [2022-01-20T16:49:42.129Z] Total Memory: 32GiB [2022-01-20T16:49:42.129Z] Name: azwin-2-7d8690 [2022-01-20T16:49:42.129Z] ID: TGGO:FUWH:YRNA:4G2N:S4YU:PAJW:4IDH:BYED:NKTT:DBUU:SC7Z:QQO3 [2022-01-20T16:49:42.129Z] Docker Root Dir: D:\CI\PR-43142\4\daemon [2022-01-20T16:49:42.129Z] Debug Mode (client): false [2022-01-20T16:49:42.129Z] Debug Mode (server): true [2022-01-20T16:49:42.129Z] File Descriptors: -1 [2022-01-20T16:49:42.129Z] Goroutines: 46 [2022-01-20T16:49:42.130Z] System Time: 2022-01-20T16:49:41.9346909Z [2022-01-20T16:49:42.130Z] EventsListeners: 0 [2022-01-20T16:49:42.130Z] Registry: https://index.docker.io/v1/ [2022-01-20T16:49:42.130Z] Labels: [2022-01-20T16:49:42.130Z] Experimental: false [2022-01-20T16:49:42.130Z] Insecure Registries: [2022-01-20T16:49:42.130Z] 127.0.0.0/8 [2022-01-20T16:49:42.130Z] Live Restore Enabled: false [2022-01-20T16:49:42.130Z] [2022-01-20T16:49:42.130Z] [2022-01-20T16:49:42.130Z] INFO: Stopping daemon under test [2022-01-20T16:49:42.130Z] SUCCESS: The process with PID 5312 (child process of PID 4216) has been terminated. [2022-01-20T16:49:42.164Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-01-20T16:49:42.164Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.164Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-01-20T16:49:42.164Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.164Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-01-20T16:49:42.164Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-20T16:49:42.164Z] === RUN TestDockerSuite/TestInspectDefault [2022-01-20T16:49:42.592Z] SUCCESS: The process with PID 4216 (child process of PID 3844) has been terminated. [2022-01-20T16:49:42.592Z] INFO: Stop tailing logs of the daemon under tests [2022-01-20T16:49:42.592Z] INFO: executeCI.ps1 Completed successfully at 01/20/2022 16:49:42. [2022-01-20T16:49:42.592Z] INFO: Tidying up at end of run [2022-01-20T16:49:42.592Z] INFO: Saving daemon under test log (d:\CI\PR-43142\4\dut.out) to bundles\CIDUT.out [2022-01-20T16:49:42.592Z] INFO: Saving daemon under test log (d:\CI\PR-43142\4\dut.err) to bundles\CIDUT.err [2022-01-20T16:49:42.592Z] INFO: Saving containerd logs to bundles [2022-01-20T16:49:42.592Z] INFO: Nuke-Everything... [2022-01-20T16:49:42.592Z] INFO: Container count on control daemon to delete is 2 [2022-01-20T16:49:42.592Z] ff99ef31b180 [2022-01-20T16:49:42.592Z] 1b39a05f531f [2022-01-20T16:49:42.592Z] INFO: Tidying pidfile d:\CI\PR-43142\4\docker.pid [2022-01-20T16:49:42.592Z] INFO: Killing containerd with PID 5104 [2022-01-20T16:49:42.592Z] INFO: Nuking d:\CI [2022-01-20T16:49:43.790Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-20T16:49:44.340Z] === RUN TestDockerSuite/TestInspectHistory [2022-01-20T16:49:46.686Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-20T16:49:49.030Z] === RUN TestDockerSuite/TestInspectImage [2022-01-20T16:49:49.030Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:49:49.030Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-01-20T16:49:49.030Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:49:49.030Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-01-20T16:49:49.030Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:49:49.030Z] === RUN TestDockerSuite/TestInspectInt64 [2022-01-20T16:49:49.579Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-20T16:49:51.208Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-01-20T16:49:52.478Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-20T16:49:53.404Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-01-20T16:49:53.404Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-01-20T16:49:55.376Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-20T16:49:55.376Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-20T16:50:00.361Z] INFO: Zapped successfully [2022-01-20T16:50:00.361Z] [2022-01-20T16:50:00.361Z] INFO: executeCI.ps1 exiting at Thu Jan 20 16:50:00 CUT 2022. Duration 01:02:55.0145547 [2022-01-20T16:50:00.361Z] [2022-01-20T16:50:00.568Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-01-20T16:50:01.100Z] Recording test results [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-20T16:50:01.147Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-20T16:50:01.147Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-20T16:50:02.758Z] === RUN TestDockerSuite/TestInspectPlugin [2022-01-20T16:50:02.758Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-20T16:50:02.758Z] === RUN TestDockerSuite/TestInspectRootFS [2022-01-20T16:50:02.758Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-01-20T16:50:04.039Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-20T16:50:04.039Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-20T16:50:04.039Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-01-20T16:50:05.699Z] === RUN TestDockerSuite/TestInspectStatus [2022-01-20T16:50:09.033Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-20T16:50:09.041Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-20T16:50:09.041Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-20T16:50:10.580Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-01-20T16:50:11.209Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-20T16:50:12.084Z] Creating win-2022-c8d-integration-bundles.zip [2022-01-20T16:50:12.769Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-01-20T16:50:14.098Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [Pipeline] archiveArtifacts [2022-01-20T16:50:14.499Z] Archiving artifacts [2022-01-20T16:50:14.948Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-01-20T16:50:16.989Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-20T16:50:16.989Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-20T16:50:16.989Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-20T16:50:16.989Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-20T16:50:16.989Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-20T16:50:16.989Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-20T16:50:16.989Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-20T16:50:19.881Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-20T16:50:19.881Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-20T16:50:19.881Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-20T16:50:19.881Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:50:19.881Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-20T16:50:19.881Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-20T16:50:19.881Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-20T16:50:19.881Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:50:19.881Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-20T16:50:22.020Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-01-20T16:50:22.047Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-20T16:50:24.197Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-01-20T16:50:26.376Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-01-20T16:50:27.815Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-20T16:50:27.815Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-20T16:50:27.815Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-20T16:50:27.815Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-20T16:50:27.815Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-20T16:50:27.815Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-20T16:50:27.815Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-20T16:50:27.815Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:50:27.815Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-20T16:50:27.815Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-20T16:50:27.815Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-20T16:50:27.815Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-20T16:50:27.815Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-20T16:50:28.550Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-01-20T16:50:28.784Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-20T16:50:29.734Z] + make clean [2022-01-20T16:50:30.723Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-20T16:50:30.723Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-20T16:50:30.723Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-20T16:50:30.723Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-20T16:50:30.723Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-20T16:50:30.723Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-20T16:50:30.728Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-01-20T16:50:30.728Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-01-20T16:50:30.728Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksEnvs [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-01-20T16:50:31.187Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-01-20T16:50:31.187Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-01-20T16:50:31.187Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-01-20T16:50:31.187Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-01-20T16:50:31.282Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T16:50:31.282Z] docker-dev-cache [2022-01-20T16:50:31.282Z] docker-mod-cache [Pipeline] deleteDir [2022-01-20T16:50:33.363Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2022-01-20T16:50:33.616Z] === RUN TestDockerSuite/TestRunEchoStdout [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-20T16:50:35.542Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-01-20T16:50:36.511Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-20T16:50:36.511Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-20T16:50:36.511Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-20T16:50:38.679Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-20T16:50:38.679Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-20T16:50:38.679Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-20T16:50:38.679Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-20T16:50:38.679Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-20T16:50:38.679Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-20T16:50:38.679Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-20T16:50:41.338Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-01-20T16:50:41.568Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-20T16:50:43.515Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-01-20T16:50:43.515Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-20T16:50:43.515Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-01-20T16:50:44.456Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-20T16:50:45.695Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-01-20T16:50:45.695Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-01-20T16:50:47.347Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-20T16:50:50.236Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-20T16:50:50.237Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-20T16:50:50.237Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-20T16:50:50.237Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-20T16:50:50.237Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:50:50.237Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-20T16:50:50.237Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-20T16:50:50.237Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-20T16:50:50.237Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-20T16:50:52.763Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-01-20T16:50:56.007Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-20T16:50:56.007Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-20T16:50:56.007Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-20T16:50:56.007Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-20T16:50:56.007Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:50:56.007Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-20T16:50:56.007Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-20T16:50:56.007Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-20T16:50:56.007Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-20T16:50:56.007Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-20T16:50:56.007Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-20T16:50:56.007Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-20T16:50:59.832Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-01-20T16:51:03.067Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-20T16:51:03.067Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-20T16:51:03.067Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunMount [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-20T16:51:05.234Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-20T16:51:05.234Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-20T16:51:06.906Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-01-20T16:51:09.081Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-01-20T16:51:11.984Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-01-20T16:51:11.984Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-20T16:51:11.984Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-01-20T16:51:14.163Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-01-20T16:51:15.639Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-20T16:51:15.639Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-20T16:51:15.639Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-20T16:51:15.639Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-20T16:51:15.639Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-20T16:51:15.639Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-20T16:51:15.639Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-20T16:51:16.340Z] === RUN TestDockerSuite/TestLogsSince [2022-01-20T16:51:20.406Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-20T16:51:25.289Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-20T16:51:25.289Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-20T16:51:25.758Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-20T16:51:26.655Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-01-20T16:51:26.655Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-20T16:51:26.655Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-01-20T16:51:26.655Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-20T16:51:26.655Z] === RUN TestDockerSuite/TestLogsTail [2022-01-20T16:51:27.322Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-20T16:51:28.833Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-01-20T16:51:29.543Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-20T16:51:31.014Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-01-20T16:51:31.759Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-20T16:51:32.747Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestMountIntoProc [2022-01-20T16:51:33.916Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestMountIntoSys [2022-01-20T16:51:33.916Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestNetHostname [2022-01-20T16:51:33.916Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-01-20T16:51:33.916Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-01-20T16:51:33.916Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-01-20T16:51:33.916Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginActive [2022-01-20T16:51:33.916Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-01-20T16:51:33.916Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-01-20T16:51:33.916Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-01-20T16:51:33.916Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-01-20T16:51:33.916Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-01-20T16:51:33.916Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-01-20T16:51:33.916Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-01-20T16:51:33.916Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-01-20T16:51:33.916Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPortHostBinding [2022-01-20T16:51:33.916Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPortList [2022-01-20T16:51:33.916Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-20T16:51:33.916Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-20T16:51:35.706Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-20T16:51:35.706Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:51:39.503Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-20T16:51:39.503Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-20T16:51:39.503Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-20T16:51:39.503Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-20T16:51:39.503Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-20T16:51:39.503Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-20T16:51:39.503Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-20T16:51:39.503Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-20T16:51:39.503Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-20T16:51:39.503Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:51:39.503Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-01-20T16:51:44.234Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-01-20T16:51:44.234Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-01-20T16:51:44.234Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-01-20T16:51:44.234Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-01-20T16:51:44.234Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-01-20T16:51:44.234Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-01-20T16:51:44.234Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-01-20T16:51:44.234Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:51:44.234Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-01-20T16:51:48.921Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-01-20T16:51:48.921Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-20T16:51:48.921Z] === RUN TestDockerSuite/TestPsByOrder [2022-01-20T16:51:49.940Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-20T16:51:49.940Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-20T16:51:49.940Z] === RUN TestDockerSuite/TestRunRm [2022-01-20T16:51:52.892Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-20T16:51:57.489Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-01-20T16:51:57.489Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-20T16:51:57.489Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-01-20T16:51:58.764Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-20T16:52:01.719Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-20T16:52:04.677Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-20T16:52:06.896Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-20T16:52:09.857Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-20T16:52:09.857Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-20T16:52:09.857Z] === RUN TestDockerSuite/TestRunState [2022-01-20T16:52:09.857Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-20T16:52:09.857Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-20T16:52:09.864Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-01-20T16:52:12.810Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-20T16:52:12.810Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:52:12.810Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-20T16:52:15.031Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-20T16:52:15.031Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-20T16:52:15.031Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-20T16:52:15.031Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-20T16:52:15.031Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-20T16:52:15.031Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-20T16:52:15.031Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-20T16:52:15.031Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-20T16:52:15.031Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-20T16:52:20.915Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-20T16:52:20.915Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-20T16:52:23.868Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-20T16:52:23.868Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-20T16:52:23.868Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-20T16:52:26.086Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-20T16:52:26.086Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-20T16:52:26.086Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-20T16:52:26.086Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-20T16:52:26.086Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-20T16:52:29.878Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-20T16:52:30.956Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-01-20T16:52:30.956Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-01-20T16:52:30.956Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-20T16:52:30.956Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-01-20T16:52:38.548Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-20T16:52:43.364Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-01-20T16:52:44.437Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-20T16:52:46.271Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-01-20T16:52:51.599Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-20T16:52:51.599Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-20T16:52:51.599Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-20T16:52:51.599Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-20T16:52:55.402Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-20T16:52:58.354Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-01-20T16:52:58.649Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-20T16:53:01.311Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-20T16:53:01.311Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-20T16:53:01.311Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-20T16:53:01.311Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-20T16:53:01.311Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-20T16:53:01.311Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-20T16:53:01.311Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-20T16:53:03.335Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-01-20T16:53:03.335Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-20T16:53:03.335Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-01-20T16:53:03.335Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-20T16:53:03.335Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-01-20T16:53:05.109Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-20T16:53:07.324Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-20T16:53:08.025Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-01-20T16:53:08.025Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:53:08.025Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-01-20T16:53:08.025Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-20T16:53:08.025Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-01-20T16:53:08.025Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-20T16:53:08.025Z] === RUN TestDockerSuite/TestPsRightTagName [2022-01-20T16:53:08.025Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-20T16:53:08.025Z] === RUN TestDockerSuite/TestPsShowMounts [2022-01-20T16:53:09.542Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-20T16:53:15.187Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-01-20T16:53:15.187Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.187Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-20T16:53:15.409Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-01-20T16:53:15.409Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-20T16:53:15.409Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-20T16:53:15.409Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-20T16:53:15.409Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-20T16:53:15.409Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-20T16:53:15.409Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-20T16:53:16.179Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-01-20T16:53:16.179Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-20T16:53:16.179Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-01-20T16:53:17.624Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-20T16:53:17.624Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-20T16:53:17.750Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-01-20T16:53:18.092Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-20T16:53:18.560Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-20T16:53:18.741Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-01-20T16:53:18.741Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-20T16:53:18.741Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-01-20T16:53:20.126Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-20T16:53:22.552Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-01-20T16:53:27.324Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-01-20T16:53:28.786Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-01-20T16:53:28.786Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-20T16:53:28.786Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-20T16:53:34.498Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-01-20T16:53:37.453Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-20T16:53:37.453Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:53:37.453Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-20T16:53:42.213Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-20T16:53:42.213Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-20T16:53:42.213Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-20T16:53:42.213Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:53:42.213Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-20T16:53:42.213Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-20T16:53:42.213Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-20T16:53:42.213Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-20T16:53:42.213Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-20T16:53:50.886Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-20T16:53:50.886Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:53:50.886Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-20T16:53:50.886Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-20T16:53:50.886Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-20T16:53:50.886Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:53:50.886Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-20T16:53:50.886Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:53:50.886Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-20T16:53:50.886Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-20T16:53:50.887Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-20T16:53:50.887Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:53:50.887Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-20T16:53:52.456Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-20T16:53:54.672Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-20T16:53:54.672Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-20T16:53:55.140Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-20T16:53:55.771Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-01-20T16:53:55.771Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:53:55.771Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-01-20T16:53:57.356Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-20T16:53:57.356Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-20T16:53:57.356Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-20T16:53:57.356Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-20T16:53:57.356Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-20T16:53:57.356Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:53:57.356Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-20T16:53:57.356Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-20T16:53:57.356Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-20T16:53:57.356Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:53:57.356Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-20T16:53:57.356Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-20T16:53:57.356Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-20T16:54:01.669Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-01-20T16:54:01.669Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-01-20T16:54:01.669Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-01-20T16:54:02.661Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-01-20T16:54:07.564Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-01-20T16:54:11.372Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-01-20T16:54:11.372Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:54:11.372Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-01-20T16:54:15.190Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-20T16:54:15.190Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-20T16:54:15.190Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-20T16:54:15.190Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-20T16:54:15.190Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-20T16:54:15.190Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-20T16:54:15.190Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-20T16:54:15.190Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-20T16:54:16.143Z] === RUN TestDockerSuite/TestRmiBlank [2022-01-20T16:54:16.143Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-01-20T16:54:16.143Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-01-20T16:54:17.409Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-20T16:54:17.409Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-20T16:54:21.200Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-20T16:54:21.200Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-20T16:54:21.669Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-20T16:54:21.669Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-20T16:54:21.669Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-20T16:54:31.105Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-01-20T16:54:32.091Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-20T16:54:32.092Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:54:32.092Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-20T16:54:32.092Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-20T16:54:32.092Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-20T16:54:32.092Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-20T16:54:32.092Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-20T16:54:33.333Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-01-20T16:54:33.803Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-01-20T16:54:40.757Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-20T16:54:40.757Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-20T16:54:40.757Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-20T16:54:40.982Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-01-20T16:54:45.756Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-01-20T16:54:53.253Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-20T16:54:53.253Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.253Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite (2538.62s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.81s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.68s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (85.52s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.85s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.44s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.76s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.30s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.74s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (88.88s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.03s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.29s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.96s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.26s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.00s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.48s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.74s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.36s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.08s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (5.56s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.12s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.34s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.74s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (5.39s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.58s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddTar (36.76s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (19.73s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.89s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.65s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.51s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.28s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.82s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.26s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.65s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.36s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.63s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.83s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.88s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.59s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.73s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.53s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.69s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.08s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCmd (0.64s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.63s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.66s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.04s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.42s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.36s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.57s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.10s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.05s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.58s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.99s) [2022-01-20T16:54:53.253Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.72s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-20T16:54:53.253Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.96s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (35.69s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.79s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.71s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.86s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.59s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (25.39s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.78s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.24s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.91s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.97s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.19s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.44s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.30s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignore (55.00s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.87s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (62.10s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.06s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.01s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (22.27s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (12.65s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (12.38s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.84s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (12.13s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.41s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (88.18s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.56s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.81s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.35s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.62s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.87s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.59s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.23s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.44s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.16s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.29s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.79s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.70s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFails (2.90s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.72s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.77s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildForceRm (7.60s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.97s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.58s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.68s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.78s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.68s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (9.60s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildHistory (12.58s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.15s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.32s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.84s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.37s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLabel (1.21s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.77s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.30s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.73s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLabels (1.15s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.70s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.72s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.65s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.52s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.68s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.88s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.55s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.15s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.55s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.18s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.45s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (9.30s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.73s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.49s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.30s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.18s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.21s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.60s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuild (10.58s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.94s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (10.42s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.64s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.56s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.59s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.24s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.42s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.37s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (47.93s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (22.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildRm (14.63s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.08s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.68s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.51s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.73s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildShellInherited (5.55s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.42s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.99s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.75s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.07s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.35s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildStderr (5.37s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.44s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.94s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.64s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.25s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (6.04s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.74s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.65s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.76s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.65s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.17s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (10.21s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (6.42s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.86s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.33s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWithTabs (5.26s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.56s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.80s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.35s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (9.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.34s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.96s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.59s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestCommitChange (5.88s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.45s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestCommitNewFile (8.36s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestCommitTTY (8.39s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.57s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPICommit (8.38s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (8.40s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.86s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.95s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.04s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (8.10s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.50s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.33s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.59s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.83s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.85s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.26s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.56s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.82s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.46s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.54s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.83s) [2022-01-20T16:54:53.254Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T16:54:53.254Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.92s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.39s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.69s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.28s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.52s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.46s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.80s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.78s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.76s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.71s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0003854d0_} (2.77s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-13423810889_c:\foo_false____} (2.81s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-13423810889_c:\foo_true____} (2.79s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.12s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.90s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.94s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.87s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpToCaseA (5.18s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.03s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpToCaseE (10.59s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.76s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpToDot (3.05s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCpToStdout (2.99s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.23s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateArgs (0.24s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.26s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.87s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.36s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.80s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateLabels (0.23s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateRM (0.47s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.47s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.99s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.28s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.61s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.47s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.23s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.98s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.97s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.98s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.89s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (9.90s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsCopy (4.96s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (6.37s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.78s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.99s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.83s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.46s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.08s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFilters (5.77s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFormat (5.69s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsRename (2.97s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsResize (8.16s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.73s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.71s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.41s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.74s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.21s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.32s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.41s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.42s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.42s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.33s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.22s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.42s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecInspectID (4.76s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.68s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.61s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.22s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.26s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.36s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.22s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.24s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.10s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.28s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.72s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.27s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.99s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.33s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.10s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.95s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.78s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.73s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.74s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.79s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectDefault (2.73s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectHistory (5.04s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.69s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.32s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.24s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.85s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.35s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.45s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectStatus (3.68s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.63s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.50s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.89s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.49s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.80s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.83s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.77s) [2022-01-20T16:54:53.255Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-20T16:54:53.255Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.20s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.30s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.09s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.81s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.39s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.79s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.80s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.79s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.79s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.83s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.31s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (3.19s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsSince (9.91s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsTail (3.36s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.14s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.55s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.49s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsByOrder (9.04s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.03s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (16.74s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.34s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.93s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.15s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.54s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.14s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.37s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.34s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.62s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.47s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.49s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.57s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.69s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.29s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.24s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.92s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (5.21s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.99s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (5.08s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.33s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.30s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.35s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.89s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.90s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.98s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.29s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiTag (0.68s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.90s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (18.20s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.17s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.69s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.31s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.36s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.41s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.11s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.74s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.81s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.76s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.61s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.73s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.31s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.06s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.24s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.90s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.78s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.76s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.98s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.43s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.80s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.18s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.83s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.75s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.71s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunExitCode (2.74s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.76s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.83s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.82s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (5.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.85s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.89s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.88s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-20T16:54:53.256Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-20T16:54:53.256Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.61s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.46s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.48s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.10s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.08s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.68s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.74s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.05s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunRm (2.87s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.98s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.92s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.83s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.30s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (3.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.73s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.53s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.21s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.81s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.75s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.60s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (8.72s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.51s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.07s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.10s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.90s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.79s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.73s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.24s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.05s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.37s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.34s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.25s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.78s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (8.17s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.84s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.05s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.47s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.40s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.61s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.32s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.31s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.26s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.63s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.40s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.19s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (9.18s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.68s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.23s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.79s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-20T16:54:53.257Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.37s) [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-20T16:54:53.257Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.257Z] --- PASS: TestDockerRegistrySuite (0.18s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:54:53.257Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-20T16:54:53.258Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-20T16:54:53.258Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-20T16:54:53.258Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-20T16:54:53.258Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-20T16:54:53.258Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-20T16:54:53.258Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-20T16:54:53.258Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerDaemonSuite [2022-01-20T16:54:53.258Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-20T16:54:53.258Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-20T16:54:53.258Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-20T16:54:53.258Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerSwarmSuite [2022-01-20T16:54:53.258Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-01-20T16:54:53.258Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerExternalVolumeSuite [2022-01-20T16:54:53.258Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerNetworkSuite [2022-01-20T16:54:53.258Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-01-20T16:54:53.258Z] === RUN TestDockerHubPullSuite [2022-01-20T16:54:53.258Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-01-20T16:54:53.258Z] PASS [2022-01-20T16:54:53.258Z] ok github.com/docker/docker/integration-cli 2539.008s [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === Skipped [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-20T16:54:53.258Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-20T16:54:53.258Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-20T16:54:53.258Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-20T16:54:53.258Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-20T16:54:53.258Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-01-20T16:54:53.258Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.52s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-20T16:54:53.258Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.258Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-20T16:54:53.258Z] [2022-01-20T16:54:53.258Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-20T16:54:53.258Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.50s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.89s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.89s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.30s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.47s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-01-20T16:54:53.259Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.259Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-01-20T16:54:53.259Z] [2022-01-20T16:54:53.259Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-01-20T16:54:53.728Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.728Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-01-20T16:54:53.728Z] [2022-01-20T16:54:53.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-01-20T16:54:53.728Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.728Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2022-01-20T16:54:53.728Z] [2022-01-20T16:54:53.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-01-20T16:54:53.728Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.728Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.93s) [2022-01-20T16:54:53.728Z] [2022-01-20T16:54:53.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-01-20T16:54:53.728Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.728Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.48s) [2022-01-20T16:54:53.728Z] [2022-01-20T16:54:53.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T16:54:53.728Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.728Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T16:54:53.728Z] [2022-01-20T16:54:53.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-01-20T16:54:53.728Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.728Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-01-20T16:54:53.728Z] [2022-01-20T16:54:53.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-20T16:54:53.728Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-20T16:54:53.728Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-01-20T16:54:53.728Z] [2022-01-20T16:54:53.728Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-20T16:54:53.728Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.46s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.48s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.47s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.46s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.08s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-01-20T16:54:53.729Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.53s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.49s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.49s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.49s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.48s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.50s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.47s) [2022-01-20T16:54:53.729Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.47s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T16:54:53.729Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-20T16:54:53.729Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.729Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-20T16:54:53.729Z] [2022-01-20T16:54:53.729Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-20T16:54:53.730Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-20T16:54:53.730Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-20T16:54:53.730Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-20T16:54:53.730Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-20T16:54:53.730Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.730Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-20T16:54:53.730Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.730Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-20T16:54:53.730Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-20T16:54:53.731Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-20T16:54:53.731Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-20T16:54:53.731Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-20T16:54:53.731Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-20T16:54:53.731Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-20T16:54:53.731Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-20T16:54:53.731Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-20T16:54:53.731Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-20T16:54:53.731Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-20T16:54:53.731Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-20T16:54:53.731Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-20T16:54:53.731Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-20T16:54:53.731Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-20T16:54:53.731Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T16:54:53.731Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-20T16:54:53.731Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-01-20T16:54:53.731Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.731Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-20T16:54:53.731Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.731Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-01-20T16:54:53.731Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.03s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-01-20T16:54:53.732Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-20T16:54:53.732Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-20T16:54:53.732Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-20T16:54:53.732Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-20T16:54:53.732Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-20T16:54:53.732Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-20T16:54:53.732Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.732Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-20T16:54:53.732Z] [2022-01-20T16:54:53.732Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-20T16:54:53.732Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-20T16:54:53.733Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.733Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-20T16:54:53.733Z] [2022-01-20T16:54:53.733Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.03s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.03s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.734Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-20T16:54:53.734Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.734Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-20T16:54:53.734Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-20T16:54:53.735Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-01-20T16:54:53.735Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:53.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T16:54:53.735Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T16:54:53.735Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T16:54:53.735Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-20T16:54:54.204Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-20T16:54:54.204Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.204Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T16:54:54.204Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.204Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T16:54:54.204Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-01-20T16:54:54.205Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] DONE 1085 tests, 539 skipped in 2549.983s [2022-01-20T16:54:54.205Z] INFO: Integration tests ended at 01/20/2022 16:54:53. Duration:00:42:30.1362901 [2022-01-20T16:54:54.205Z] INFO: Docker info of the daemon under test at end of run [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] Containers: 2 [2022-01-20T16:54:54.205Z] Running: 0 [2022-01-20T16:54:54.205Z] Paused: 0 [2022-01-20T16:54:54.205Z] Stopped: 2 [2022-01-20T16:54:54.205Z] Images: 18 [2022-01-20T16:54:54.205Z] Server Version: 0.0.0-dev [2022-01-20T16:54:54.205Z] Storage Driver: windowsfilter [2022-01-20T16:54:54.205Z] Windows: [2022-01-20T16:54:54.205Z] Logging Driver: json-file [2022-01-20T16:54:54.205Z] Plugins: [2022-01-20T16:54:54.205Z] Volume: local [2022-01-20T16:54:54.205Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T16:54:54.205Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T16:54:54.205Z] Swarm: inactive [2022-01-20T16:54:54.205Z] Default Isolation: process [2022-01-20T16:54:54.205Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-01-20T16:54:54.205Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-01-20T16:54:54.205Z] OSType: windows [2022-01-20T16:54:54.205Z] Architecture: x86_64 [2022-01-20T16:54:54.205Z] CPUs: 4 [2022-01-20T16:54:54.205Z] Total Memory: 32GiB [2022-01-20T16:54:54.205Z] Name: azwin-2-f55b50 [2022-01-20T16:54:54.205Z] ID: 2VYL:OB54:DEWZ:F3CT:PQZK:WX4X:EYSJ:M36D:6OV4:3P3D:N2FE:GPCQ [2022-01-20T16:54:54.205Z] Docker Root Dir: D:\CI\PR-43142\4\daemon [2022-01-20T16:54:54.205Z] Debug Mode (client): false [2022-01-20T16:54:54.205Z] Debug Mode (server): true [2022-01-20T16:54:54.205Z] File Descriptors: -1 [2022-01-20T16:54:54.205Z] Goroutines: 17 [2022-01-20T16:54:54.205Z] System Time: 2022-01-20T16:54:53.8915577Z [2022-01-20T16:54:54.205Z] EventsListeners: 0 [2022-01-20T16:54:54.205Z] Registry: https://index.docker.io/v1/ [2022-01-20T16:54:54.205Z] Labels: [2022-01-20T16:54:54.205Z] Experimental: false [2022-01-20T16:54:54.205Z] Insecure Registries: [2022-01-20T16:54:54.205Z] 127.0.0.0/8 [2022-01-20T16:54:54.205Z] Live Restore Enabled: false [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] [2022-01-20T16:54:54.205Z] INFO: Stopping daemon under test [2022-01-20T16:54:54.205Z] SUCCESS: The process with PID 2452 (child process of PID 2368) has been terminated. [2022-01-20T16:54:54.205Z] SUCCESS: The process with PID 2368 (child process of PID 1788) has been terminated. [2022-01-20T16:54:54.205Z] INFO: Stop tailing logs of the daemon under tests [2022-01-20T16:54:54.205Z] INFO: executeCI.ps1 Completed successfully at 01/20/2022 16:54:54. [2022-01-20T16:54:54.205Z] INFO: Tidying up at end of run [2022-01-20T16:54:54.205Z] INFO: Saving daemon under test log (d:\CI\PR-43142\4\dut.out) to bundles\CIDUT.out [2022-01-20T16:54:54.205Z] INFO: Saving daemon under test log (d:\CI\PR-43142\4\dut.err) to bundles\CIDUT.err [2022-01-20T16:54:54.205Z] INFO: Saving containerd logs to bundles [2022-01-20T16:54:54.673Z] INFO: Nuke-Everything... [2022-01-20T16:54:54.673Z] INFO: Container count on control daemon to delete is 2 [2022-01-20T16:54:54.673Z] a0fa51d83f9a [2022-01-20T16:54:54.673Z] f679d2243e3f [2022-01-20T16:54:54.673Z] INFO: Tidying pidfile d:\CI\PR-43142\4\docker.pid [2022-01-20T16:54:54.673Z] INFO: Nuking d:\CI [2022-01-20T16:54:56.208Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-01-20T16:54:59.177Z] === RUN TestDockerSuite/TestRmiTag [2022-01-20T16:55:00.169Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-01-20T16:55:02.394Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-01-20T16:55:19.916Z] INFO: Zapped successfully [2022-01-20T16:55:19.916Z] [2022-01-20T16:55:19.916Z] INFO: executeCI.ps1 exiting at Thu Jan 20 16:55:19 CUT 2022. Duration 01:08:14.0281301 [2022-01-20T16:55:19.916Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-01-20T16:55:20.154Z] Recording test results [2022-01-20T16:55:20.174Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-01-20T16:55:22.351Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-01-20T16:55:27.037Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-01-20T16:55:28.575Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAddHost [2022-01-20T16:55:28.575Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-01-20T16:55:28.575Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-01-20T16:55:28.575Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-01-20T16:55:28.575Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-01-20T16:55:28.575Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-01-20T16:55:28.575Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-20T16:55:28.575Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-01-20T16:55:28.979Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-01-20T16:55:30.754Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-01-20T16:55:30.754Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-20T16:55:30.754Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-01-20T16:55:30.754Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-20T16:55:30.754Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-01-20T16:55:31.017Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2022-01-20T16:55:32.195Z] Archiving artifacts [2022-01-20T16:55:35.438Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-01-20T16:55:38.345Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-01-20T16:55:40.521Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-01-20T16:55:42.698Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-01-20T16:55:44.875Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-01-20T16:55:44.875Z] === RUN TestDockerSuite/TestRunBindMounts [2022-01-20T16:55:47.478Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-20T16:55:48.408Z] + make clean [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-01-20T16:55:49.560Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-20T16:55:49.560Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-01-20T16:55:49.936Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T16:55:49.936Z] docker-dev-cache [2022-01-20T16:55:49.936Z] docker-mod-cache [Pipeline] deleteDir [2022-01-20T16:55:51.736Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-01-20T16:55:51.736Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-20T16:55:51.736Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-20T16:55:55.471Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-01-20T16:55:55.471Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-20T16:55:55.471Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-01-20T16:55:55.471Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-20T16:55:55.471Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-01-20T16:55:57.010Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-01-20T16:55:57.010Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-20T16:55:57.010Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-01-20T16:55:57.010Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-20T16:55:57.010Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-01-20T16:55:57.010Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-20T16:55:57.010Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-01-20T16:55:57.010Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-20T16:55:57.010Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-01-20T16:55:57.010Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-20T16:55:57.470Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-01-20T16:55:57.470Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-20T16:55:57.470Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-01-20T16:55:57.470Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-20T16:55:57.470Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-01-20T16:55:59.650Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-01-20T16:56:02.555Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-01-20T16:56:04.732Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-01-20T16:56:04.732Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-20T16:56:04.732Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-01-20T16:56:04.732Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-20T16:56:04.732Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-01-20T16:56:04.732Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-20T16:56:04.732Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-01-20T16:56:06.911Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-01-20T16:56:06.911Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-20T16:56:06.911Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-01-20T16:56:06.911Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T16:56:06.911Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-01-20T16:56:06.911Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-20T16:56:06.911Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-01-20T16:56:06.911Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T16:56:06.911Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-01-20T16:56:09.090Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-01-20T16:56:14.878Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-01-20T16:56:14.878Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-20T16:56:14.878Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-01-20T16:56:14.878Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-20T16:56:14.878Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-01-20T16:56:14.878Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-20T16:56:14.878Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-01-20T16:56:14.878Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T16:56:14.878Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-01-20T16:56:14.878Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-20T16:56:14.878Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-01-20T16:56:14.878Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-20T16:56:14.878Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-01-20T16:56:16.417Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-01-20T16:56:16.417Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-20T16:56:16.417Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-01-20T16:56:16.417Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-01-20T16:56:16.417Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-20T16:56:16.417Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-01-20T16:56:19.318Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-01-20T16:56:21.494Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-01-20T16:56:21.494Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-20T16:56:21.494Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-01-20T16:56:23.670Z] === RUN TestDockerSuite/TestRunEnvironment [2022-01-20T16:56:23.670Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-20T16:56:23.670Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-01-20T16:56:23.670Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-20T16:56:23.670Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-01-20T16:56:23.670Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-20T16:56:23.670Z] === RUN TestDockerSuite/TestRunExitCode [2022-01-20T16:56:25.847Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-01-20T16:56:28.027Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-01-20T16:56:30.204Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-01-20T16:56:32.384Z] === RUN TestDockerSuite/TestRunExposePort [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-01-20T16:56:32.843Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-01-20T16:56:32.843Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-01-20T16:56:32.843Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-01-20T16:56:32.843Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:56:32.843Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-01-20T16:56:32.843Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-01-20T16:56:32.843Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-20T16:56:32.843Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-01-20T16:56:36.576Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-01-20T16:56:36.576Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-20T16:56:36.576Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-01-20T16:56:36.576Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-01-20T16:56:36.576Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:56:36.576Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-01-20T16:56:36.576Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-20T16:56:36.576Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-01-20T16:56:36.576Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-20T16:56:36.576Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-01-20T16:56:36.576Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-20T16:56:36.576Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-01-20T16:56:46.889Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-01-20T16:56:46.890Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-20T16:56:46.890Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModeHostname [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunMount [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-01-20T16:56:48.426Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-20T16:56:48.426Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-01-20T16:56:55.493Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-01-20T16:56:55.493Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-20T16:56:55.493Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-01-20T16:56:55.493Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-20T16:56:55.493Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-01-20T16:56:55.493Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-20T16:56:55.493Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-01-20T16:57:00.183Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetHost [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-01-20T16:57:04.869Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-20T16:57:04.869Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-01-20T16:57:05.328Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-01-20T16:57:06.296Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-01-20T16:57:08.469Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-01-20T16:57:10.653Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-01-20T16:57:12.225Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-01-20T16:57:13.797Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-01-20T16:57:14.267Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.267Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-01-20T16:57:14.267Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.267Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-01-20T16:57:14.268Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.268Z] === RUN TestDockerSuite/TestRunPortInUse [2022-01-20T16:57:14.268Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.268Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-01-20T16:57:14.268Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.268Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-01-20T16:57:14.268Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.268Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-01-20T16:57:14.268Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.268Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-01-20T16:57:14.268Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-20T16:57:14.268Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-01-20T16:57:17.231Z] === RUN TestDockerSuite/TestRunPublishPort [2022-01-20T16:57:17.231Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-20T16:57:17.231Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-01-20T16:57:17.231Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-20T16:57:17.231Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-01-20T16:57:17.231Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-20T16:57:17.231Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-01-20T16:57:17.231Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-20T16:57:17.231Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-01-20T16:57:17.231Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T16:57:17.231Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-01-20T16:57:29.751Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-01-20T16:57:29.751Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-20T16:57:29.751Z] === RUN TestDockerSuite/TestRunRm [2022-01-20T16:57:31.976Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-01-20T16:57:37.859Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-01-20T16:57:40.085Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-01-20T16:57:43.046Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-01-20T16:57:44.620Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-01-20T16:57:47.586Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-01-20T16:57:47.586Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-20T16:57:47.586Z] === RUN TestDockerSuite/TestRunState [2022-01-20T16:57:47.586Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-20T16:57:47.586Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-01-20T16:57:49.809Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-01-20T16:57:49.809Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T16:57:49.809Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-01-20T16:57:52.032Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-01-20T16:57:52.032Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-20T16:57:52.032Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-01-20T16:57:52.032Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-20T16:57:52.032Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-01-20T16:57:52.032Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-01-20T16:57:52.032Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-01-20T16:57:52.032Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-20T16:57:52.032Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUserByID [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUserByName [2022-01-20T16:57:56.812Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-20T16:57:56.812Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-01-20T16:57:59.037Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-01-20T16:57:59.037Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-20T16:57:59.037Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-01-20T16:58:01.262Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-01-20T16:58:01.262Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-20T16:58:01.262Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-01-20T16:58:01.262Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-20T16:58:01.262Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-01-20T16:58:05.067Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-01-20T16:58:10.952Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-01-20T16:58:15.721Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-01-20T16:58:21.606Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-01-20T16:58:21.606Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-20T16:58:21.606Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-01-20T16:58:21.606Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-01-20T16:58:24.568Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-01-20T16:58:26.792Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-01-20T16:58:29.017Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-01-20T16:58:29.017Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-01-20T16:58:29.017Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-01-20T16:58:29.017Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-01-20T16:58:29.017Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-01-20T16:58:29.017Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-20T16:58:29.017Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-01-20T16:58:32.824Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-01-20T16:58:34.396Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-01-20T16:58:36.622Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-01-20T16:58:47.075Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-01-20T16:58:47.075Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-01-20T16:58:47.075Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-01-20T16:58:47.075Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-01-20T16:58:47.075Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveImageId [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-01-20T16:58:47.075Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-20T16:58:47.075Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-01-20T16:58:48.647Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-01-20T16:58:49.116Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-01-20T16:58:49.587Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-01-20T16:58:50.057Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-01-20T16:58:51.631Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-01-20T16:59:04.152Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-01-20T16:59:04.152Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-20T16:59:04.152Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-01-20T16:59:12.922Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-01-20T16:59:12.922Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T16:59:12.922Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-01-20T16:59:21.605Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-01-20T16:59:21.605Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-20T16:59:21.605Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-01-20T16:59:21.605Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T16:59:21.605Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-01-20T16:59:21.605Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-20T16:59:21.605Z] === RUN TestDockerSuite/TestStartRecordError [2022-01-20T16:59:21.605Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-20T16:59:21.605Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-01-20T16:59:27.497Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-01-20T16:59:27.497Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T16:59:27.497Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-01-20T16:59:27.497Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-20T16:59:27.497Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-01-20T16:59:27.497Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T16:59:27.497Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-01-20T16:59:27.497Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T16:59:27.497Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-01-20T16:59:27.497Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-20T16:59:27.497Z] === RUN TestDockerSuite/TestStatsNoStream [2022-01-20T16:59:27.497Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T16:59:27.497Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-01-20T16:59:29.068Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-01-20T16:59:32.032Z] === RUN TestDockerSuite/TestTopPrivileged [2022-01-20T16:59:32.032Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-20T16:59:32.032Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-01-20T16:59:33.606Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-01-20T16:59:33.606Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-20T16:59:33.606Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-01-20T16:59:33.606Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-20T16:59:34.077Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-01-20T16:59:34.077Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T16:59:34.077Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-01-20T16:59:34.077Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-20T16:59:34.077Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-01-20T16:59:34.077Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T16:59:34.077Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-01-20T16:59:34.077Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-20T16:59:34.077Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-01-20T16:59:51.926Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-01-20T16:59:51.926Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-01-20T16:59:51.926Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-01-20T16:59:51.926Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-20T16:59:51.926Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-01-20T16:59:51.926Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-01-20T16:59:51.926Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-01-20T16:59:51.926Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-01-20T16:59:59.104Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-01-20T16:59:59.104Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-01-20T17:00:01.332Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-01-20T17:00:01.802Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-01-20T17:00:02.273Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-01-20T17:00:02.273Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-01-20T17:00:02.273Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-01-20T17:00:17.231Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-01-20T17:00:17.231Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T17:00:17.231Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-01-20T17:00:17.231Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-01-20T17:00:17.231Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-01-20T17:00:17.231Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-20T17:00:17.231Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-01-20T17:00:23.119Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-01-20T17:00:23.591Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-01-20T17:00:23.591Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-01-20T17:00:34.051Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-01-20T17:00:34.051Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.051Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite (2758.47s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.77s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.66s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (104.78s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.61s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.74s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.16s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.23s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.22s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.78s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (116.31s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.86s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.16s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.00s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.27s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.91s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.34s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.58s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.18s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.62s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.75s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.09s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.26s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.67s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.95s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddTar (56.31s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.16s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.62s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.04s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.85s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.24s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.51s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.92s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.60s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.61s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (26.98s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.55s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.43s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.42s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.43s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.53s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.03s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCmd (0.61s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.59s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.58s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.20s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.36s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.25s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.94s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.98s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.93s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.69s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.63s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.81s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.69s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.60s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.17s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.47s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.79s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.18s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.81s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.91s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.76s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.77s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.80s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignore (96.40s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.71s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (82.00s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.65s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.83s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.12s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.53s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (19.40s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (46.40s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (20.05s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.28s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (132.17s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.48s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.38s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s) [2022-01-20T17:00:34.051Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.63s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.55s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.26s) [2022-01-20T17:00:34.051Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.87s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.74s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.03s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.84s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.42s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.65s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFails (7.24s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.78s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (10.30s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.37s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.78s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.52s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.72s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.80s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.65s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.37s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildHistory (11.79s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.17s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.15s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.81s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (9.08s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLabel (0.99s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.69s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.98s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.64s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLabels (1.02s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.65s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.03s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.11s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.66s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.69s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.82s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (25.09s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.71s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.00s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.99s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (10.39s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.31s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.52s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.69s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.38s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.72s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.78s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.63s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.44s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.12s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.59s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuild (14.09s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.66s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (13.63s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.05s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.68s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.09s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.78s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.21s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.13s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (40.88s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (28.78s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildRm (13.19s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.74s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.42s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.64s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.69s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.64s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildShellInherited (9.36s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (25.16s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.87s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.66s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.46s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.96s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildStderr (4.66s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.70s) [2022-01-20T17:00:34.052Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.31s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.45s) [2022-01-20T17:00:34.052Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.75s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.67s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.20s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.63s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.94s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.47s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.94s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.35s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.50s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.57s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.39s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.88s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.71s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.45s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.74s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.28s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.75s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.09s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.36s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T17:00:34.525Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.21s) [2022-01-20T17:00:34.525Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.33s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCommitChange (5.03s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.69s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCommitNewFile (11.89s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCommitTTY (11.38s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.40s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPICommit (16.42s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.65s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.21s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPICreate (7.09s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.52s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.50s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.16s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.14s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.18s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.19s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.27s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.92s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.47s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIRename (6.94s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.44s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.78s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.78s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.48s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.23s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.40s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.95s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.99s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (33.07s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.46s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.46s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.57s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.53s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000408690_} (7.47s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1457572299_c:\foo_false____} (7.77s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1457572299_c:\foo_true____} (2.78s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.27s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.72s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.41s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpRelativePath (7.05s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.71s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpToCaseB (7.19s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.74s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpToCaseH (13.89s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpToDot (2.33s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCpToStdout (2.47s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.19s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.24s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.19s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.95s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.74s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateRM (0.34s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.37s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.59s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.22s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.55s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.28s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestDockerFails (0.08s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.46s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.53s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.40s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.86s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsCopy (5.23s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.04s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.32s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.85s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.94s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.41s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.11s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFilters (4.87s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFormat (4.60s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsRename (2.40s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsResize (7.73s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.29s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.52s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.79s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.76s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.88s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.86s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.92s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.03s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.06s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.16s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.11s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.24s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecInspectID (4.61s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.44s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.25s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.06s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.23s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.23s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.03s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.11s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-01-20T17:00:34.526Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s) [2022-01-20T17:00:34.526Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.47s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.09s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.70s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.15s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.09s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.93s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.40s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.38s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesFormat (0.23s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.88s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.19s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.11s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.40s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.24s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectDefault (2.22s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectHistory (4.52s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.18s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.20s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.01s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.41s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.11s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.50s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectStatus (2.68s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.58s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.29s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (7.04s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.19s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.19s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.25s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.16s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.04s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.93s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.52s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.61s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.33s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.95s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.80s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.95s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.69s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.37s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.43s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.32s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsSince (9.15s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsTail (2.85s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.51s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.70s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (9.25s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.87s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsByOrder (8.67s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.97s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.15s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.85s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.84s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.06s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.41s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.71s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.06s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.69s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.39s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.98s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.90s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.00s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (7.10s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.43s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.97s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.22s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.93s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.49s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.17s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.27s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.01s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.91s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.78s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.59s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.63s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.78s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.38s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiTag (0.84s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.48s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (16.88s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.79s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.03s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.36s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.12s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.52s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.86s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.28s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.26s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.25s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.49s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.25s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.18s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.98s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.33s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.58s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.26s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.20s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.15s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.08s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.32s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.44s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.22s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-20T17:00:34.527Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.20s) [2022-01-20T17:00:34.527Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunExitCode (2.21s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.22s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.16s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.43s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunExposePort (0.09s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.85s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.53s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.80s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.87s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.96s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.38s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.41s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.11s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.14s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.94s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.87s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (12.59s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunRm (2.25s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.42s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.47s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.68s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.13s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.57s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.17s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.22s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.09s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.81s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.22s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.21s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.07s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.61s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.22s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.12s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.13s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.65s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.24s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.30s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.82s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.66s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.14s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (9.35s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.46s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.32s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.83s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (11.87s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.27s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestStartAttachSilent (8.95s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.05s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.13s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.37s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.16s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.37s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.18s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.26s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.40s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.35s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.17s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.39s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.10s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.00s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.49s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.49s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.25s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (12.62s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.73s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.26s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.94s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.31s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.03s) [2022-01-20T17:00:34.528Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-20T17:00:34.528Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.45s) [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-01-20T17:00:34.528Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.528Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-01-20T17:00:34.529Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- PASS: TestDockerRegistrySuite (0.19s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-01-20T17:00:34.529Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-01-20T17:00:34.529Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthTokenSuite [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-01-20T17:00:34.529Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-01-20T17:00:34.529Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-01-20T17:00:34.529Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-01-20T17:00:34.529Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-01-20T17:00:34.529Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerDaemonSuite [2022-01-20T17:00:34.529Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-01-20T17:00:34.529Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-01-20T17:00:34.529Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-01-20T17:00:34.529Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerSwarmSuite [2022-01-20T17:00:34.529Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-01-20T17:00:34.529Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerExternalVolumeSuite [2022-01-20T17:00:34.529Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerNetworkSuite [2022-01-20T17:00:34.529Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-01-20T17:00:34.529Z] === RUN TestDockerHubPullSuite [2022-01-20T17:00:34.529Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-01-20T17:00:34.529Z] PASS [2022-01-20T17:00:34.529Z] ok github.com/docker/docker/integration-cli 2758.902s [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === Skipped [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-20T17:00:34.529Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-20T17:00:34.529Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-20T17:00:34.529Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-20T17:00:34.529Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.529Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-20T17:00:34.529Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.529Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-01-20T17:00:34.529Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-01-20T17:00:34.530Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-20T17:00:34.530Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2022-01-20T17:00:34.530Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.44s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.41s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.80s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.14s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.71s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.40s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-01-20T17:00:34.530Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.41s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-01-20T17:00:34.530Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-01-20T17:00:34.530Z] [2022-01-20T17:00:34.530Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-01-20T17:00:34.530Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.40s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.43s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.38s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.38s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.37s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.37s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.003Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-20T17:00:35.003Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.003Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-01-20T17:00:35.003Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.10s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.42s) [2022-01-20T17:00:35.004Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.42s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.46s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.46s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.39s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.39s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.41s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.40s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.40s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.36s) [2022-01-20T17:00:35.004Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.36s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T17:00:35.004Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T17:00:35.004Z] docker_cli_sni_test.go:18: Flakey test [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.03s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-01-20T17:00:35.004Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.03s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T17:00:35.004Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T17:00:35.004Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.004Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s) [2022-01-20T17:00:35.004Z] [2022-01-20T17:00:35.004Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-20T17:00:35.004Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-20T17:00:35.005Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-20T17:00:35.005Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-20T17:00:35.005Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-20T17:00:35.005Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-20T17:00:35.005Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-20T17:00:35.005Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-20T17:00:35.005Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-01-20T17:00:35.005Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2022-01-20T17:00:35.005Z] [2022-01-20T17:00:35.005Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-20T17:00:35.006Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-20T17:00:35.006Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-20T17:00:35.006Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-01-20T17:00:35.006Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.03s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-20T17:00:35.006Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-20T17:00:35.006Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T17:00:35.006Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-20T17:00:35.006Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.006Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-20T17:00:35.006Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.006Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-01-20T17:00:35.006Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-20T17:00:35.007Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-20T17:00:35.007Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-20T17:00:35.007Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-01-20T17:00:35.007Z] [2022-01-20T17:00:35.007Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-01-20T17:00:35.007Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.007Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.008Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-01-20T17:00:35.008Z] [2022-01-20T17:00:35.008Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-20T17:00:35.008Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.009Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-20T17:00:35.009Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.009Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-01-20T17:00:35.009Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-20T17:00:35.482Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-20T17:00:35.482Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.482Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-01-20T17:00:35.482Z] [2022-01-20T17:00:35.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-20T17:00:35.482Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-20T17:00:35.483Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-20T17:00:35.483Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T17:00:35.483Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-20T17:00:35.483Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-20T17:00:35.483Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T17:00:35.483Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.483Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-01-20T17:00:35.483Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-01-20T17:00:35.484Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] DONE 1085 tests, 539 skipped in 2769.154s [2022-01-20T17:00:35.484Z] INFO: Integration tests ended at 01/20/2022 17:00:35. Duration:00:46:09.3233222 [2022-01-20T17:00:35.484Z] INFO: Docker info of the daemon under test at end of run [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] Containers: 2 [2022-01-20T17:00:35.484Z] Running: 0 [2022-01-20T17:00:35.484Z] Paused: 0 [2022-01-20T17:00:35.484Z] Stopped: 2 [2022-01-20T17:00:35.484Z] Images: 18 [2022-01-20T17:00:35.484Z] Server Version: 0.0.0-dev [2022-01-20T17:00:35.484Z] Storage Driver: windowsfilter [2022-01-20T17:00:35.484Z] Windows: [2022-01-20T17:00:35.484Z] Logging Driver: json-file [2022-01-20T17:00:35.484Z] Plugins: [2022-01-20T17:00:35.484Z] Volume: local [2022-01-20T17:00:35.484Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-01-20T17:00:35.484Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-01-20T17:00:35.484Z] Swarm: inactive [2022-01-20T17:00:35.484Z] Default Isolation: process [2022-01-20T17:00:35.484Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-01-20T17:00:35.484Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-01-20T17:00:35.484Z] OSType: windows [2022-01-20T17:00:35.484Z] Architecture: x86_64 [2022-01-20T17:00:35.484Z] CPUs: 4 [2022-01-20T17:00:35.484Z] Total Memory: 32GiB [2022-01-20T17:00:35.484Z] Name: azwin-2-36ef30 [2022-01-20T17:00:35.484Z] ID: LVGP:QZNL:C33T:DFYQ:LAKL:42GW:5FVI:UHOD:L427:FCOI:LT3Y:O66C [2022-01-20T17:00:35.484Z] Docker Root Dir: D:\CI\PR-43142\4\daemon [2022-01-20T17:00:35.484Z] Debug Mode (client): false [2022-01-20T17:00:35.484Z] Debug Mode (server): true [2022-01-20T17:00:35.484Z] File Descriptors: -1 [2022-01-20T17:00:35.484Z] Goroutines: 17 [2022-01-20T17:00:35.484Z] System Time: 2022-01-20T17:00:35.2154864Z [2022-01-20T17:00:35.484Z] EventsListeners: 0 [2022-01-20T17:00:35.484Z] Registry: https://index.docker.io/v1/ [2022-01-20T17:00:35.484Z] Labels: [2022-01-20T17:00:35.484Z] Experimental: false [2022-01-20T17:00:35.484Z] Insecure Registries: [2022-01-20T17:00:35.484Z] 127.0.0.0/8 [2022-01-20T17:00:35.484Z] Live Restore Enabled: false [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] [2022-01-20T17:00:35.484Z] INFO: Stopping daemon under test [2022-01-20T17:00:35.484Z] SUCCESS: The process with PID 3588 (child process of PID 1204) has been terminated. [2022-01-20T17:00:35.484Z] SUCCESS: The process with PID 1204 (child process of PID 2788) has been terminated. [2022-01-20T17:00:35.484Z] INFO: Stop tailing logs of the daemon under tests [2022-01-20T17:00:35.955Z] INFO: executeCI.ps1 Completed successfully at 01/20/2022 17:00:35. [2022-01-20T17:00:35.955Z] INFO: Tidying up at end of run [2022-01-20T17:00:35.955Z] INFO: Saving daemon under test log (d:\CI\PR-43142\4\dut.out) to bundles\CIDUT.out [2022-01-20T17:00:35.955Z] INFO: Saving daemon under test log (d:\CI\PR-43142\4\dut.err) to bundles\CIDUT.err [2022-01-20T17:00:35.955Z] INFO: Saving containerd logs to bundles [2022-01-20T17:00:35.955Z] INFO: Nuke-Everything... [2022-01-20T17:00:36.427Z] INFO: Container count on control daemon to delete is 2 [2022-01-20T17:00:36.427Z] 7d6e4835df6b [2022-01-20T17:00:36.427Z] d5134aafdd56 [2022-01-20T17:00:36.427Z] INFO: Tidying pidfile d:\CI\PR-43142\4\docker.pid [2022-01-20T17:00:36.427Z] INFO: Nuking d:\CI [2022-01-20T17:01:12.527Z] INFO: Zapped successfully [2022-01-20T17:01:12.527Z] [2022-01-20T17:01:12.527Z] INFO: executeCI.ps1 exiting at Thu Jan 20 17:01:09 CUT 2022. Duration 01:13:50.3530351 [2022-01-20T17:01:12.527Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-01-20T17:01:12.788Z] Recording test results [2022-01-20T17:01:19.846Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-01-20T17:01:21.968Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-01-20T17:01:23.764Z] Archiving artifacts [2022-01-20T17:01:38.370Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43142/4/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-01-20T17:01:39.339Z] + make clean [2022-01-20T17:01:40.911Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-01-20T17:01:40.911Z] docker-dev-cache [2022-01-20T17:01:40.911Z] 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